{"info":{"_postman_id":"65ebf061-2408-4ab1-91a9-5e5974fec681","name":"interests","description":"<html><head></head><body><p>A collection with requests for <code>/interests</code> endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13348269","collectionId":"65ebf061-2408-4ab1-91a9-5e5974fec681","publishedId":"U16evoaD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-03T15:17:09.000Z"},"item":[{"name":"Get All Interests","id":"d8f46ab0-ed9a-42e4-80a8-2777304442b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/interests","description":"<h1 id=\"get-all-interests\">Get all interests</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of interest details where each list item contains:</p>\n<ul>\n<li><code>interest_id</code></li>\n<li><code>interest</code></li>\n</ul>\n","urlObject":{"path":["interests"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e4b187f1-c727-433e-9f9f-b9664339b891","name":"Mock Get All Interests","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/interests"},"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":"206"},{"key":"ETag","value":"W/\"ce-yHRWzohWK3VXs2nLt7rNa7vqY/w\""},{"key":"Date","value":"Fri, 03 Sep 2021 15:05:19 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            \"interest_id\": 1,\n            \"interest\": \"sports\"\n        },\n        {\n            \"interest_id\": 2,\n            \"interest\": \"art\"\n        },\n        {\n            \"interest_id\": 3,\n            \"interest\": \"history\"\n        },\n        {\n            \"interest_id\": 4,\n            \"interest\": \"technology\"\n        }\n    ]\n}"}],"_postman_id":"d8f46ab0-ed9a-42e4-80a8-2777304442b9"},{"name":"Get Interest By Id","id":"ba1ca1d2-d740-4212-9e2a-c211845bbd29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/interests/4","description":"<h1 id=\"get-an-interest-by-id\">Get an interest by id</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>interest_id</code></li>\n<li><code>interest</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"65ebf061-2408-4ab1-91a9-5e5974fec681","id":"65ebf061-2408-4ab1-91a9-5e5974fec681","name":"interests","type":"collection"}},"urlObject":{"path":["interests","4"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"814628d4-8a58-49a4-8dd2-d3eca1a8bcc9","name":"Mock Get Interest By Id","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/interests/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":"92"},{"key":"ETag","value":"W/\"5c-jdy0q+wtw2fcY7LQuvBHtEfv/wA\""},{"key":"Date","value":"Fri, 03 Sep 2021 15:05:41 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        \"interest_id\": 4,\n        \"interest\": \"technology\"\n    }\n}"}],"_postman_id":"ba1ca1d2-d740-4212-9e2a-c211845bbd29"},{"name":"Add A Interest","id":"36bafd8f-4d0d-499d-bbf9-8d1368861d7f","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    \"interest\":\"gaming\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/interests","description":"<h1 id=\"add-a-new-interest\">Add a new interest</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>interest_id</code> New interest's id.</li>\n<li><code>affected_rows</code> Should be 1.</li>\n</ul>\n","urlObject":{"path":["interests"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4fa179d0-ee05-4c04-9986-d9e9ba388db7","name":"Mock Add A Interest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"interest\":\"gaming\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/interests"},"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":"100"},{"key":"ETag","value":"W/\"64-0rq1okMm9rIHBxFY6Pb3hEPoA68\""},{"key":"Date","value":"Fri, 03 Sep 2021 15:06:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Interest was created!\"\n    },\n    \"body\": {\n        \"interest_id\": 5,\n        \"affected_rows\": 1\n    }\n}"}],"_postman_id":"36bafd8f-4d0d-499d-bbf9-8d1368861d7f"},{"name":"Update A Interest","id":"c952fa84-a778-4e20-92bf-f23dbdc14750","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    \"interest\":\"movies\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/interests/5","description":"<h1 id=\"update-details-of-a-interest\">Update details of a interest</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>\n</ul>\n<p><em><strong>Note</strong></em> : <code>message</code> header indicates result.</p>\n","urlObject":{"path":["interests","5"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6a8bd7e5-97ba-4a49-85c6-60241f6a4f79","name":"Mock Update A Interest","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"interest\":\"movies\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/interests/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":"158"},{"key":"ETag","value":"W/\"9e-6qVeM2km2ERPcCPtVHBEZMUX3Ic\""},{"key":"Date","value":"Fri, 03 Sep 2021 15:07:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Interest 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":"c952fa84-a778-4e20-92bf-f23dbdc14750"},{"name":"Delete A Interest","id":"03cafa74-df97-40cf-9b12-79cf996c6f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{base_url}}/interests/5","description":"<h1 id=\"delete-a-interest\">Delete a interest</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":["interests","5"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e3c7c231-d4a9-4083-9d5a-d7806229dd9e","name":"Mock Delete A Interest","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/interests/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":"71"},{"key":"ETag","value":"W/\"47-N2UvJGnh96KzOztvHaubeDz9fpk\""},{"key":"Date","value":"Fri, 03 Sep 2021 15:08:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Interest has been deleted\"\n    },\n    \"body\": {\n        \"rows_removed\": 1\n    }\n}"}],"_postman_id":"03cafa74-df97-40cf-9b12-79cf996c6f14"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"0506559e-616d-448b-bd89-f73bac12c843","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fb72427f-55d6-42c8-9139-b00e9bce9524","type":"text/javascript","exec":[""]}}]}