Created
June 28, 2020 19:58
-
-
Save colbyfayock/5e2a2194b106eff4648d90c6799809f4 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": "e0ee1a9f-a83b-4bd0-97f1-3dd00c6cbafe", | |
"name": "Colby's Lord of the Rings API Collection", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
}, | |
"item": [ | |
{ | |
"name": "Movie", | |
"item": [ | |
{ | |
"name": "All Movies", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/movie", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"movie" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Quote by Movie ID", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/movie/5cd95395de30eff6ebccde5b/quote", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"movie", | |
"5cd95395de30eff6ebccde5b", | |
"quote" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Movie by ID", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/movie/5cd95395de30eff6ebccde5b", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"movie", | |
"5cd95395de30eff6ebccde5b" | |
] | |
} | |
}, | |
"response": [] | |
} | |
], | |
"protocolProfileBehavior": {} | |
}, | |
{ | |
"name": "Book", | |
"item": [ | |
{ | |
"name": "All Books", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/book", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"book" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Book by ID", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/book/5cf58077b53e011a64671583", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"book", | |
"5cf58077b53e011a64671583" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Chapters by Book ID", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/book/5cf58077b53e011a64671583/chapter", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"book", | |
"5cf58077b53e011a64671583", | |
"chapter" | |
] | |
} | |
}, | |
"response": [] | |
} | |
], | |
"protocolProfileBehavior": {} | |
}, | |
{ | |
"name": "Character", | |
"item": [ | |
{ | |
"name": "All Characters", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/character", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"character" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Character by ID", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/character/5cd99d4bde30eff6ebccfd81", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"character", | |
"5cd99d4bde30eff6ebccfd81" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Quotes by Character ID", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "" | |
} | |
}, | |
"response": [] | |
} | |
], | |
"protocolProfileBehavior": {} | |
}, | |
{ | |
"name": "Quote", | |
"item": [ | |
{ | |
"name": "All Quotes", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/quote", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"quote" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Quote by ID", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/quote/5cd96e05de30eff6ebcce80f", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"quote", | |
"5cd96e05de30eff6ebcce80f" | |
] | |
} | |
}, | |
"response": [] | |
} | |
], | |
"protocolProfileBehavior": {} | |
}, | |
{ | |
"name": "Chapter", | |
"item": [ | |
{ | |
"name": "All Chapters", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/chapter", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"chapter" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Chapter by ID", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://the-one-api.herokuapp.com/v1/chapter/5cdc25d5bc17e929cf246208", | |
"protocol": "https", | |
"host": [ | |
"the-one-api", | |
"herokuapp", | |
"com" | |
], | |
"path": [ | |
"v1", | |
"chapter", | |
"5cdc25d5bc17e929cf246208" | |
] | |
} | |
}, | |
"response": [] | |
} | |
], | |
"protocolProfileBehavior": {} | |
} | |
], | |
"auth": { | |
"type": "bearer", | |
"bearer": [ | |
{ | |
"key": "token", | |
"value": "fi1vcsyZNvvh1utK1cxD", | |
"type": "string" | |
} | |
] | |
}, | |
"event": [ | |
{ | |
"listen": "prerequest", | |
"script": { | |
"id": "6ebed126-fee0-4262-848e-c81230f53ff8", | |
"type": "text/javascript", | |
"exec": [ | |
"" | |
] | |
} | |
}, | |
{ | |
"listen": "test", | |
"script": { | |
"id": "83ed823a-4ccd-4fff-8a67-08b67627605b", | |
"type": "text/javascript", | |
"exec": [ | |
"" | |
] | |
} | |
} | |
], | |
"protocolProfileBehavior": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment