Here’s an interesting article on how to leverage OpenAPI to build out a useful prototype of your API. Bruno Pedro uses a number of tools to build out his prototype solution:
-
GitHub Copilot to generate a rough OpenAPI description
-
42Crunch OpenAPI Editor to verify the OpenAPI document is valid and to use a fantastic feature called “Try it,” which is what makes the whole flow work.
-
OpenAPI Stack openapi-backend to dynamically serve content described by the OpenAPI document.