Learn how to write type safe API clients in TypeScript using openapi-typescript and axios. Generate the schema from an OpenAPI spec file, integrate it into your API layer, and make API calls using the generated client. Discover the benefits and caveats of this approach.
Table of contents
So what is openapi-typescript anyway?Getting StartedGenerating the schemaIntegrating with the API layerIntegrating with the applicationConclusionSort: