@gillespiellc/style-guide
API Lint
API Lint
Your documentation is only as useful as the quality of the information you've provided, so make sure you're taking full advantage of the features OpenAPI has to offer.
Probably don't want to beg hackers to come and take your stuff.
There's no one right way to version, but there's a lot of objectively bad ways you want to avoid.
Typescript client SDK and server stub generator for OpenAPI 3 specifications
A npm package wrapper for OpenAPI Generator (https://github.com/OpenAPITools/openapi-generator), generates which API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Get the dependencies of reference in openapi.
Remove the useless components and paths of openapi document.
Enables easy implementions of OpenAPI REST APIs in TypeScript with full typings of schemas and operations.