Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 330 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 330 Bytes

This repo is intended to store some boilerplate code for common use cases I come across.

  • FastAPI
    • Contains a basic FastAPI application that demonstrates some basic configuration and authentication functionality
  • API client
    • Contains a generic API client that is used as an abstract class to build clients for other APIs