A powerful GUI platform to make API development faster & easier, from building API requests through testing, documentation and sharing.
Postman has features for every API developer:
API Monitoring
Request building
Tests & pre-request scripts
Variables
To Know About Postman Fundamentals visit: https://www.getpostman.com/docs/postman/launching_postman/navigating_postman
Use Postman for HTTP Requests
1. GET
Enter the URL into the Enter request URL field, substituting your account id for {account_id}Leave the method as GET, and click Send:
The response should look something like this:
2.POST
Use the same URL as you did for the GET request steps above, but now choose POST to be the selected HTTP method.
Click the Headers button and Click on "key" to enter a new key - value pair Content-Type - application/json. Simply begin typing in the input areas and you will be supplied with options from which you can choose the indicated values.
Click the Body section just under the URL, then the x-www... radio button
3.PUT
4.DELETE
Like POST and GET you can do to PUT and DELETE also.
No comments:
Post a Comment