{"info":{"_postman_id":"857dd088-da07-6a28-a053-6f2ede7dbd2c","name":"Slash's API","description":"<html><head></head><body><p>Slash the API Dog's documentation for his training in retrieving bones, balls, and digging holes.</p>\n<p>See some live Parabola examples of how to work with his API here:</p>\n<p><a href=\"https://parabola.io/public/flow/15689/api-get-list?utm_source=postman&amp;utm_medium=docs\">GET Slash's List of Balls</a></p>\n<p><a href=\"https://parabola.io/public/flow/15691/api-get-single-item?utm_source=postman&amp;utm_medium=docs\">GET Slash's First Ball</a></p>\n<p><a href=\"https://parabola.io/public/flow/15692/api-post-items?utm_source=postman&amp;utm_medium=docs\">Add Slash's New Balls via POST</a></p>\n<p><a href=\"https://parabola.io/public/flow/15693/api-put-items?utm_source=postman&amp;utm_medium=docs\">Update Slash's Bones Ages</a></p>\n<p><a href=\"https://parabola.io/public/flow/15694/api-delete-items?utm_source=postman&amp;utm_medium=docs\">DELETE Slash's Old Bones</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3296827","collectionId":"857dd088-da07-6a28-a053-6f2ede7dbd2c","publishedId":"RztkN9TU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"20303A","highlight":"42B2FD"},"publishDate":"2019-01-30T23:53:33.000Z"},"item":[{"name":"List Bones","id":"3e7a2c13-c198-bb1c-48d7-f36688a8e030","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://slashtheapidog.com/api/bones","urlObject":{"protocol":"https","path":["api","bones"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e7a2c13-c198-bb1c-48d7-f36688a8e030"},{"name":"Retrieve Bone","id":"430f62db-a586-5c73-f70a-336207ac923f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://slashtheapidog.com/api/bones/1","urlObject":{"protocol":"https","path":["api","bones","1"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"430f62db-a586-5c73-f70a-336207ac923f"},{"name":"Create Bone","id":"08ec6e16-8b40-729a-a4ff-4207179cd08a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"age\": 3,\n    \"material\": \"plastic\",\n    \"size\": 8,\n    \"remainder\": \"80%\",\n    \"slashs_notes\": \"old bone, won't go away\"\n}"},"url":"https://slashtheapidog.com/api/bones","urlObject":{"protocol":"https","path":["api","bones"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"08ec6e16-8b40-729a-a4ff-4207179cd08a"},{"name":"Update Bone","id":"c6b9ad05-f0c3-7167-f6ad-c3821349f43f","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"age\": 4,\n\t\"material\": \"plastic\",\n    \"size\": 8,\n    \"remainder\": \"80%\",\n    \"slashs_notes\": \"old bone, won't go away\"\n}"},"url":"https://slashtheapidog.com/api/bones/1","urlObject":{"protocol":"https","path":["api","bones","1"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6b9ad05-f0c3-7167-f6ad-c3821349f43f"},{"name":"Delete Bone","id":"db59f3a3-c1f4-0d8c-8582-e49801516bd0","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://slashtheapidog.com/api/bones/1","urlObject":{"protocol":"https","path":["api","bones","1"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db59f3a3-c1f4-0d8c-8582-e49801516bd0"},{"name":"List Balls","id":"8026705b-32a2-63b6-9267-5d53fef11bfe","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://slashtheapidog.com/api/balls","urlObject":{"protocol":"https","path":["api","balls"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8026705b-32a2-63b6-9267-5d53fef11bfe"},{"name":"Retrieve Ball","id":"6051fdb8-c3fb-a413-a5ac-e1055e2df7b5","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://slashtheapidog.com/api/balls/1","urlObject":{"protocol":"https","path":["api","balls","1"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6051fdb8-c3fb-a413-a5ac-e1055e2df7b5"},{"name":"Create Ball","id":"5d426bdd-13dc-bc25-590a-0f6400a43fc5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"color\": \"red\",\n    \"material\": \"rubber\",\n    \"size\": 5,\n    \"squeaks\": true\n}"},"url":"https://slashtheapidog.com/api/balls","urlObject":{"protocol":"https","path":["api","balls"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d426bdd-13dc-bc25-590a-0f6400a43fc5"},{"name":"Update Ball","id":"f0291d95-469d-7947-76bd-d0e244192126","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"color\": \"blue\",\n    \"material\": \"rubber\",\n    \"size\": 5,\n    \"squeaks\": false\n}\n"},"url":"https://slashtheapidog.com/api/balls/1","urlObject":{"protocol":"https","path":["api","balls","1"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0291d95-469d-7947-76bd-d0e244192126"},{"name":"Delete Ball","id":"8f4c0f25-8cb1-f2fa-d5bd-6b3d200b20d8","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://slashtheapidog.com/api/balls/1","urlObject":{"protocol":"https","path":["api","balls","1"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f4c0f25-8cb1-f2fa-d5bd-6b3d200b20d8"},{"name":"List Holes","id":"714c4dfa-4f61-d8d7-a70c-65dddb5684bf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://slashtheapidog.com/api/holes","urlObject":{"protocol":"https","path":["api","holes"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"714c4dfa-4f61-d8d7-a70c-65dddb5684bf"},{"name":"Retrieve Hole","id":"135d3b78-624b-fbc3-6f0f-383161d3bf2f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://slashtheapidog.com/api/holes/1","urlObject":{"protocol":"https","path":["api","holes","1"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"135d3b78-624b-fbc3-6f0f-383161d3bf2f"},{"name":"Create Hole","id":"45fd3398-1c3a-4423-faa8-d6c07f5c8c59","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Hole under the deck\",\n    \"x\": 5,\n    \"y\": 12,\n    \"size\": 3\n}"},"url":"https://slashtheapidog.com/api/holes","urlObject":{"protocol":"https","path":["api","holes"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"45fd3398-1c3a-4423-faa8-d6c07f5c8c59"},{"name":"Update Hole","id":"ee9eab93-3d2e-60a8-d3d0-1c0ca78f3d16","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Slash's first hole\",\n    \"x\": 5,\n    \"y\": 12,\n    \"size\": 11\n}"},"url":"https://slashtheapidog.com/api/holes/1","urlObject":{"protocol":"https","path":["api","holes","1"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee9eab93-3d2e-60a8-d3d0-1c0ca78f3d16"},{"name":"Delete Hole","id":"bde7dc1b-928d-af45-98e6-f5cd36240cb1","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://slashtheapidog.com/api/holes/1","urlObject":{"protocol":"https","path":["api","holes","1"],"host":["slashtheapidog","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bde7dc1b-928d-af45-98e6-f5cd36240cb1"}],"event":[{"listen":"prerequest","script":{"id":"32d5127c-8518-48b2-b634-4f4bc1ac2325","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fd6e82f5-bd4d-4664-8580-e098cf6f2ccc","type":"text/javascript","exec":[""]}}]}