Project

General

Profile

Feature #16866

Updated by Peter Amstutz over 3 years ago

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): 

 https://github.com/APIs-guru/google-discovery-to-swagger 

 https://github.com/LucyBot-Inc/api-spec-converter

Back