{"info":{"_postman_id":"727b88d2-0332-a559-567d-88a9e6a3dee8","name":"Item Catalog","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"2229326","collectionId":"727b88d2-0332-a559-567d-88a9e6a3dee8","publishedId":"6fSWmNf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"339858"},"publishDate":"2017-06-23T13:41:02.000Z"},"item":[{"name":"Create a user","id":"7cd1c325-2c22-2356-4b01-ccd11507c995","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Posts a JSON request</p>\n"}],"body":{"mode":"raw","raw":"{\"username\":\"username\",\"password\":\"password\"}"},"url":"localhost:5050/api/v1/users","description":"<p>Make a user with a JSON post request.</p>\n<p>Information required: username &amp; password</p>\n","urlObject":{"port":"5050","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cd1c325-2c22-2356-4b01-ccd11507c995"},{"name":"Find a user","id":"99a1beaa-3978-de4a-4efa-ba15b640fab6","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"username\":\"root\",\"password\":\"beer\"}"},"url":"localhost:5050/api/v1/users/1","description":"<p>Request a username by id</p>\n","urlObject":{"port":"5050","path":["api","v1","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"99a1beaa-3978-de4a-4efa-ba15b640fab6"},{"name":"All categories","id":"843ca13a-b875-82b7-91f3-5dee3ff1c928","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"username\":\"root\",\"password\":\"beer\"}"},"url":"localhost:5050/api/v1/JSON","description":"<p>Request all categories</p>\n","urlObject":{"port":"5050","path":["api","v1","JSON"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"843ca13a-b875-82b7-91f3-5dee3ff1c928"},{"name":"A category and its items","id":"0785e6a0-6e14-2f72-cdf6-ad8254201d88","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"username\":\"root\",\"password\":\"beer\"}"},"url":"localhost:5050/api/v1/category/1/JSON","description":"<p>Request a category and its items</p>\n","urlObject":{"port":"5050","path":["api","v1","category","1","JSON"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0785e6a0-6e14-2f72-cdf6-ad8254201d88"},{"name":"A specific item","id":"568a7da2-8eb5-bb03-8e26-26bd9e618b06","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:5050/api/v1/category/1/item/1/JSON","description":"<p>Request an item from a category</p>\n","urlObject":{"port":"5050","path":["api","v1","category","1","item","1","JSON"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"568a7da2-8eb5-bb03-8e26-26bd9e618b06"},{"name":"All shops","id":"b4f273c2-1c06-fbef-8f56-b5665464bd32","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"username\":\"root\",\"password\":\"beer\"}"},"url":"localhost:5050/api/v1/shops/JSON","description":"<p>Request all shops</p>\n","urlObject":{"port":"5050","path":["api","v1","shops","JSON"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4f273c2-1c06-fbef-8f56-b5665464bd32"},{"name":"All manufacturers","id":"f55e82fa-9fba-5b32-db6d-5ae9d65cd2c8","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"username\":\"root\",\"password\":\"beer\"}"},"url":"localhost:5050/api/v1/manufacturers/JSON","description":"<p>Request all manufacturers</p>\n","urlObject":{"port":"5050","path":["api","v1","manufacturers","JSON"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f55e82fa-9fba-5b32-db6d-5ae9d65cd2c8"},{"name":"A specific shop","id":"b412c400-cd99-0e9c-b5f5-82159cad1979","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:5050/api/v1/shop/1/JSON","description":"<p>Request a specific shop</p>\n","urlObject":{"port":"5050","path":["api","v1","shop","1","JSON"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b412c400-cd99-0e9c-b5f5-82159cad1979"},{"name":"A specific manufacturer","id":"e6d565a2-038f-1c55-6039-03bf53f02456","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:5050/api/v1/manufacturer/1/JSON","description":"<p>Request a specific manufacturer</p>\n","urlObject":{"port":"5050","path":["api","v1","manufacturer","1","JSON"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6d565a2-038f-1c55-6039-03bf53f02456"}]}