{"info":{"_postman_id":"b15b8be1-4a4a-483a-b3e9-6b5bd27c6e42","name":"hobbies","description":"<html><head></head><body><p>A collection with requests for <code>/hobbies</code> endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13348269","collectionId":"b15b8be1-4a4a-483a-b3e9-6b5bd27c6e42","publishedId":"U16dT95z","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-01T21:58:24.000Z"},"item":[{"name":"Get All Hobbies","id":"dc6f5984-ec4b-407f-8879-d1b8701b3685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/hobbies","description":"<h1 id=\"get-all-hobbies\">Get all hobbies</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of hobby details where each list item contains:</p>\n<ul>\n<li><code>hobby_id</code></li>\n<li><code>hobby</code></li>\n</ul>\n","urlObject":{"path":["hobbies"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"64231ec4-197d-4a5b-9a3e-8fed2d4ad694","name":"Mock Get All Hobbies","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/hobbies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"ETag","value":"W/\"d9-mkRrC5dhOhsBeBNh+YLF2c3vw1Y\""},{"key":"Date","value":"Wed, 01 Sep 2021 21:55:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Success\"\n    },\n    \"body\": [\n        {\n            \"hobby_id\": 1,\n            \"hobby\": \"painting\"\n        },\n        {\n            \"hobby_id\": 2,\n            \"hobby\": \"singing\"\n        },\n        {\n            \"hobby_id\": 3,\n            \"hobby\": \"reading\"\n        },\n        {\n            \"hobby_id\": 4,\n            \"hobby\": \"acting\"\n        },\n        {\n            \"hobby_id\": 5,\n            \"hobby\": \"cooking\"\n        }\n    ]\n}"}],"_postman_id":"dc6f5984-ec4b-407f-8879-d1b8701b3685"},{"name":"Get Hobby By Id","id":"3b4d93f0-ca87-4147-aa23-707f4ee4c1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/hobbies/5","description":"<h1 id=\"get-a-hobby-by-id\">Get a hobby by id</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>hobby_id</code></li>\n<li><code>hobby</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b15b8be1-4a4a-483a-b3e9-6b5bd27c6e42","id":"b15b8be1-4a4a-483a-b3e9-6b5bd27c6e42","name":"hobbies","type":"collection"}},"urlObject":{"path":["hobbies","5"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1afa1ad1-fb2b-4f40-9dd6-66b0a59ee242","name":"Mock Get Hobby By Id","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/hobbies/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-v5QRmWNGh8zzOlGIDe/GXcJiIa8\""},{"key":"Date","value":"Wed, 01 Sep 2021 21:54:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Success\"\n    },\n    \"body\": {\n        \"hobby_id\": 5,\n        \"hobby\": \"cooking\"\n    }\n}"}],"_postman_id":"3b4d93f0-ca87-4147-aa23-707f4ee4c1e2"},{"name":"Add A Hobby","id":"e83c442d-c8ff-4c46-953b-53a5860b746f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"hobby\":\"cooking\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/hobbies","description":"<h1 id=\"add-a-new-hobby\">Add a new hobby</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>hobby_id</code> New hobby's id.</li>\n<li><code>affected_rows</code> Should be 1.</li>\n</ul>\n","urlObject":{"path":["hobbies"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fa6b5d93-7635-4b73-99d4-361b575209a0","name":"Mock Add A Hobby","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"hobby\":\"cooking\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/hobbies"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"ETag","value":"W/\"5e-vpuzsQWLJuO4gJTUkj3c08f/1Jk\""},{"key":"Date","value":"Wed, 01 Sep 2021 21:54:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Hobby was created!\"\n    },\n    \"body\": {\n        \"hobby_id\": 5,\n        \"affected_rows\": 1\n    }\n}"}],"_postman_id":"e83c442d-c8ff-4c46-953b-53a5860b746f"},{"name":"Update A Hobby","id":"e52886dd-0a2d-4026-8d55-4cdc5eebbb38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"hobby\":\"coding\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/hobbies/4","description":"<h1 id=\"update-details-of-a-hobby\">Update details of a hobby</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>rows_matched</li>\n<li>rows_changed</li>\n<li>info</li></ul>\n\n<p><em><strong>Note</strong></em> : <code>message</code> header indicates result.</p>\n","urlObject":{"path":["hobbies","4"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ca25c599-24be-4e89-b498-bd01b03f422a","name":"Mock Update A Hobby","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"hobby\":\"coding\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/hobbies/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"155"},{"key":"ETag","value":"W/\"9b-c7OHDZ+23f5VDxDa4VeiqaBN63g\""},{"key":"Date","value":"Wed, 01 Sep 2021 21:56:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Hobby updated successfully\"\n    },\n    \"body\": {\n        \"rows_matched\": 1,\n        \"rows_changed\": 1,\n        \"info\": \"Rows matched: 1  Changed: 1  Warnings: 0\"\n    }\n}"}],"_postman_id":"e52886dd-0a2d-4026-8d55-4cdc5eebbb38"},{"name":"Delete A Hobby","id":"d3e78b20-929f-4263-8b90-3f8589501678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{base_url}}/hobbies/5","description":"<h1 id=\"delete-a-hobby\">Delete a hobby</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>rows_removed</li></ul>\n\n<p><em><strong>Note</strong></em> : <code>message</code> header indicates result.</p>\n","urlObject":{"path":["hobbies","5"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7654a617-8fa4-455c-a29a-18bbcf4a4ab0","name":"Mock Delete A Hobby","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/hobbies/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-dvATsg/nXJ2yGoRd604IivdY2ss\""},{"key":"Date","value":"Wed, 01 Sep 2021 21:56:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Hobby has been deleted\"\n    },\n    \"body\": {\n        \"rows_removed\": 1\n    }\n}"}],"_postman_id":"d3e78b20-929f-4263-8b90-3f8589501678"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"1602e56b-5a43-424c-a18d-7469779af06e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"abeb61bc-5517-4101-ba6c-0c7c904c2c88","type":"text/javascript","exec":[""]}}]}