openapi-ts
openapi-ts copied to clipboard
✨ Turn your OpenAPI specification into a beautiful TypeScript client
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.0.0 to 2.4.3. Changelog Sourced from @sveltejs/kit's changelog. 2.4.3 Patch Changes fix: only disallow body with GET/HEAD (#11710) 2.4.2 Patch Changes fix: ignore bodies sent with non-PUT/PATCH/POST...
### Discussed in https://github.com/orgs/hey-api/discussions/740 Originally posted by **tillprochaska** July 1, 2024 Hi there, thanks a lot for maintaining openapi-ts! I’m currently in the process of migrating from 0.32.0 to the...
### Description Hi! The OpenAPI spec I'm working with has a required header parameter (`SomeHeader`) for certain methods. See below: ```yaml [/some/endpoint/get:] operationId: SomeOperation parameters: - name: SomeHeader in: header...
### Description This should be represented under SDK Generation on https://openapi.tools/#sdk https://github.com/apisyouwonthate/openapi.tools
Context https://github.com/hey-api/openapi-ts/pull/872#issuecomment-2272817508
### Description I was trying to configure `api_key` authentication on the `securitySchemes` but unfortunately, it's not working as expected (I can't change the authentication to Bearer Authorization) ```yaml securitySchemes: api_key:...
### Description I wrote a login API, and when I enter the wrong password, it sends back a status code 400 along with a message. However, I know that the...
### Description Hello, I have been working through the migration guide and have hit a roadblock due to changes in config settings We have many different backend services at different...
### Description I am using @hey-api/client-fetch client. I don't know if I'm missing something, but when I try to make a POST request that results in an HTTP stream (not...