[postman] The use of postman and the localization of postman

 Use of postman

Postman is an interface testing tool software that can help developers manage test interfaces.

Official website: Postman API Platform

psotman environment

First create an environment with import or new

 Variable variable name Type type

Initial value Initial value Current value Current value

Then use the environment

 interface save

curlCommand line tool commands 

The command line in the picture curlis usually used to debug and test the Web API interface, simulating the client to initiate an HTTP request to check the response result of the server. How to import it into postman with one click?

Select the "Import" option and paste this command in the tab curl. Postman will automatically parse it and generate the corresponding request. 

Chinese version of postman

Download a plugin

First click the link below to enter gitee and download a plug-in there

Releases · hlmd/Postman-cn · GitHub

It comes in like this:

Check what version of postman you have, and then download the corresponding APP package from gitee

 How should I check my postman version number? ~~Look at the picture below

 

 After downloading the corresponding package, just put the downloaded App.zit package in the resources directory of postman.

After placing it, restart postman, and you will see that the original English has basically changed to Chinese.

Problems that may arise

What if the version is wrong? 

 Answer: Just download and reinstall the version with the Chinese plug-in.

English version installation package download address:
Windows 64-bit
https://dl.pstmn.io/download/version/version号/win64

Windows 32-bit
https://dl.pstmn.io/download/version/version号/win32

For example, the version we want to download is [9.12.2], win64 bit, then the download address is:
https://dl.pstmn.io/download/version/9.12.2/win64

Guess you like

Origin blog.csdn.net/weixin_52479803/article/details/133927478