{"info":{"_postman_id":"3a5b50b3-e88c-455f-a803-6064aa0edae7","name":"Labook","description":"<html><head></head><body><p>The backend of a social network.</p>\n<p>LaBook is a back-end development projetc of a small social<br>network. It is an activity result of Labenu's full-stack development<br>course.<br>This back-end consists of an API constructed with Typescript and MySQL<br>languages, using NodeJS as development environment, Express as NodeJS<br>framework for API construction and communicating with Database through<br>Knex's query builder.</p>\n<p><strong>The back-end performs the following functions:</strong></p>\n<p>SignUp and Login of users through token authentication (both access and refresh token);</p>\n<p>unilateral friendship interaction;</p>\n<p>feed requisition returning only friends posts or posts filtered by posts types;</p>\n<p>feed pagination;</p>\n<p>posting of texts and url based pictures requisition;</p>\n<p>comment requisition;</p>\n<p>BASE_URL: <a href=\"https://labook-fillipe.herokuapp.com/\">https://labook-fillipe.herokuapp.com/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19297915","collectionId":"3a5b50b3-e88c-455f-a803-6064aa0edae7","publishedId":"UyxdL9TV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-07T19:47:14.000Z"},"item":[{"name":"USER ENDPOINTS","item":[{"name":"Sign up","id":"e2986c42-055d-49c5-8e2b-ac4a7abe9dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Fillipe\",\n    \"email\": \"flip@gmail.com\",\n    \"password\": \"jajaja12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/user/signup","description":"<p>Sign up endpoint, returns an authorization token.</p>\n","urlObject":{"protocol":"https","path":["user","signup"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"20c97551-cbcb-4ae9-ac30-e4b61470b872","name":"Sign up response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Fillipe\",\n    \"email\": \"flip@gmail.com\",\n    \"password\": \"jajaja12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/user/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"243"},{"key":"Etag","value":"W/\"f3-m20pOMxKGGCX7Zp64L3DGhw0UK0\""},{"key":"Date","value":"Sat, 07 May 2022 18:59:10 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Usuário cadastrado com sucesso\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk0OTk1MCwiZXhwIjoxNjUxOTUzNTUwfQ.EyyfjI1l-x8vU5hhEu9EflW1B5BYmcA0mA8hU7GcC1U\"\n}"}],"_postman_id":"e2986c42-055d-49c5-8e2b-ac4a7abe9dc7"},{"name":"Login","id":"68cf2af8-ee5f-4dbf-bc17-ffd78d98fbb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"flip@gmail.com\",\n    \"password\": \"jajaja12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/user/login","description":"<p>Login endpoint, returns an authorization token.</p>\n","urlObject":{"protocol":"https","path":["user","login"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"5d09463f-f8e6-4df9-b712-584ed4c464ce","name":"Login response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"flip@gmail.com\",\n    \"password\": \"jajaja12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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-Ibz0FKnuozU7k3AwrLP6MjgKPtk\""},{"key":"Date","value":"Sat, 07 May 2022 19:00:02 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Usuário logado com sucesso\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ\"\n}"}],"_postman_id":"68cf2af8-ee5f-4dbf-bc17-ffd78d98fbb6"},{"name":"Follow User","id":"0b2c5a88-c212-4899-b3fb-4285f4f48caa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"followed_id\": \"56f68db8-2919-4a52-8048-175d88aac809\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/follow","description":"<p>Endpoint to follow another user. Receives the user to be followed's ID via request body. Also receives a token via Headers.</p>\n","urlObject":{"protocol":"https","path":["follow"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"7add788f-4d5b-4fc7-848a-d3a8372912d6","name":"Follow User response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"followed_id\": \"56f68db8-2919-4a52-8048-175d88aac809\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/follow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"42"},{"key":"Etag","value":"W/\"2a-CqlpSriBA33fjzt+dJ5j/bQJ4U0\""},{"key":"Date","value":"Sat, 07 May 2022 19:02:29 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Usuário seguido com sucesso\"\n}"}],"_postman_id":"0b2c5a88-c212-4899-b3fb-4285f4f48caa"},{"name":"Unfollow User","id":"78f4505a-ddcd-47d3-a508-e1eac1ef1adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"followed_id\": \"56f68db8-2919-4a52-8048-175d88aac809\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/unfollow","description":"<p>Endpoint to unfollow another user. Receives the user to be unfollowed's ID via request body. Also receives a token via Headers.</p>\n","urlObject":{"protocol":"https","path":["unfollow"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"1d530745-d22b-47ec-b664-4806ebbe1626","name":"Unfollow User response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"followed_id\": \"56f68db8-2919-4a52-8048-175d88aac809\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/unfollow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"56"},{"key":"Etag","value":"W/\"38-BOHUQOZfbnSfEg9HFRFV2z+UtpI\""},{"key":"Date","value":"Sat, 07 May 2022 19:02:50 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Usuário deixou de ser seguido com sucesso\"\n}"}],"_postman_id":"78f4505a-ddcd-47d3-a508-e1eac1ef1adf"}],"id":"b3039bc4-c637-436c-be99-188ec600977d","_postman_id":"b3039bc4-c637-436c-be99-188ec600977d","description":""},{"name":"POST ENDPOINTS","item":[{"name":"Create post","id":"6e6c1269-4c99-4662-a261-67c965747d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Sétimo post\",\n    \"body\": \"Este é o corpo do sétimo post\",\n    \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n    \"post_type\": \"EVENT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/post/","description":"<p>Create post endpoint, receives \"title\", \"body\", \"image_url\" and \"post_type\" as request body. Also receives a token via Headers.</p>\n<h3 id=\"the-post_type-must-be-normal-or-event\">The post_type must be \"NORMAL\" or \"EVENT\"</h3>\n","urlObject":{"protocol":"https","path":["post",""],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"67feabe0-1ed7-440a-b468-b0b91196ae8a","name":"Create post response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Sétimo post\",\n    \"body\": \"Este é o corpo do sétimo post\",\n    \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n    \"post_type\": \"EVENT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/post/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"216"},{"key":"Etag","value":"W/\"d8-QCM0GG4+DGv8tkrVM2AFPaWSnmE\""},{"key":"Date","value":"Sat, 07 May 2022 19:01:16 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post criado com sucesso\",\n    \"post\": {\n        \"title\": \"Sétimo post\",\n        \"body\": \"Este é o corpo do sétimo post\",\n        \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n        \"post_type\": \"EVENT\"\n    }\n}"}],"_postman_id":"6e6c1269-4c99-4662-a261-67c965747d91"},{"name":"Get Post By Id","id":"fc6b6349-7322-4a8f-b17e-e208986aa45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://labook-fillipe.herokuapp.com/post/33378e88-f77d-439e-bc99-0538c4d4e12d","description":"<p>Endpoint to get the post information by it's ID.</p>\n","urlObject":{"protocol":"https","path":["post","33378e88-f77d-439e-bc99-0538c4d4e12d"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"db49622e-257e-477b-8783-a2213f9f02ab","name":"Get Post By Id response","originalRequest":{"method":"GET","header":[],"url":"https://labook-fillipe.herokuapp.com/post/33378e88-f77d-439e-bc99-0538c4d4e12d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"354"},{"key":"Etag","value":"W/\"162-qhEVT0sPOXH6rLp1fsybQv9g/4E\""},{"key":"Date","value":"Sat, 07 May 2022 19:02:07 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post encontrado com sucesso\",\n    \"post\": {\n        \"id\": \"33378e88-f77d-439e-bc99-0538c4d4e12d\",\n        \"body\": \"Este é o corpo do segundo post\",\n        \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n        \"created_at\": \"2022-05-04T16:13:50.000Z\",\n        \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n        \"title\": \"Segundo post\",\n        \"post_type\": \"NORMAL\"\n    }\n}"}],"_postman_id":"fc6b6349-7322-4a8f-b17e-e208986aa45d"},{"name":"Get feed","id":"9ec699e1-7d55-47b8-9847-fa89230238e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"url":"https://labook-fillipe.herokuapp.com/feed/1","description":"<p>Endpoint to get the post feed. The post feed is the group of posts made by those users whom you follow. It receives the feed page's number via path params and a token via Headers.</p>\n","urlObject":{"protocol":"https","path":["feed","1"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"d57a081a-1745-435f-86ab-7f5763d2d70c","name":"Get feed response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"url":"https://labook-fillipe.herokuapp.com/feed/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"1574"},{"key":"Etag","value":"W/\"626-Ov0zK/VLLR2N4HCV4VLjePF3l1A\""},{"key":"Date","value":"Sat, 07 May 2022 19:03:42 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Feed encontrado com sucesso\",\n    \"feed\": [\n        {\n            \"id\": \"cd09f6f9-22e4-4689-8fbf-22e4404cdf98\",\n            \"body\": \"Este é o corpo do sexto post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-05T16:29:29.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Sexto post\",\n            \"post_type\": \"NORMAL\"\n        },\n        {\n            \"id\": \"6648893f-34d0-4b1e-b114-43e1b74158a1\",\n            \"body\": \"Este é o corpo do quinto post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-05T16:29:17.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Quinto post\",\n            \"post_type\": \"NORMAL\"\n        },\n        {\n            \"id\": \"db07cbfc-8695-4ff0-97f8-55a304832fb6\",\n            \"body\": \"Este é o corpo do quarto post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-05T16:29:10.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Quarto post\",\n            \"post_type\": \"NORMAL\"\n        },\n        {\n            \"id\": \"860facc2-1e45-4eb1-b020-02bd56a6ee5f\",\n            \"body\": \"Este é o corpo do terceiro post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-05T16:28:58.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Terceiro post\",\n            \"post_type\": \"NORMAL\"\n        },\n        {\n            \"id\": \"33378e88-f77d-439e-bc99-0538c4d4e12d\",\n            \"body\": \"Este é o corpo do segundo post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-04T16:13:50.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Segundo post\",\n            \"post_type\": \"NORMAL\"\n        }\n    ]\n}"}],"_postman_id":"9ec699e1-7d55-47b8-9847-fa89230238e4"},{"name":"Get Feed By Type","id":"e1761867-ac21-4edd-b9ad-dfe4d83ac757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"url":"https://labook-fillipe.herokuapp.com/feed/1/NORMAL","description":"<p>Endpoint to get the post feed by the it's post_type. The post feed is the group of posts made by those users whom you follow. It receives the feed page's number via path params, the post type via path params and a token via Headers.</p>\n<h3 id=\"the-post_type-must-be-normal-or-event\">The post_type must be NORMAL or EVENT</h3>\n","urlObject":{"protocol":"https","path":["feed","1","NORMAL"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"f08eb4f4-b5ff-4f74-a87a-dad2be5880b2","name":"Get Feed By Type response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"url":"https://labook-fillipe.herokuapp.com/feed/1/NORMAL"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"1574"},{"key":"Etag","value":"W/\"626-Ov0zK/VLLR2N4HCV4VLjePF3l1A\""},{"key":"Date","value":"Sat, 07 May 2022 19:04:23 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Feed encontrado com sucesso\",\n    \"feed\": [\n        {\n            \"id\": \"cd09f6f9-22e4-4689-8fbf-22e4404cdf98\",\n            \"body\": \"Este é o corpo do sexto post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-05T16:29:29.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Sexto post\",\n            \"post_type\": \"NORMAL\"\n        },\n        {\n            \"id\": \"6648893f-34d0-4b1e-b114-43e1b74158a1\",\n            \"body\": \"Este é o corpo do quinto post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-05T16:29:17.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Quinto post\",\n            \"post_type\": \"NORMAL\"\n        },\n        {\n            \"id\": \"db07cbfc-8695-4ff0-97f8-55a304832fb6\",\n            \"body\": \"Este é o corpo do quarto post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-05T16:29:10.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Quarto post\",\n            \"post_type\": \"NORMAL\"\n        },\n        {\n            \"id\": \"860facc2-1e45-4eb1-b020-02bd56a6ee5f\",\n            \"body\": \"Este é o corpo do terceiro post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-05T16:28:58.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Terceiro post\",\n            \"post_type\": \"NORMAL\"\n        },\n        {\n            \"id\": \"33378e88-f77d-439e-bc99-0538c4d4e12d\",\n            \"body\": \"Este é o corpo do segundo post\",\n            \"image_url\": \"https://i.pinimg.com/736x/8f/6a/c7/8f6ac7b5c4c15ddd3bf24ba26f89fe9a.jpg\",\n            \"created_at\": \"2022-05-04T16:13:50.000Z\",\n            \"user_id\": \"56f68db8-2919-4a52-8048-175d88aac809\",\n            \"title\": \"Segundo post\",\n            \"post_type\": \"NORMAL\"\n        }\n    ]\n}"}],"_postman_id":"e1761867-ac21-4edd-b9ad-dfe4d83ac757"},{"name":"Like Post","id":"f5f421c6-30fd-4b93-b8c2-aa2e4be3b9d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"url":"https://labook-fillipe.herokuapp.com/post/like/33378e88-f77d-439e-bc99-0538c4d4e12d","description":"<p>Endpoint to like a post, receives a token via Headers and the post ID via path params.</p>\n","urlObject":{"protocol":"https","path":["post","like","33378e88-f77d-439e-bc99-0538c4d4e12d"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"45398080-bc17-4627-8a6d-44c924ca966b","name":"Like Post response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"url":"https://labook-fillipe.herokuapp.com/post/like/33378e88-f77d-439e-bc99-0538c4d4e12d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"38"},{"key":"Etag","value":"W/\"26-5uKWkPcnP79w+RNqgO/Obg2li3o\""},{"key":"Date","value":"Sat, 07 May 2022 19:04:40 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post curtido com sucesso\"\n}"}],"_postman_id":"f5f421c6-30fd-4b93-b8c2-aa2e4be3b9d3"},{"name":"Unlike Post","id":"fe874361-39fe-4791-a120-457985c81f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"url":"https://labook-fillipe.herokuapp.com/post/unlike/33378e88-f77d-439e-bc99-0538c4d4e12d","description":"<p>Endpoint to unlike a post, receives a token via Headers and the post ID via path params.</p>\n","urlObject":{"protocol":"https","path":["post","unlike","33378e88-f77d-439e-bc99-0538c4d4e12d"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"6a7f5439-c185-4559-bf58-7660481fd2ef","name":"Unlike Post response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"url":"https://labook-fillipe.herokuapp.com/post/unlike/33378e88-f77d-439e-bc99-0538c4d4e12d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"41"},{"key":"Etag","value":"W/\"29-oHWkiZM2dd6jKp1vq6OnDeXgJls\""},{"key":"Date","value":"Sat, 07 May 2022 19:04:57 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post descurtido com sucesso\"\n}"}],"_postman_id":"fe874361-39fe-4791-a120-457985c81f54"},{"name":"Comment Post","id":"0f50f31a-f883-49cf-80cb-a954be9b9d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"comment\": \"Comentário de teste!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/post/comment/33378e88-f77d-439e-bc99-0538c4d4e12d","description":"<p>Endpoint to comment a post, it receives a token via Headers, the post ID via path params and a comment via request body.</p>\n","urlObject":{"protocol":"https","path":["post","comment","33378e88-f77d-439e-bc99-0538c4d4e12d"],"host":["labook-fillipe","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"5737bd4c-8df5-4c5d-af83-e654cb18c528","name":"Comment Post response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmMTQ0NzcyLTQ3MDYtNDA1My1iNDU3LWZhNDM3ZTFhOTU5YiIsImlhdCI6MTY1MTk1MDAwMiwiZXhwIjoxNjUxOTUzNjAyfQ.VO5kniLEEB4qS3035uglsLHDwiCAZC_vTxSMK-UAsRQ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"comment\": \"Comentário de teste, espero que funcione pra eu sextar\"\n}","options":{"raw":{"language":"json"}}},"url":"https://labook-fillipe.herokuapp.com/post/comment/33378e88-f77d-439e-bc99-0538c4d4e12d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"48"},{"key":"Etag","value":"W/\"30-g0qIFQuk9P0GfSvjwCAcz0Gwl84\""},{"key":"Date","value":"Sat, 07 May 2022 19:05:12 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Comentário adicionado com sucesso\"\n}"}],"_postman_id":"0f50f31a-f883-49cf-80cb-a954be9b9d20"}],"id":"00df3a30-67ff-4fc8-ab5c-3a9adb47bce4","_postman_id":"00df3a30-67ff-4fc8-ab5c-3a9adb47bce4","description":""}]}