Postman for Linux(x86)
from: http://chromecj.com/web-development/2018-04/1374.html
Postman for Linux(x86)開發背景
使用Linux系統的人越來越少,但是postman一直秉承“不要忘記Linux開發人員”的原則。推出Postman for Linux應用程序基于與原生Mac和Windows應用程序(Electron)相同的技術,并幫助Postman更接近我們為每個開發人員更容易制作API的目標。我們鼓勵Postman Chrome用戶盡快過渡到Linux,Mac或Windows應用程序。過渡到本地Postman應用程序對于Chrome應用程序用戶來說非常簡單 - 您只需在下載并啟動新的本機應用程序后登錄您的郵遞員帳戶,并且所有歷史記錄和收藏集都將自動同步。Postman本地應用程序提供與Chrome應用程序相同的功能(目前chrome已經停止對chrome應用程序提供支持),為構建,測試,記錄和共享API提供了一個完整的平臺,并使您的工作流程更快更輕松。另外,本地應用程序為開發人員提供了無縫的請求捕獲和cookie處理功能。 Postman Chrome應用程序的用戶需要下載Postman Interceptor Chrome擴展程序來管理桌面瀏覽器中的Cookie和捕獲請求;我們的本機應用程序在應用程序本身內提供了此功能。
Postman for Linux(x32)使用方法
postman for linux
1.如何在Linux上安裝Postman應用程序?
在Linux上的安裝Postman應用可能因分布而有所不同。 Postman雖然推薦安裝它的本地應用程序,但沒有任何文檔介紹在Ubuntu上安裝它。 因此,為了讓Ubuntu用戶更容易從Postman開始,下面是一些快速設置的命令!
wget https://dl.pstmn.io/download/latest/linux64 -O chromecj.com-postman.tar.gz
sudo tar -xzf chromecj.com-postman.tar.gz -C /opt
rm chromecj.com-postman.tar.gz
sudo ln -s /opt/Postman/Postman /usr/bin/postman
如何在Linux上安裝Postman應用程序?
2.作為獎勵,這是一個為您的啟動器創建Unity桌面文件的命令。 創建文件后,注銷并重新登錄后,您將能夠在Unity啟動器中搜索“Postman”以啟動postman應用程序。
cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
EOL
總結
以上是生活随笔為你收集整理的Postman for Linux(x86)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 深度学习中IU、IoU(Intersec
- 下一篇: 信息检索的评价指标(Precision、