Postman Chinese version and download

Postman is a commonly used API testing tool that can facilitate interface testing, debugging and document writing. This article will introduce in detail how to download, install and localize Postman, including detailed instructions for each step.

Download and install Postman

1. Open the browser, visit the Postman official website, and download the Postman installation package suitable for your system.

 

2. Install after the download is complete.

 

Register/login account

1. Open the installed Postman application.

2. If you already have an account, you can log in directly. If not, you can directly click "Creat Free Account". After clicking, you will jump to the official website registration interface, fill in the relevant information and register.

 

3. After successful registration, you need to complete the guidance instructions and fill in the boxes as needed.

4. You can use it after completing the instructions.

 

Postman Chinese

View the download version and download the Chinese package

  1. Open the installed Postman application.
  2. Click the gear icon in the upper right corner of the interface and select "Settings".
  3. In the pop-up "Settings" window, select the "About" tab to view the version number.

 

Select the corresponding Chinese package according to your own version and download app.zip: github.com/hlmd/Postma ... It should be noted that the new version of the Chinese package is slower and more suitable for the old version.

 

Windows version Chinese version

1. Enter Postman安装地址/版本/resourcesthe directory (for example: C:/Users/username/AppData/Local/Postman/app-8.8.0/resources)

2. Unzip the downloaded compressed package and you will get a appfolder named;

3. Put appthe folder into resourcesthe directory;

 

4. Just restart Postman.

Mac version Chinese version

1. Unzip the downloaded compressed package and you will get a appfolder named;

2. Enter 访达/应用程序and find Postmanthe right button - view package contents , and then enter Contents/Resources;

 

3. Put appthe folder into resourcesthe directory (if it already exists, choose to replace it);

 

4. Just restart Postman.

Notes on Chinese translation of Postman

Disable automatic updates

The Chinese version is only for a single version. Once updated, the Chinese version will become invalid. So set it to turn off automatic updates.

  1. Open Postman, click the gear icon in the upper right corner of the interface, and select "Settings."
  2. In the pop-up "Settings" window, select the "Updates" tab to disable automatic updates.

 

Change hosts file hosts

Add this parsing to your computer’s hosts file:

  • Windows hosts file :C:/Windows/System32/drivers/etc/hosts
  • Linux & Mac hosts file :/etc/hosts

Use Postman for interface testing

  1. In the left navigation bar of the Postman interface, select the "New" button to create a new request.
  2. Enter the requested URL, select the request method (such as GET, POST, PUT, DELETE, etc.), and fill in the request parameters.
  3. Click the "Send" button to send the request and view the response results.
  4. In the response result, you can view the returned status code, response data, response header information, etc.

How to obtain information

【Message 777】

Friends who want to get the source code and other tutorial materials, please like + comment + collect , three times in a row!

After three consecutive rounds , I will send you private messages one by one in the comment area~

Guess you like

Origin blog.csdn.net/GDYY3721/article/details/132232657