{"info":{"_postman_id":"e2201f73-2be9-423d-93e8-5be04fc5ea11","name":"Trinket Shop API Documentation","description":"<html><head></head><body><p>API Documentation for Trinket Shop Application</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12353296","collectionId":"e2201f73-2be9-423d-93e8-5be04fc5ea11","publishedId":"TVeqc7He","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-11-17T06:20:37.000Z"},"item":[{"name":"Get Items","id":"90cb5c05-c8ef-4bb7-9e8d-bd1218a5131c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://trinkets-shopping-list.herokuapp.com/items","description":"<p>[GET] to <code>/items</code> :\nReturns the list of all items in the shop </p>\n","urlObject":{"protocol":"https","path":["items"],"host":["trinkets-shopping-list","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"90cb5c05-c8ef-4bb7-9e8d-bd1218a5131c"},{"name":"Get Item By ID","id":"63ca4de5-f9fb-4b71-822f-ada5fb695cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://trinkets-shopping-list.herokuapp.com/itemById/5","description":"<p>[GET] to <code>/itemById/${id}</code> :\nReturns the item with id that matches the parameter and the information on each item</p>\n","urlObject":{"protocol":"https","path":["itemById","5"],"host":["trinkets-shopping-list","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"63ca4de5-f9fb-4b71-822f-ada5fb695cb2"},{"name":"Create New Item","id":"dda6ced6-b2bb-4450-8a5b-f5600c7bf6dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Reel Viewer\",\r\n    \"price\": 29.95,\r\n    \"imageUrl\": \"https://www.uncommongoods.com/images/items/47400/47435_1_360px.jpg\",\r\n    \"description\": \"Ah, nostalgia. Give yourself a double dose with this grown-up, just-for-you version of one of childhood's greatest gadgets: the reel viewer. Assemble snapshots of your favorite memories and add them to your very own reel using the redemption code included with your viewer. Once you receive your made-to-order reel, pop it in the viewer and marvel at baby's first steps, or your favorite beach at sunset, or... well, whatever else you want immortalized. Remember: You're the view master now. Made in Oregon.\",\r\n    \"shipping\": \"Most of our items are in stock and will ship quickly. Orders for in-stock items placed before 5pm ET Monday through Friday, excluding Federal holidays, will ship in the US: ECONOMY SHIPPING: within 8 days, arriving no later than the 9th business day after the order was placed. STANDARD SHIPPING: within 4 days, arriving 5 business days after the order was placed. PREFERRED SHIPPING: within 2 days, arriving 3 business days after the order was placed. EXPEDITED SHIPPING: within 1 day, arriving 2 business days after the order was placed. EXPRESS SHIPPING: will ship the same day and arrive 1 business day later.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://trinkets-shopping-list.herokuapp.com/items","description":"<p>[POST] to <code>/items</code>: creates a new item object. Pass the item as the body of the request\n<code>{ name: string, price: int, imageUrl: string, description: string, shipping: string, id: Date.now() (generates unique ID)}</code></p>\n","urlObject":{"protocol":"https","path":["items"],"host":["trinkets-shopping-list","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dda6ced6-b2bb-4450-8a5b-f5600c7bf6dd"},{"name":"Delete Item","id":"79310dd0-e6b8-4525-ae89-f84d84337772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://trinkets-shopping-list.herokuapp.com/items/6","description":"<p>[DELETE] to <code>/items/id</code> : removes the item using the id passed as part of the URL .</p>\n","urlObject":{"protocol":"https","path":["items","6"],"host":["trinkets-shopping-list","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"79310dd0-e6b8-4525-ae89-f84d84337772"}]}