{"info":{"_postman_id":"38ba398a-4df6-48f7-a692-e39aa5759ec3","name":"(test)Westagram API collection","description":"<html><head></head><body><p>This is a test for creating API documentation.</p>\n<p>There are 6 endpoints for different requests and examples for each.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23411769","collectionId":"38ba398a-4df6-48f7-a692-e39aa5759ec3","publishedId":"2s7Ymz9NKZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-18T13:48:47.000Z"},"item":[{"name":"POST / create post request","id":"f0747332-c233-4c1d-b23c-2996bc04911b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"api documentation test\",\n    \"content\" : \"making sample for westagram api\",\n    \"userId\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/posts","description":"<p>You can create a new post.</p>\n<p>When request, you need 'title', 'content' and 'userId' for body.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["posts"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"1f6e3e7b-d980-48ef-a795-19d08b434624","name":"example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"api documentation test\",\n    \"content\" : \"making sample for westagram api\",\n    \"userId\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/posts"},"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":"29"},{"key":"ETag","value":"W/\"1d-EAemm6C+4eE3JB6HuyHog2G1dtk\""},{"key":"Date","value":"Sun, 18 Sep 2022 12:22:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"POSTING_SUCCESS\"\n}"}],"_postman_id":"f0747332-c233-4c1d-b23c-2996bc04911b"},{"name":"GET / read all posts request","id":"490c065f-671a-47b3-beca-4d56ffb8a17e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/posts","description":"<p>You can get all the posts.</p>\n<p>Only URL needed.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["posts"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"7c12b801-424a-4c8a-8ba6-39ecd25967bb","name":"example","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/posts"},"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":"462"},{"key":"ETag","value":"W/\"1ce-H6RxtLw1lGwnMRlqyfk+nDBqqL4\""},{"key":"Date","value":"Sun, 18 Sep 2022 12:17:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"howoooo999\",\n            \"content\": \"wooo999ohhhh\",\n            \"user_id\": 1,\n            \"created_at\": \"2022-09-17T10:33:21.000Z\",\n            \"updated_at\": \"2022-09-18T07:33:49.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"totVSnapoli\",\n            \"content\": \"no!!! tottenham is stronger!! sonke gogo!\",\n            \"user_id\": 2,\n            \"created_at\": \"2022-09-17T10:34:43.000Z\",\n            \"updated_at\": null\n        },\n        {\n            \"id\": 3,\n            \"title\": \"passgame lover\",\n            \"content\": \"both bullshit! no passer, not fun\",\n            \"user_id\": 3,\n            \"created_at\": \"2022-09-17T10:35:33.000Z\",\n            \"updated_at\": null\n        }\n    ]\n}"}],"_postman_id":"490c065f-671a-47b3-beca-4d56ffb8a17e"},{"name":"GET / read post by ID request","id":"33e7fe81-2da9-4b00-bc89-d40a10b23982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/posts/:userId","description":"<p>You can get a specific post.</p>\n<p>When request, you need a 'userId' as a parameter.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["posts",":userId"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"27a37852-5eae-4289-9b5e-75c7dd7c4f19","type":"any","value":"1","key":"userId"}]}},"response":[{"id":"7017f2da-e661-42e6-a9d5-15330ed59f70","name":"example","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:3000/posts/:userId","protocol":"http","host":["127","0","0","1"],"port":"3000","path":["posts",":userId"],"variable":[{"key":"userId","value":"1"}]}},"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":"239"},{"key":"ETag","value":"W/\"ef-gymP+tO9vCH041H0WbAnrrNQP+g\""},{"key":"Date","value":"Sun, 18 Sep 2022 12:31:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": 1,\n            \"email\": \"nogoal@gmail.com\",\n            \"post_id\": 1,\n            \"title\": \"howoooo999\",\n            \"content\": \"wooo999ohhhh\"\n        },\n        {\n            \"user_id\": 1,\n            \"email\": \"nogoal@gmail.com\",\n            \"post_id\": 6,\n            \"title\": \"api documentation test\",\n            \"content\": \"making sample for westagram api\"\n        }\n    ]\n}"}],"_postman_id":"33e7fe81-2da9-4b00-bc89-d40a10b23982"},{"name":"PATCH / edit post request","id":"f1feb75f-2c6f-4656-94d4-12e6d404baed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"number1post\",\n    \"content\" : \"testing now.........\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/posts/:postId","description":"<p>You can edit a specific post.</p>\n<p>When request, you need a 'userId' as a parameter and 'title', 'content' for body.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["posts",":postId"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"ffde7e32-babd-4bc9-84a7-d3e164f25e59","description":{"content":"<p>put the post's id</p>\n","type":"text/plain"},"type":"any","value":"1","key":"postId"}]}},"response":[{"id":"09a53394-663e-4385-9a84-d9b0265c4099","name":"example","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"number1post\",\n    \"content\" : \"testing now.........\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:3000/posts/:postId","protocol":"http","host":["127","0","0","1"],"port":"3000","path":["posts",":postId"],"variable":[{"key":"postId","value":"1","description":"put the post's id"}]}},"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":"27"},{"key":"ETag","value":"W/\"1b-TlnQUr+mbt3+bFQeqHnNtnerBkM\""},{"key":"Date","value":"Sun, 18 Sep 2022 12:35:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"POST_UPDATED \"\n}"}],"_postman_id":"f1feb75f-2c6f-4656-94d4-12e6d404baed"},{"name":"DELETE / delete post request","id":"7d011346-0f20-40ce-bb36-100c2ba737c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:3000/posts/:postId","description":"<p>You can delete a specific post.</p>\n<p>When request, you need a 'postId' as a parameter.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["posts",":postId"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"2e734104-8233-42e0-b9ae-64b38804f3d1","description":{"content":"<p>put the post's id</p>\n","type":"text/plain"},"type":"any","value":"6","key":"postId"}]}},"response":[{"id":"41ddf9a9-0351-4486-8527-e9047eaac643","name":"example","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://127.0.0.1:3000/posts/:postId","protocol":"http","host":["127","0","0","1"],"port":"3000","path":["posts",":postId"],"variable":[{"key":"postId","value":"6","description":"put the post's id"}]}},"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":"26"},{"key":"ETag","value":"W/\"1a-BTgAjYLSDqhgQ/6UDwFelz4nU6w\""},{"key":"Date","value":"Sun, 18 Sep 2022 12:37:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"POST_DELETED\"\n}"}],"_postman_id":"7d011346-0f20-40ce-bb36-100c2ba737c5"},{"name":"POST / user signup request","id":"8bfb7af3-8df5-4aa4-9d6b-3992831a81e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Lionel Messi\",\n    \"email\" : \"GOAT@gmail.com\",\n    \"password\" : \"goBarcelona!1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/users/signup","description":"<p>You can signup as a new member.</p>\n<p>When request, you need 'name', 'email' and 'password' for body.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["users","signup"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"0ead5799-ce12-4d07-a0e1-b29eb6385b99","name":"example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Lionel Messi\",\n    \"email\" : \"GOAT@gmail.com\",\n    \"password\" : \"goBarcelona!1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/users/signup"},"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":"28"},{"key":"ETag","value":"W/\"1c-ulRBHCvEIUyICQa7+YSt689/+bk\""},{"key":"Date","value":"Sun, 18 Sep 2022 12:49:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SIGNUP_SUCCESS\"\n}"}],"_postman_id":"8bfb7af3-8df5-4aa4-9d6b-3992831a81e4"}]}