-
Notifications
You must be signed in to change notification settings - Fork 187
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
Auto Generation from OpenAPI spec #163
Comments
this works: openai seems to use https://www.stainlessapi.com/ but it does seem a commercial product |
Thanks for sharing the link. Do you by any chance happen to have output of the |
@64bit I am interested in this enhancement. Here's the output from the |
Background
This project started around Nov 2022 because I did not find any production ready Rust libraries for OpenAI covering all APIs.
And my non-comprehensive search back then did not lead any robust tools for generating Rust code from spec, and so this crate was hand written. Which is not sustainable when OpenAI does big releases like DevDay.
This issue is to have discussions, and potential long term solutions for generating Rust from OpenAPI spec. Something which helps not just
async-openai
but overall Rust eco-system for APIs with no production ready Rust crates - like DigitalOcean or Linode OpenAPI spec etc.The text was updated successfully, but these errors were encountered: