Wrapper around Flask-Restful
- Python 3.6+
- pip
From source:
git clone https://github.com/LunarPyOrg/lunarapi
cd lunaraapi/lunarapi
pip install .
import lunarapi
data = "Data That will be sent"
lunarapi.init(Appname="My Awesome app",
DataInput=data,
Debug=True,
Randomic=True,
URL="/")
# Debug - Enable debug mode
# Randomic - Enable random requests
# URL - What subdomain the API will be served