openapi-typescript-codegen icon indicating copy to clipboard operation
openapi-typescript-codegen copied to clipboard

NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification

Results 228 openapi-typescript-codegen issues
Sort by recently updated
recently updated
newest added

Some of us are "forced" to use APIs that accept and return PascalCase models. It would be amazing if a `--transformModelCase` option was added. It would support `snake`, `pascal`, `camel`....

The Serverless Application Model from AWS offers me the possibility to define the endpoints on an HTTP Gateway by using an `openapi.yaml` file. I love that I can use the...

Hey 👋 first off awesome package! I think it would be great if we could [generate Enums](https://github.com/ferdikoomen/openapi-typescript-codegen/blob/master/docs/enum-vs-union-types.md) (so they can be looped through :) and Union types which are my...

Adds the `--serviceTemplate` option, which can be used to pass in a custom handlebars template to generate the service files. This is a rough draft PR with what we're currently...

'Error downloading https://www.blablabla.com/swagger/v1/swagger.json 'socket hang up'

Hello, Is there a way to transform response property name from snake_case to camelCase for API response models ?

See: https://nodejs.org/api/esm.html#mandatory-file-extensions

Set default providedIn to root for angular client

how to generate models as a single file?