Skip to content

Commit 3057ca2

Browse files
authored
Merge pull request #3928 from shaedrich/postman
Postman
2 parents 1ae8e7d + ba596c4 commit 3057ca2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

topics/postman/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
display_name: Postman
3+
short_description: Postman is a HTTP and REST API testing tool.
4+
topic: postman
5+
related: postman-collection, newman, swagger, openapi, rest-api, graphql, api-design, developer-tools, api-testing
6+
wikipedia_url: https://en.wikipedia.org/wiki/Postman_(software)
7+
github_url: https://github.com/postmanlabs
8+
created_by: Abhinav Asthana, Ankit Sobti, Abhijit Kane
9+
logo: postman.png
10+
---
11+
**Postman** is an API platform for developers for building and using APIs. This tool cannot only make requests with different HTTP verbs to different URLs, it also offers
12+
* using variables (collection, environment, etc.) in different places (path, query string, etc.)
13+
* Collections: Group requests in folders, export collections and write documentation for them
14+
* Scripting: Modify the request before sending as well as test and visualize its results
15+
* Design APIs: Create OpenAPI schema files and store them in your version control system

topics/postman/postman.png

16.6 KB
Loading

0 commit comments

Comments
 (0)