FastAPI-RESTful-Extension
Description
Initializing search
    fastapi-restful-extension
    fastapi-restful-extension
    • Description
    • Installation
      • Minimal API
      • Versions API
      • Routing
      • Security
    • Get Help
    • Release Notes

    Description

    PyPI - Python Version


    Source code: https://github.com/maximshumilo/fastapi-restful-extension

    PyPI: https://pypi.org/project/fastapi-restful-extension/


    FastAPI-RESTful-Extension - is extension for FastAPI that allows you to easily create a REST API.

    In this extension, the API is built using the Resource classes. They are built based on the capabilities of FastAPI, namely APIRouter and Route

    The Resource classes provide easy access to HTTP methods.

    Made with Material for MkDocs