Hacker News new | ask | show | jobs
by tomlagier 1801 days ago
Very cool! We use Postman collections extensively to internally document our APIs and make handoff between frontend and backend easier. We're waffling a bit on backend schema (currently using Yup & Typescript to export request/response types, but no formal definition), but seeing this makes me think it might be worth investing in a migration to OpenAPI, just to ease documentation.
1 comments

What are the most biggest challenges with frontend/backend hand-off? I'm exploring this area to build products, so curious to hear what you and your team experience.