Skip to content

Instantly share code, notes, and snippets.

@appac
Created May 5, 2021 13:33
Show Gist options
  • Select an option

  • Save appac/f884b6e692fdefc4e2791ae6212ad18c to your computer and use it in GitHub Desktop.

Select an option

Save appac/f884b6e692fdefc4e2791ae6212ad18c to your computer and use it in GitHub Desktop.
{
"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