最近在调试接口遇到一个问题。就是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几乎完美,如果可以参数化,觉得是个平凡工具,造就伟大的工程。