最近在調試接口遇到一個問題。就是post接口傳的body是一個json串。
剛開始還不知道,百度了一下才知道,其實很簡單,就是在raw里面選擇json。我的天如此簡單的內容,而且支持html。
於是讀了一下官方文檔:
https://www.getpostman.com/docs/cloud_api
內容詳細,而且全面。絕對的有幫助。
包括內容:
- Managing Collections
- Sending Requests and Viewing Responses
- Sending Requests
- Understanding and working with responses
- Authentication helpers
- Requests History
- Using Tabs
- Using Interceptor to read and write cookies
- Capturing requests (Chrome App)
- Capturing requests (Native App)
- Handling redirects
- Sending requests to URLs with self signed SSLs
- Ignoring SSL warnings
- Extracting data from responses and chaining requests
- Making SOAP requests
- Creating cURL commands in Postman
- Importing cURL commands to Postman
- Working with JSON/XML
- Generating code snippets
- Working with cookies
- Working with client certificates
-
- Getting started with Collections
- Consuming API documentation in Collection Browser
- Publish Documentation for your Collections
- Sharing Collections with your team
- Syncing collections with the Postman server
- Checking response payloads
- Validating JSON collections
- Importing RAML folders as Collections
- Importing Swagger files
高端大氣上檔次,我個人覺得postman幾乎完美,如果可以參數化,覺得是個平凡工具,造就偉大的工程。