Monitoring and analytics for FastAPI
Project description
API Analytics
Installation
python -m pip install fastapi-analytics
Usage
FastAPI
from fastapi import FastAPI
from api_analytics.fastapi import Analytics
app = FastAPI()
app.add_middleware(Analytics, <api_key>)
@app.get("/")
async def root():
return {"message": "Hello World"}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fastapi-analytics-1.0.0.tar.gz
(39.3 kB
view hashes)
Built Distribution
Close
Hashes for fastapi_analytics-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c9905469f20d65ef9b89d6092844ae83f2924f3bfb01137efb4572e95486944 |
|
MD5 | 916266f9be9715eb1f9ccbc310696514 |
|
BLAKE2b-256 | 54d81baa5cff8ce8179ca8e05f69cb9ffa003f9326039d0a8373d27e92dad7d2 |