Apipie / apipie-rails

Ruby on Rails API documentation tool
Apache License 2.0
2.47k stars 463 forks source link

anyway to auto generate api examples in the docs? #800

Open jtoy opened 1 year ago

jtoy commented 1 year ago

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

epugh commented 1 year ago

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

mathieujobin commented 1 year ago

We do generate API clients for the following languages

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