postman.md

July 15, 2021 · View on GitHub

Bookmarks tagged [postman]

www.codever.land/bookmarks/t/postman

Debugging and logs

https://www.getpostman.com/docs/postman/sending_api_requests/debugging_and_logs

Explains the capabilities of the Postman Console, which is analogous to a browser’s developer console, except that it’s tuned for API development.


Introduction

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

Install, sending API Requests, collections, api documentation etc.


Interceptor extension

https://www.getpostman.com/docs/postman/sending_api_requests/interceptor_extension

Postman Interceptor is an extension available for Chrome that can capture and manipulate HTTP requests passing between Postman and web servers. It can capture network requests directly from Chrome and...


Extracting data from responses and chaining requests – Postman Blog

http://blog.getpostman.com/2014/01/27/extracting-data-from-responses-and-chaining-requests/

Postman lets you write scripts that run before/after you receive a response from the server. You can do practically anything in these scripts. The pre-request and test scripts run inside a sandbox and...

  • :calendar: published on: 2014-12-27
  • tags: rest, postman

Using variables inside Postman and Collection Runner – Postman Blog

http://blog.getpostman.com/2014/02/20/using-variables-inside-postman-and-collection-runner/

Variables are among the most powerful features in Postman. Using variables in your Postman requests, eliminates the need to duplicate requests, which can save a lot of time!

  • :calendar: published on: 2014-02-20
  • tags: rest, postman