{"info":{"_postman_id":"d54bebbe-6140-4d7d-9cc9-c25b4b6b9509","name":"FAMILY_SECRET_RECIPE_3","description":"<html><head></head><body><p>THIS IS THE DOCUMENTS FOR SECRET FAMILY RECIPE</p>\n<p>THIS IS THE API\n<a href=\"https://sfr-3.herokuapp.com/\">https://sfr-3.herokuapp.com/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9911330","collectionId":"d54bebbe-6140-4d7d-9cc9-c25b4b6b9509","publishedId":"T1LV8PFx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-08-22T01:36:35.000Z"},"item":[{"name":"LOGIN","id":"4f2aa6de-3de9-4a86-85d0-4c7617a5f091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"FFrSan\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sfr-3.herokuapp.com/api/auth/login","description":"<p>THE END POINT TO LOGIN</p>\n<p>api/auth/login</p>\n<p>{\n    \"username\": \"USERNAME GOES HERE\",\n    \"password\": \"PASSWORD GOES HERE\"\n}</p>\n","urlObject":{"protocol":"https","path":["api","auth","login"],"host":["sfr-3","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f2aa6de-3de9-4a86-85d0-4c7617a5f091"},{"name":"REGISTER","id":"f2e9221b-4b5f-4fc0-acf6-786be12958cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Fred Snaford\",\n    \"username\": \"ZFrSan\",\n    \"email\": \"Zf@san.com\",\n    \"password\": \"password\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://sfr-3.herokuapp.com/api/auth/register","description":"<p>HERE IS THE END POINT TO REGISTER</p>\n<p>/api/auth/register</p>\n<p>{\n    \"name\": \"Fred Snaford\",\n    \"username\": \"ZFrSan\",\n    \"email\": \"<a href=\"mailto:Zf@san.com\">Zf@san.com</a>\",\n    \"password\": \"password\"</p>\n<p>}</p>\n","urlObject":{"protocol":"https","path":["api","auth","register"],"host":["sfr-3","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2e9221b-4b5f-4fc0-acf6-786be12958cf"},{"name":"GET/LIST OF ALL RECIPES","id":"fab5c571-e925-4c4c-9a27-7e82ae84e00e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjQsInVzZXJuYW1lIjoiMWFnb2xkNSIsImlhdCI6MTU5ODE1OTYxNCwiZXhwIjoxNTk4MjQ2MDE0fQ.AimFrW7xpYvIuH2RHB0_yudmjuadgFLwkkMz56_lKdg","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"somthing good\",\n    \"source\": \"Uncle Tim\",\n    \"ingredients\": \"alot of stuffed\",\n    \"instructions\": \"DID THIS WORK AGAIN????\",\n    \"category\": \"dunno\",\n    \"image\": \"https://hostthetoast.com/wp-content/uploads/2016/09/Ultra-Flaky-Buttermilk-Biscuits-60.jpg\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://sfr-3.herokuapp.com/api/recipes/","description":"<p>ENDPOINT= /api/recipes</p>\n<p>You must be logged in to view list of recipes.</p>\n","urlObject":{"protocol":"https","path":["api","recipes",""],"host":["sfr-3","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fab5c571-e925-4c4c-9a27-7e82ae84e00e"},{"name":"DELETE RECIPE","id":"cda53228-8c08-4479-8bbb-bf0352e21159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImZsaW50IiwiaWF0IjoxNTk4MjE2MDA2LCJleHAiOjE1OTgzMDI0MDZ9.RuzCc1QEfYZbeXrRxXs7WPSL3bcBouykKkzeCd_Kxs8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"5\",\n    \"title\": \"somthing good\",\n    \"source\": \"Uncle Tim\",\n    \"ingredients\": \"Wow LETS EAT SOME FOOD\",\n    \"instructions\": \"I AM SEEING IF THIS IS TRULY WORKING TO UPDATE THE RECIPE\",\n    \"category\": \"dunno\",\n    \"image\": \"https://hostthetoast.com/wp-content/uploads/2016/09/Ultra-Flaky-Buttermilk-Biscuits-60.jpg\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://sfr-3.herokuapp.com/api/recipes/22","description":"<p>THIS IS THE END POINT TO DELETE</p>\n<p>/api/recipes</p>\n","urlObject":{"protocol":"https","path":["api","recipes","22"],"host":["sfr-3","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cda53228-8c08-4479-8bbb-bf0352e21159"},{"name":"UPDATE THE RECIPE","id":"8354f8b1-70a9-4efb-98ad-c9f17999deec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImZsaW50IiwiaWF0IjoxNTk4MjE2MDA2LCJleHAiOjE1OTgzMDI0MDZ9.RuzCc1QEfYZbeXrRxXs7WPSL3bcBouykKkzeCd_Kxs8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"5\",\n    \"title\": \"somthing good\",\n    \"source\": \"Uncle Tim\",\n    \"ingredients\": \"Wow LETS EAT SOME FOOD\",\n    \"instructions\": \"I AM SEEING IF THIS IS TRULY WORKING TO UPDATE THE RECIPE\",\n    \"category\": \"YEET YEET YEET YEET\",\n    \"image\": \"https://hostthetoast.com/wp-content/uploads/2016/09/Ultra-Flaky-Buttermilk-Biscuits-60.jpg\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://sfr-3.herokuapp.com/api/recipes/5","description":"<p>THIS IS THE END POINT</p>\n<p>/api/recipes</p>\n<p>{\n    \"id\": \"5\",\n    \"title\": \"somthing good\",\n    \"source\": \"Uncle Tim\",\n    \"ingredients\": \"Wow LETS EAT SOME FOOD\",\n    \"instructions\": \"I AM SEEING IF THIS IS TRULY WORKING TO UPDATE THE RECIPE\",\n    \"category\": \"YEET YEET YEET YEET\",\n    \"image\": \"<a href=\"https://hostthetoast.com/wp-content/uploads/2016/09/Ultra-Flaky-Buttermilk-Biscuits-60.jpg\">https://hostthetoast.com/wp-content/uploads/2016/09/Ultra-Flaky-Buttermilk-Biscuits-60.jpg</a>\"</p>\n<p>}</p>\n","urlObject":{"protocol":"https","path":["api","recipes","5"],"host":["sfr-3","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8354f8b1-70a9-4efb-98ad-c9f17999deec"},{"name":"ADD RECIPE","id":"835e312c-00fd-4420-9ed1-e48be34159b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImZsaW50IiwiaWF0IjoxNTk4MjE2MDA2LCJleHAiOjE1OTgzMDI0MDZ9.RuzCc1QEfYZbeXrRxXs7WPSL3bcBouykKkzeCd_Kxs8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"4\",\n    \"title\": \"somthing good\",\n    \"source\": \"Uncle Tim\",\n    \"ingredients\": \"Wow LETS EAT SOME FOOD\",\n    \"instructions\": \"DID THIS WORK!!!\",\n    \"category\": \"dunno\",\n    \"image\": \"https://hostthetoast.com/wp-content/uploads/2016/09/Ultra-Flaky-Buttermilk-Biscuits-60.jpg\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://sfr-3.herokuapp.com/api/recipes/user/5","description":"<p>THIS IS THE END POINT FOR ADDING A RECIPE</p>\n<p>/api/recipes/user</p>\n<p>{\n    \"id\": \"4\",\n    \"title\": \"somthing good\",\n    \"source\": \"Uncle Tim\",\n    \"ingredients\": \"Wow LETS EAT SOME FOOD\",\n    \"instructions\": \"DID THIS WORK!!!\",\n    \"category\": \"dunno\",\n    \"image\": \"<a href=\"https://hostthetoast.com/wp-content/uploads/2016/09/Ultra-Flaky-Buttermilk-Biscuits-60.jpg\">https://hostthetoast.com/wp-content/uploads/2016/09/Ultra-Flaky-Buttermilk-Biscuits-60.jpg</a>\"</p>\n<p>}</p>\n","urlObject":{"protocol":"https","path":["api","recipes","user","5"],"host":["sfr-3","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"835e312c-00fd-4420-9ed1-e48be34159b3"},{"name":"GET USERS","id":"ae2c3240-f735-42b4-a6bd-cdcf6266e8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IkZGclNhbiIsImlhdCI6MTU5ODI1NDk4MywiZXhwIjoxNTk4MzQxMzgzfQ.TD46zj752L-MVp_FbZUgt1r_eKwM66qn9o2aazX9zx8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"somthing good\",\n    \"source\": \"Uncle Tim\",\n    \"ingredients\": \"alot of stuffed\",\n    \"instructions\": \"DID THIS WORK AGAIN????\",\n    \"category\": \"dunno\",\n    \"image\": \"https://hostthetoast.com/wp-content/uploads/2016/09/Ultra-Flaky-Buttermilk-Biscuits-60.jpg\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://sfr-3.herokuapp.com/api/users","description":"<p>HERE IS THE END POINT FOR GET USERS</p>\n<p>/api/users</p>\n","urlObject":{"protocol":"https","path":["api","users"],"host":["sfr-3","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae2c3240-f735-42b4-a6bd-cdcf6266e8ca"}]}