├── LICENSE ├── README.md ├── app.py ├── book_review.py ├── main_template.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KeithGalli/python-api-example/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KeithGalli/python-api-example/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KeithGalli/python-api-example/HEAD/app.py -------------------------------------------------------------------------------- /book_review.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KeithGalli/python-api-example/HEAD/book_review.py -------------------------------------------------------------------------------- /main_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KeithGalli/python-api-example/HEAD/main_template.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KeithGalli/python-api-example/HEAD/requirements.txt --------------------------------------------------------------------------------