openapi-ts-client-gen
openapi-ts-client-gen copied to clipboard
An OpenAPI (Swagger) TypeScript client generator
Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [y18n](https://github.com/yargs/y18n) from 5.0.1 to 5.0.8. Release notes Sourced from y18n's releases. y18n y18n-v4.0.3 Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) y18n y18n-v4.0.2 Bug Fixes security:...
I was looking at this [line](https://github.com/lukeautry/openapi-ts-client-gen/blob/be975eb5df62dc9e2508d549ab9f64b5e0744982/src/generate-client.ts#L92) where you are using a kind of convention where you expect an error body to have status, message and type fields. This is very...
You could put an argument to generate the client without namespaces and try to move away from namespaces, as it seems CRA does not plan to ever support them.