{"info":{"_postman_id":"3b4269dd-e129-4b97-a36d-089fab40aa4a","name":"Awesome List","description":"<html><head></head><body><p>api documentation of Awesome List open sourse website</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12847566","collectionId":"3b4269dd-e129-4b97-a36d-089fab40aa4a","publishedId":"TWDWJwsJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-18T19:36:21.000Z"},"item":[{"name":"login","id":"f5ab7ac6-4578-43a6-8b87-e4c141c6b0c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"authentication\",\r\n    \"params\": {\r\n        \"email\": \"email@example.com\",\r\n        \"password\": \"12345678\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/v1/auth","description":"<p>Awesome list - login</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5ab7ac6-4578-43a6-8b87-e4c141c6b0c3"},{"name":"signup","id":"aeb230c2-c044-4950-9b1a-a4ad1e23cba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"signup\",\r\n    \"params\": {\r\n        \"name\": \"Sam M. Goher\",\r\n        \"email\": \"email@example.com\",\r\n        \"password\": \"12345678\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/v1/signup","description":"<p>Awesome List - signup</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","signup"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"aeb230c2-c044-4950-9b1a-a4ad1e23cba2"},{"name":"google Oauth","id":"29cce2d4-8224-470a-b3c6-d999606c29c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/google-oauth","urlObject":{"protocol":"http","port":"3000","path":["api","v1","google-oauth"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"29cce2d4-8224-470a-b3c6-d999606c29c9"},{"name":"logout","id":"99d22071-2d39-40cf-b9e3-b6482411e853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/v1/logout","description":"<p>Awesome List - logout</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","logout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"99d22071-2d39-40cf-b9e3-b6482411e853"},{"name":"get all lists","id":"98ae2ca7-36b0-472b-8e83-8e893a679869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/v1/lists","urlObject":{"protocol":"http","port":"3000","path":["api","v1","lists"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"98ae2ca7-36b0-472b-8e83-8e893a679869"},{"name":"get one list","id":"f9a4ded1-d417-4565-818d-35d8681d2fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/api/v1/list/602e5d4cb0379dfc9539be40","urlObject":{"protocol":"http","port":"3000","path":["api","v1","list","602e5d4cb0379dfc9539be40"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9a4ded1-d417-4565-818d-35d8681d2fd3"},{"name":"add new list","id":"af68e963-59d4-402a-b0fd-6a5308defe0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"list.post\",\r\n    \"params\": {\r\n        \"title\": \"title 5\",\r\n        \"todos\": [\r\n            {\r\n                \"description\": \"this is my first todo in this list\",\r\n                \"done\": \"true\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/v1/add-list","urlObject":{"protocol":"http","port":"3000","path":["api","v1","add-list"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"af68e963-59d4-402a-b0fd-6a5308defe0e"},{"name":"update list","id":"07892e30-a57f-48ad-a429-bb872415484b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"list.post\",\r\n    \"params\": {\r\n        \"title\": \"title 5\",\r\n        \"todos\": [\r\n            {\r\n                \"description\": \"this is my first todo in this list\",\r\n                \"done\": \"true\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/v1/list/602e5d4cb0379dfc9539be40","urlObject":{"protocol":"http","port":"3000","path":["api","v1","list","602e5d4cb0379dfc9539be40"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"07892e30-a57f-48ad-a429-bb872415484b"},{"name":"delete list","id":"4ad83269-4c14-4ce8-abc6-545ddd6fa37e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:3000/api/v1/list/602e5d63b0379dfc9539be42","urlObject":{"protocol":"http","port":"3000","path":["api","v1","list","602e5d63b0379dfc9539be42"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ad83269-4c14-4ce8-abc6-545ddd6fa37e"},{"name":"get user data","id":"f0528fae-2c5f-400b-b30b-80328cb9c217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/api/v1/user","urlObject":{"protocol":"http","port":"3000","path":["api","v1","user"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0528fae-2c5f-400b-b30b-80328cb9c217"}]}