当前位置:网站首页>Postman download localization of installation and use
Postman download localization of installation and use
2022-08-02 08:37:00 【m0_67401499】
I. Download
- Official website download address: https://www.getpostman.com

Second, installation
- postman installation: double-click to run, the automatic installation is completed.
- Install the Postman plugin newman.
- Make sure node.js is installed first, you can check it in the terminal npm -v.
- Then npm install -g newman.
- newman -v If you see the version number, the installation is successful!

Three, Sinicization
- Download a Chinese package from https://github.com/hlmd/Postman-cn/releases
- After decompressing the Chinese patch package app.zip, copy the app folder to the resources directory of Postman to complete the localization.Reference C:UsersAdministratorAppDataLocalPostmanapp-9.22.2 esources

Fourth, use
- Request call: Copy the url into the input box, select the format, and then click send to call.Body is the returned parameter, which can determine whether the call is successful.
Note: If it is an https request, you can remove the ssl verification in the settings, or refresh the Google Chrome first, and click Continue to go to call it. - Save request: convenient for the next call;
Export and load request: After changing the environment, just load the previous request to have the same configuration as before. - Code generation: Click Generate Code and select the development language to generate code.
- postman realizes file upload:
post method -> body select form-data format -> key select file type, select file, and then click send to realize file upload. - postman stress test.
- postman as a mock server:
Create a mock service - set the request method, request path and return value - test - copy the mock url to the browser and add the set request service pathVisit - click example to add modified examples.
Let me introduce myself first. The editor graduated from Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Ali in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
- Stop mental exhaustion Daily sharing
- Business Intelligence Platform BI Business Intelligence Analysis Platform How to Choose the Right Business Intelligence Platform BI
- Biotin-C6-amine|N-生物素基-1,6-己二胺|CAS:65953-56-2
- redis高阶使用之Redisson分布式锁源码解析
- 十大免费cms建站系统介绍推荐
- postman使用方法
- 数据表格化打印输出
- Biotin-C6-amine|N-biotinyl-1,6-hexanediamine|CAS: 65953-56-2
- 如何将项目部署到服务器上(全套教程)
- 52. [Bool type input any non-0 value is not 1 version reason]
猜你喜欢
随机推荐
Seleniu screenshots code and assign name to the picture
MySQL事务隔离级别详解
postman下载安装汉化及使用
prometheus monitoring mysql_galera cluster
三维体尺测量
QT web development - Notes - 3
A young man with strong blood and energy actually became a housekeeper. How did he successfully turn around and change careers?
科技云报道:实现元宇宙,英伟达从打造基础建设平台开始
数据表格化打印输出
mysql启动报错The server quit without updating PID file几种解决办法
Button to control the running water light (timer)
【开源项目】X-TRACK源码分析
如何做好项目管理
基于PyTorch的flappy bird游戏
为什么都推荐使用wordpress, 而不是 phpcms 这些国内的CMS呢?
18、优化网站性能
力扣:第 304 场周赛
Redisson实现分布式锁
R language plotly visualization: plotly visualizes the scatter plot of the actual value of the regression model and the predicted value of the regression, analyzes the prediction performance of the re
C语言基础_结构体









