mikestead/openapi-client
Generate ES6 or Typescript service integration code from an OpenAPI 2 spec
This tool helps web developers quickly connect their front-end applications to an existing backend service. It takes an OpenAPI 2.0 specification, which describes your API, and automatically generates ready-to-use JavaScript (ES6) or TypeScript code. This generated code allows developers to easily make requests to the backend, streamlining the process of integrating services into their web applications.
No commits in the last 6 months. Available on npm.
Use this if you are a web developer building a client-side application (like a React or Angular app) and need to integrate with a RESTful API described by an OpenAPI 2.0 specification, wanting to save time writing boilerplate code for API calls.
Not ideal if you are working with a backend API that does not have an OpenAPI 2.0 specification, or if your primary development language is not JavaScript or TypeScript.
Stars
93
Forks
34
Language
TypeScript
License
MIT
Category
Last pushed
Apr 25, 2023
Commits (30d)
0
Dependencies
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/mikestead/openapi-client"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
yhnavein/swaggie
Tool for generating TypeScript client code for given Swagger API endpoints
grafana/openapi-to-k6
A CLI tool to convert an OpenAPI schema to a TypeScript client to use with k6.
reagento/descanso
A modern and simple way to create clients for REST like APIs
verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents
SamuelMarks/cdd-c
OpenAPI ↔ C. Frontend for C, concentrating on: generation from code; single-file analysis;...