当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
mysql 中 in 的用法
IO进程线程->进程->day4
IO process thread -> process -> day4
Mysql Mac版下载安装教程
cas: 139504-50-0 Maytansine DM1|Mertansine|
BGP solves routing black hole through MPLS
工程师如何对待开源 --- 一个老工程师的肺腑之言
【开源项目】X-TRACK源码分析
EPSANet: An Efficient Pyramid Split Attention Block on Convolutional Neural Network
【C】关于柔性数组.简要的谈谈柔性数组
王学岗-编译出运行的文件
Elasticserch 自定义字段,用户会频繁的创建和删除字段,怎么设计mapping?
如何做好项目管理
pycharm的基本使用教程(1)
A young man with strong blood and energy actually became a housekeeper. How did he successfully turn around and change careers?
Figure robot software digital twin station oil and gas pipelines, oil and gas transportation control platform
C语言_指针
C语言_条件编译
JSP页面中page指令contentPage/pageEncoding具有什么功能呢?
按键控制流水灯(计时器)









