-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full SDK generator #926
Comments
After using the current deprecated
Im willing to contribute to this and help flesh these out |
"Let's gauge interest before committing to this feature" Very interested, the ability to generate an extendable SDK from openapi would be extremely useful. const example = exampleClient()
const site = await example.getSite('uuid') Would be amazing. I have tried openapi-generator-cli but it is a lot more difficult. Ideally I could extend as well to add custom validation logic await example.patchPage({id: '', html: ''}) Where I validate the HTML is correct. |
👋 This is what I was using openapi-ts for originally, and loved it. A single client. I'll be pinned on For context I use this as a nodejs client, so i have an app, say The other thing is dependency injection & teseting, it's far easier for me to stub out a single client such as this in app-b than a whole bunch of individual functions. |
Description
This would be the successor to what's currently the
name
config option.Related
Let's gauge interest before committing to this feature
The text was updated successfully, but these errors were encountered: