Apipie/apipie-rails

anyway to auto generate api examples in the docs?

jtoy opened this issue · 2 comments

jtoy commented

similar to stripe:
https://stripe.com/docs/api
where they show examples in different client libraries?

You might want to look at exporting the docs in OpenAPI format, and then generating clients libraries off that....

We do generate API clients for the following languages

  • dotnet, java, python, ruby, scala, typescript

we use https://openapi-generator.tech/

You can try Apidog, it can meet your needs.