Feature #16866
openSupport OpenAPI
Description
We should start publishing the API using OpenAPI. To start, we will continue to publish the Discovery doc side-by-side with the OpenAPI doc. The "schema" controller gets a new method & there's a new route that returns OpenAPI, which will be generated from the same Rails internal API description.
Here are some tools that do the mapping (we won't want to use them directly but they might be helpful):
Related issues
Updated by Nico César about 4 years ago
this is realted to #16374, here are my thoughts:
1) as you can see in note 15 there is no easy way to translate the current discovery document I used LucyBot and documented it. but I'm sure I tried several
2) the cannonical place should be the code and we generate the yaml file. My effort to make this by forking goas and using all the features that other people develop in other forks, see https://github.com/nicocesar/goas the motivation for this in particular was https://github.com/nicocesar/goas/commit/695d1232698d3573d99773f73e386d0988160376
Updated by Nico César about 4 years ago
- Related to Bug #16374: [Documentation] Improve golang docs + OpenApi v3 comments added