如何在没有互联网的机器上安装邮递员?
How to install postman on the machine which doesn't have internet?
我想使用 postman 检查 Web 服务是否正常工作,但我那台机器上没有 Internet。我如何在没有 chrome 网上商店的情况下安装 postman?
或者我应该如何使用 curl 检查以下 Web 服务?使用 post 请求
http://url
网络服务
Content-Type : application/x-www-form-urlencoded
key value(which is to be submitted via the body of request)
inputString again
sourceLang eng-latn
targetLang hin
withSuggestions 1
如果你想在 chrome 中安装邮递员,那么只需转到 chrome 网上商店。
Last week, Google announced plans to end support for Chrome Apps for Windows, Mac, and Linux users, over the next two years.
因此,要将 postman 安装为应用程序,只需转到此 download link
您可以直接从这里下载为应用 link
.这样一旦安装,你就不必在chrome.
其他方法是从 git 存储库克隆。从这里
https://github.com/postmanlabs/postman-app-support
- 然后转到 chrome 中的扩展。
- 然后是开发者模式
- 。单击加载解压的扩展。
转到以下 link 由 akhil mathew 给出并根据您的操作系统下载 postman
我想使用 postman 检查 Web 服务是否正常工作,但我那台机器上没有 Internet。我如何在没有 chrome 网上商店的情况下安装 postman?
或者我应该如何使用 curl 检查以下 Web 服务?使用 post 请求
http://url
网络服务
Content-Type : application/x-www-form-urlencoded
key value(which is to be submitted via the body of request)
inputString again
sourceLang eng-latn
targetLang hin
withSuggestions 1
如果你想在 chrome 中安装邮递员,那么只需转到 chrome 网上商店。
Last week, Google announced plans to end support for Chrome Apps for Windows, Mac, and Linux users, over the next two years.
因此,要将 postman 安装为应用程序,只需转到此 download link
您可以直接从这里下载为应用 link .这样一旦安装,你就不必在chrome.
其他方法是从 git 存储库克隆。从这里 https://github.com/postmanlabs/postman-app-support
- 然后转到 chrome 中的扩展。
- 然后是开发者模式
- 。单击加载解压的扩展。
转到以下 link 由 akhil mathew 给出并根据您的操作系统下载 postman