Using Postman
In this article guide, I will show you how you will able to run Postman in your machine.
In the Activities search bar type “Postman” and click on the icon to launch the application.
Creating an account allows you to organize your work in Workspaces, create backups, and sync your data across multiple devices. If you don’t want to log in, click on “Skip signing in and take me straight to the app”.
To illustrate how Postman works, we will send a simple Get request to an online REST API and receive a JSON response containing users list.
Open a new tab, enter https://jsonplaceholder.typicode.com/users
, leave the request type as GET
and click on the SEND button. On success, the response will return a JSON object containing an array of users.
The Postman Learning Center is a good starting point for learning how to create Postman work-spaces, collections, environments, and more.
Comments
Post a Comment