Created
May 5, 2021 13:33
-
-
Save appac/f884b6e692fdefc4e2791ae6212ad18c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "info": { | |
| "_postman_id": "e0af4911-b9c2-49a6-a888-e31e67ad232a", | |
| "name": "Example Collection", | |
| "description": "This is an example API collection, published to test/demo the postman application link behaviour.", | |
| "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
| }, | |
| "item": [ | |
| { | |
| "name": "Example Request", | |
| "request": { | |
| "method": "GET", | |
| "header": [], | |
| "url": { | |
| "raw": "https://fakeapi.com/this/does/?nothing=true", | |
| "protocol": "https", | |
| "host": [ | |
| "fakeapi", | |
| "com" | |
| ], | |
| "path": [ | |
| "this", | |
| "does", | |
| "" | |
| ], | |
| "query": [ | |
| { | |
| "key": "nothing", | |
| "value": "true" | |
| } | |
| ] | |
| } | |
| }, | |
| "response": [] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment