This is a small app that pings apis and checks response
Endpoint | Description |
---|---|
/status |
Get the status of the API |
/ |
Get the overview of all the endpoints |
This is built against python 3.5 and Cython!
Create a new venv and install deps.
virtualenv <env_name> --python=python3
pip install -r requirements.txt
Open environment.py
file and fill in
DEBUG
turn on debug modeauth
basic auth format of usr:pwdendpoints
list of endpoints to check
Spin up Gunicorn and run. Note that production is ran with uwsgi
gunicorn app
Author: Javier
Email: youracow@gmail.com