@geut/openapi-box
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

openapi-box

Generate TypeBox types from OpenApi V3 IDL + End-to-end typesafe HTTP client library.

It works for TypeScript and JavaScript.

Tests JavaScript Style Guide standard-readme compliant

Made by GEUT

Install

$ npm install @geut/openapi-box @sinclair/typebox

Usage

  1. Generate the schema from an OpenApi url (it can a be filepath too):
$ openapi-box https://petstore.swagger.io/v2/swagger.json
  1. Load your schemas into the End-to-end typesafe fetch client:
import { createClient } from './src/client.js'
import { schema } from './schema.js'

const client = createClient({
  schema,
  baseUrl: 'https://petstore.swagger.io/v2'
})
  1. Enjoy your types + validations out of the "box" 😉: openapi

Issues

🐛 If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.

Contributing

👥 Ideas and contributions to the project are welcome. You must follow this guideline.

License

MIT © A GEUT project

Readme

Keywords

Package Sidebar

Install

npm i @geut/openapi-box

Weekly Downloads

450

Version

3.0.0

License

MIT

Unpacked Size

105 kB

Total Files

17

Last publish

Collaborators

  • geutuser
  • the-real-dk
  • tinchoz49
  • estebanprimost