• Postman的優點Postman的配置
  • Postman被500萬開發者和超過10萬家公司使用,每個月可以訪問1.3億個api。
  • The only complete API development environment:唯一完整的API開發環境。
  • Integrated tools for every stage of the API lifecycle:API生命週期的每個階段的集成工具。
  • Plans for everyone from individuals to enterprises:每個人從個人到企業的計劃。
  • Postman的API開發環境(ADE):集合、工作區和工具三部分組成。
  • Postman Collections(集合):
  • An executable API description format.:可執行API描述格式。
  • Run requests, test & debug, create automated tests, and mock, document & monitor an API.:運行請求、測試和調試、創建自動化測試、模擬、文檔和監控API。
  • Postman Workspaces(工作區):
  • Powerful collaboration spaces for teams of any size:強大的協作空間,適合任何規模的團隊。
  • Share collections, set permissions, and manage participation in multiple workspaces:共享集合、設置權限和管理多個工作區中的參與。  
  • Built-in Tools(工具):
  • Everything a developer needs to work with APIs:開發人員需要使用api。
  • Design & mock, debug, test automation, documentation, monitor, and publish:設計和模擬、調試、測試自動化、文檔、監控和發佈。  
  • Postman's Tools Support Every Stage of the API Lifecycle:Postman的工具支持API生命週期的每個階段。
  • Postman Streamlines the Development Process and Simplifies APIs.:Postman簡化了開發過程並簡化了api。
  • Through design, testing and full production, Postman is there for faster, easier API development—without the chaos:通過設計、測試和充分的生產,postman在那裏可以更快、更容易的API開發——沒有混亂。
  • PUBLISH(發佈):Onboard developers to your API faster with Postman collections and documentation:使用Postman集合和文檔,您的API上的開發人員可以更快地使用API。
  • MONITOR(監控):Create automated tests to monitor APIs for uptime, responsiveness, and correctness:創建自動化測試來監視api的運行時間、響應能力和正確性。
  • DOCUMENT(文檔):Create beautiful web-viewable documentation:創建美麗的web-viewable文檔。(網頁文檔)。
  • DESIGN & MOCK(設計與模擬):Design in Postman & use Postman’s mock service:在postman設計&使用postman的模擬服務。
  • DEBUG(調試):Test APIs, examine responses, add tests and scripts:測試api,檢查響應,添加測試和腳本。
  • AUTOMATED TESTING(自動化測試):Run automated tests using the Postman collection runner:使用postman集合運行自動化測試。
  • Postman的版本更新
  • 主要是針對postman的版本更新選擇:默認選擇:file→setting→update→Automatically download updates→All,修改為Minor fixes,不要選擇None,None:代表永不更新;Minor fixes:只有大版本才更新;All:代表只要有不同就進行更新,這樣更新的頻率太高。
  • Postman_chrome版本與native版本的區別  
  • Cookies:native版本可以直接操作cookies,而chrome版本需要安裝擴展。
  • Built-in proxy:native版本自帶proxy,可以用來抓包。
  • Menu bar:菜單欄。
  • Restricted headers(限制頭信息):有一些headers在chrome  app上是受限的,比如:Origin(起源) and User-Agent:源頭及用户代理
  • Don't follow redirects option(不要緊跟重定向選項):native版本才有這個選項
  • Postman console(Postman控制面板):native版本自帶