Postman installation and use Getting Started tutorial Installation
This article is only an installation based on the Chrome browser extension, not a standalone application. First of all, you want a computer, and secondly, you have a Chrome browser installed, then you look down.
1. Website installation (don't look)
- Open Official website, https://www.getpostman.com
- Click on the Gray-gray "chrome App (free) button. The normal situation jumps to the Chrome Web Store interface, but, because, um, you know! You generally see the second picture, full of sadness everywhere ...
Please wipe the tears first, do not grieve, we can still be good.
2. Non-official website installation
This is a way to do what I think is an "illegal installation" directly by packaging an extension that has already been installed, but that's just the way it is.
- I will give you an installation package, see attachment. You should download it and unzip it to your preferred location.
Open the "extensions" of Chrome browser
Click on the "Load unpacked extensions ..." button to find the location of the installation package you just downloaded and click OK.
You go to see the Windows Start menu, you will suddenly find a "chrome app" folder, you click inside the Postman try it.
OK, here's the Postman installed by "Illegal installation" is complete.
Getting Started with
Postman is a powerful tool for API debugging and HTTP requests, and when you're ready to take a notepad and write the form form, you'll be shocked when you try Postman. That's a lot of crap!
This is the interface that opens after you see the first sight.
Do not introduce too much, if you are engaged in development, you can see at a glance, I am just a brief introduction to some of the buttons you may use to operate.
Focus on the buttons I have labeled, from top to bottom, from left to right in order of import, new folder, save request, download .
- import : Used to import the API request file that you or the team saved, in JSON format.
- new Folder : For API requests are categorized for ease of management.
- Save Request : Save your API request, and the return value can be stored.
- download : Download your test through the API request, team share, import. JSON format, which can be edited manually.
In fact, Postman is a team collaboration, can share request parameters and data, but need to register and put on their server, for the company, there will be security considerations, most people are lazy, will give up this way. or QQ to send files to the convenience. :)
Advanced Features
She allows the user to send any type of HTTP request, such as get,post,head,put, delete, etc., and can allow arbitrary arguments and Headers.
She supports different authentication mechanisms, including Basic Auth,digest Auth,oauth 1.0,oauth 2.0.
She can also respond to data that is automatically highlighted in the syntax format, including Html,json and XML.
She also ...
Anyway is too special to use!!!
Q: Is there a Chinese version?
Answer: No. Remember, you're a developer!
Postman 4.1.2:http://files.cnblogs.com/files/mafly/postman-4.1.2.rar
Postman installation and use Getting Started tutorial