About 243 results
Open links in new tab
  1. FastAPI

    With automatic interactive documentation. Standards-based: Based on (and fully compatible with) the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema.

  2. Tutorial - User Guide - FastAPI

    Each section gradually builds on the previous ones, but it's structured to separate topics, so that you can go directly to any specific one to solve your specific API needs.

  3. OpenAPI docs - FastAPI

    Generate and return the HTML that loads Swagger UI for the interactive API docs (normally served at /docs). You would only call this function yourself if you needed to override some parts, for example …

  4. First Steps - FastAPI

    If you are curious about how the raw OpenAPI schema looks like, FastAPI automatically generates a JSON (schema) with the descriptions of all your API. You can see it directly at: …

  5. Learn - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  6. Metadata and Docs URLs - FastAPI - tiangolo

    The order of each tag metadata dictionary also defines the order shown in the docs UI. For example, even though users would go after items in alphabetical order, it is shown before them, because we …

  7. Reference - FastAPI

    Here's the reference or code API, the classes, functions, parameters, attributes, and all the FastAPI parts you can use in your applications. If you want to learn FastAPI you are much better off reading …

  8. Features - FastAPI

    OpenAPI for API creation, including declarations of path operations, parameters, request bodies, security, etc. Automatic data model documentation with JSON Schema (as OpenAPI itself is based …

  9. FastAPI class - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  10. Configure Swagger UI - FastAPI - tiangolo

    FastAPI framework, high performance, easy to learn, fast to code, ready for production