June 2025
Intermediate to advanced
837 pages
24h 50m
English
This chapter focuses on the server-side aspects of a REST service, so you should have a way to address the server’s interface. You can do this by implementing a client, but this is a costly solution to the problem. A simpler alternative is to use existing tools. In the following sections, we’ll introduce you to the Postman graphical user interface (GUI) and the cURL command-line tool. You can use both tools to test the interfaces you write in this chapter.
Postman is a widely used HTTP client with a GUI for formulating requests to web servers. The tool is available for Windows, Linux, and MacOS, and can be downloaded from www.getpostman.com/apps. After installing and launching the application, ...
Read now
Unlock full access