/fast-api-requests

A little API built on Fast API that makes a call with HTTPX

Primary LanguagePython

A little API built on Fast API that makes a call with requests

Fast API Docs
Requests Docs

Clone repo

Install dependencies

pip install requirements.txt

Run the server

uvicorn main:app --reload