simple api example using flask. a flask api object contains one or more functionalities (GET, POST, etc).
pip install -r requirements.txt
python app.py
then go to http://localhost:5000/departments
you could drill down by deparments too!
Chicago city employees Salary API built in one hour with Python and Flask under 35 lines of code
Python
simple api example using flask. a flask api object contains one or more functionalities (GET, POST, etc).
pip install -r requirements.txt
python app.py
then go to http://localhost:5000/departments
you could drill down by deparments too!