So far, we have been working with two terminal-based or command-line tools to compose and send HTTP requests to our Django development server: cURL and HTTPie. Now, we will work with one of the GUI tools we used when composing and sending HTTP requests to the Flask development server in Chapter 1, Developing RESTful APIs and Microservices with Flask 1.0.2. In case you skipped this chapter, make sure you check the installation instructions in the section named Working with GUI tools - Postman and others.
Once you launch Postman, make sure you close the modal that provides shortcuts to common tasks. Select the GET request in the + new drop-down menu in the upper-left corner of the Postman main window. ...