- Django RESTful Web Services
- Gaston C. Hillar
- 161字
- 2021-06-30 19:30:56
Installing the Postman REST client
So far, we have installed two terminal-based or command-line tools to compose and send HTTP requests to our Django development server: cURL and HTTPie. Now, we will start installing Graphical User Interface (GUI) tools.
Postman is a very popular API testing suite GUI tool that allows us to easily compose and send HTTP requests, among other features. Postman is available as a standalone app in Linux, macOS, and Windows. You can download the versions of the Postman app from the following URL: https://www.getpostman.com.
You can download and install Postman for free to compose and send HTTP requests to the RESTful Web Services we will build throughout this book. You just need to sign up to Postman. We won't be using any of the paid features provided by either Postman Pro or Postman Enterprise in our examples. All the instructions work with Postman 5.2.1 or greater.
The following screenshot shows the HTTP GET request builder in Postman:

推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- C語言程序設計實踐教程(第2版)
- Python快樂編程:人工智能深度學習基礎
- Mastering Adobe Captivate 2017(Fourth Edition)
- Mastering ServiceStack
- Mastering Apache Spark 2.x(Second Edition)
- Mastering Apache Maven 3
- AppInventor實踐教程:Android智能應用開發前傳
- 新一代SDN:VMware NSX 網絡原理與實踐
- PHP與MySQL權威指南
- Android高級開發實戰:UI、NDK與安全
- 數據結構:Python語言描述
- 例解Python:Python編程快速入門踐行指南
- Implementing Domain:Specific Languages with Xtext and Xtend
- 你好!Python