Git Product home page Git Product logo

fastapi-designs's Introduction

FastAPI Designs

This repository contains practical examples demonstrating various concepts and best practices for building powerful APIs using FastAPI. Each example showcases a specific aspect of API development and code samples to help you understand and implement these concepts effectively.

Installation

Install your dependencies with the following command:

pip install -r requirements.txt

Available Content

  1. Building blocks
    1. Pagination
    2. Error handling
    3. URL Versioning
    4. Header Versioning
    5. Caching
    6. Deprecation
    7. Decorator
    8. Decorator for auth
    9. Rate limitter
    10. Filtering and sorting
    11. Bulk operations
    12. Authentification
    13. WebHooks
    14. Async Polling
    15. Async Callback
    16. HATEOAS
    17. Singleton
    18. Content negotiation
    19. Strategy pattern
    20. Repository pattern
  2. APIs
    1. RESTful
    2. Message Queue
    3. RPC
    4. Event driven
    5. Hypermedia
    6. SOAP

Disclaimer

This repository shows some API patterns and building blocks in a simplified manner, therefore it can serve as inspiration for real-case applications however it is likely to require extra adaption, for instance, we use an in-memory dictionary to simulate a database for some cases.

References

The scripts in this repository are based on the following documentation:

  1. FastAPI documentation.
  2. Pika documentation.

fastapi-designs's People

Contributors

aavache avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.