APIFairy

A minimalistic API framework built on top of Flask, Marshmallow and friends.

Navigation

  • Getting Started
  • Documenting your API with APIFairy
  • Decorator Reference
  • The APIFairy Class

Related Topics

  • Documentation overview
    • Next: Getting Started

Quick search

APIFairyΒΆ

Welcome to the documentation for APIFairy, the minimalistic API framework for Flask.

  • Getting Started
    • Installation
    • Configuration
    • Using a Custom Documentation Endpoint
  • Documenting your API with APIFairy
    • Project Title and Version
    • Project Overview
    • Endpoints
    • Path parameters
    • Schemas
    • Query String
    • Request Headers
    • Responses
    • Error Responses
    • Authentication
    • Tags and Blueprints
    • Anything else
  • Decorator Reference
    • @arguments
    • @body
    • @response
    • @other_responses
    • @authenticate
    • @webhook
  • The APIFairy Class
    • APIFairy.apispec
    • APIFairy.process_apispec
    • APIFairy.error_handler
©2020, Miguel Grinberg. | Powered by Sphinx 7.0.1 & Alabaster 0.7.13 | Page source
Fork me on GitHub