A simple REST service with Python Flask
This is a simple REST service written in Python with Flask for running some tests. It is based on the excellent tutorial from Miguel Grinberg (accessible here). The service simply returns a hard coded JSON string. The goal of this simple script is to have a simple, local sandbox for testing querying HTTP services. This […]