Understanding FastAPI: How OpenAPI works

This page summarizes the projects mentioned and recommended in the original post on dev.to

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
  • OpenAPI-Specification

    The OpenAPI Specification Repository

    If we go to the OpenAPI's repository, we'll see that:

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • swagger-ui

    Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

    We already saw what is ASGI, how starlette works and how FastAPI extends starlatte. Now it's time to see how FastAPI offers one of the greatest features (in my opinion): Out of the box API docs with Swagger and Redoc.

  • pydantic

    Data validation using Python type hints

    And here is where FastAPI ✨ shines: It leverages Pydantic powerful data validation to offer out of the box JSON Schema and OpenAPI specs via Swagger and Redoc.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Write a scalable OpenAPI specification for a Node.js API

    2 projects | dev.to | 19 Apr 2023
  • Documenting Node.js API using Swagger

    2 projects | dev.to | 20 Mar 2023
  • In One Minute : Swagger

    2 projects | dev.to | 2 Oct 2022
  • Developing high-performing applications with Python’s FastAPI

    2 projects | dev.to | 30 Jun 2022
  • Is XMPP any good? Let's write a client in Tcl, maybe

    2 projects | news.ycombinator.com | 23 Apr 2022