Hacker News new | ask | show | jobs
by mtmail 1688 days ago
Postman or Insomnia for developing APIs, then try to stick to the OpenAPI specification which will allow using a whole ecosystem of tools https://openapi.tools/ From code generators, documention generators, testing and validation tools.

(OpenAPI used to be called swagger, some tools still use the old name)

1 comments

Oh nice! Have u had any experience with a no code tool to generate an open api compliant endpoint given some database call? I’ve been trying to find something that would help reduce the amount of time I spend writing boilerplate code