Generating an OpenAPI/Swagger spec from a Ruby on Rails API

This post was originally published on the Doctave blog.

In this post we will go through how to generate an OpenAPI (previously Swagger) API reference from a Ruby on Rails application serving a JSON…


Export an OpenAPI specification from your FastAPI app

FastAPI is a modern Python web framework for building APIs. FastAPI is a great choice for building simple APIs, and it comes with built-in support for generating OpenAPI documentation.