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!
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!