openapi-ts
                                
                                
                                
                                    openapi-ts copied to clipboard
                            
                            
                            
                        ✨ Turn your OpenAPI specification into a beautiful TypeScript client
### 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...
closes: #517 and #479
### 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...
### 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...
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 
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...
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: - [...