Typed Openapi Versions Save

Generate a headless Typescript API client from an OpenAPI spec

[email protected]

5 months ago

Patch Changes

  • 4fac0aa: Fix typecast in zod-based ApiClient methods

[email protected]

5 months ago

Minor Changes

  • ffcdaa7: zod-runtime: add typecast in ApiClient methods to match the desired type

[email protected]

6 months ago

Minor Changes

  • b9b4772: Fix default response behavior (only use "default" as a fallback)
  • 23f3dc3: Support path parameters

Patch Changes

  • bb937d4: fix: refer Schema namespace in generated body type

[email protected]

7 months ago

Minor Changes

  • 00eb659: Fixed parameter.body on post endpoints - #8.

[email protected]

8 months ago

Patch Changes

  • 7f0ecd4: fix: query/path/headers parameters are all marked as required if one of them is required