postman传json串,以及postman官方文档

发布一下 0 0

最近在调试接口遇到一个问题。就是post接口传的body是一个json串。

刚开始还不知道,百度了一下才知道,其实很简单,就是在raw里面选择json。我的天如此简单的内容,而且支持html。

于是读了一下官方文档:

https://www.getpostman.com/docs/cloud_api

内容详细,而且全面。绝对的有帮助。

包括内容:

  • Managing Collections
  • Sending Requests and Viewing ResponsesSending RequestsUnderstanding and working with responsesAuthentication helpersRequests HistoryUsing TabsUsing Interceptor to read and write cookiesCapturing requests (Chrome App)Capturing requests (Native App)Handling redirectsSending requests to URLs with self signed SSLsIgnoring SSL warningsExtracting data from responses and chaining requestsMaking SOAP requestsCreating cURL commands in PostmanImporting cURL commands to PostmanWorking with JSON/XMLGenerating code snippetsWorking with cookiesWorking with client certificates
  • Managing Collections
    • 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

  •   Variables and EnvironmentsSetting up an environment with variablesUsing data variables to run a collection multiple timesUsing environments to switch contexts
  • Postman Pro for TeamsPostman ProPurchasing ProManaging your Pro teamPostman APICase study
  • API Testing & Collection RunnerPre Request ScriptsWriting TestsTesting SandboxTesting examplesRunning a collectionRunning collections with file-post requestsWorkflowsNewman - Running collections in the command lineRunning Newman inside DockerIntegrating automated API tests with JenkinsSchedule runs in the Cloud
  • Postman for Public APIsCreate the Run in Postman buttonUsing the Run in Postman buttonUpdating collections in the Run buttonEnvironments in the Run buttonThe Run Button APIPartnership programRun button security

高端大气上档次,我个人觉得postman几乎完美,如果可以参数化,觉得是个平凡工具,造就伟大的工程。

postman传json串,以及postman官方文档

版权声明:内容来源于互联网和用户投稿 如有侵权请联系删除

本文地址:http://0561fc.cn/76975.html