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

推薦閱讀
- Software Defined Networking with OpenFlow
- Android 9 Development Cookbook(Third Edition)
- SharePoint Development with the SharePoint Framework
- Learning Three.js:The JavaScript 3D Library for WebGL
- Flutter跨平臺開發入門與實戰
- Hands-On Full Stack Development with Go
- Mastering Unity 2D Game Development(Second Edition)
- SQL Server 2016 從入門到實戰(視頻教學版)
- Visual FoxPro程序設計習題及實驗指導
- PHP程序設計高級教程
- Illustrator CS6中文版應用教程(第二版)
- MATLAB從入門到精通
- 深入淺出Rust
- Java 開發從入門到精通
- 亮劍ASP.NET項目開發案例導航