python-docs-samples
python-docs-samples copied to clipboard
[Feat]: provide typings for rest endpoints
Is your feature request related to a problem? Please describe.
I want to create typings from the API Discovery Document for my own client, but the document is not compatible with the OpenAPI standard.
Describe the solution you'd like
Provide a way to convert the standard to OpenAPI spec.
...or provide typings for those endpoints in different langs.
Describe alternatives you've considered
I know there are SDKs. I need to be able to work with the REST endpoints directly. I also don't want to crawl the docs.
Additional context
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct