Skip to content

IranUdesha/API-PY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-PY

This API is created using FastAPI python Framework.
Authentication Method - API key

#Dependencies
FastAPI - pip install fastapi[all]
uvicorn - pip install uvicorn[standard]

#Instruction
Install Dependencies
Add API key to api_keys = ["API-KEY"]
Run (Python main.py)

#To test API
Send an HTTP GET request to http://localhost/api/data with the Authentication header set to a valid API key.

Releases

No releases published

Packages

No packages published

Languages