openapi-ts icon indicating copy to clipboard operation
openapi-ts copied to clipboard

✨ Turn your OpenAPI specification into a beautiful TypeScript client

Results 243 openapi-ts issues
Sort by recently updated
recently updated
newest added

### Description The library looks great - personally I am finding it difficult to get it working cleanly within a nextJS app that wants to use the generated API on...

feature 🚀
client
RSVP 👍👎

### Description I have a package.json file where `moduleResolution` is set to `nodenext`. Thus, import statements require the `.js` file extension, but the generated code does not include them. Is...

feature 🚀

### Description When the OpenApi Spec has "Request" tag, the generated client.ts contains both of these: public readonly request: RequestService; public readonly request: BaseHttpRequest; These cause compile error in the...

bug 🔥
client

We are trying to publish our client generated through openapi-ts to [jsr](https://jsr.io/). However, we run into the following error: ```sh $ npx jsr publish --dry-run Checking for slow types in...

## Related issues - #342 ## Why ? I have to work with badly written Openapi specifications that does not contain all the available properties available. So when generating the...

Need to add more logos for different platforms and devices ![image](https://github.com/hey-api/openapi-ts/assets/12529395/96f54fed-9f69-4127-962f-fcebbb269a38)

docs 📃
internal ⚙️

Hi, I am really interested in the schema generation part since it includes the shape and contraints on the fields. My first thought was to plug in [AJV](https://github.com/ajv-validator/ajv) together with...

feature 🚀

One day...

internal ⚙️

We want to know how people use this library and that's currently hard because we rely on them reporting usage on GitHub. Resources: - https://bettercli.org/design/collecting-analytics/ - https://bettercli.org/design/debugging/ Objectives: - [...

feature 🚀