python-docs-samples icon indicating copy to clipboard operation
python-docs-samples copied to clipboard

[Feat]: provide typings for rest endpoints

Open TuringJest opened this issue 1 month ago • 0 comments

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

TuringJest avatar Nov 21 '25 13:11 TuringJest