{"info":{"_postman_id":"1441dc79-b2d6-48e6-a734-fefdd03e1f3f","name":"Todil","description":"<html><head></head><body><p>Todil Beta API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13148728","collectionId":"1441dc79-b2d6-48e6-a734-fefdd03e1f3f","publishedId":"2s93XyThyM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-04-16T08:40:10.000Z"},"item":[{"name":"saveBlock","id":"edda10f9-0490-48ed-8c9e-60867211f052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"TIL about stock market analysis using technical indicators. I practiced using moving averages and relative strength index (RSI) to make more informed trading decisions.\",\n    \"tags\": [\"Stock\", \"Technical Analysis\", \"Trading\"],\n    \"user_id\": 6\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-141-106-245.us-east-2.compute.amazonaws.com:8080/api/v1/blocks","urlObject":{"protocol":"http","port":"8080","path":["api","v1","blocks"],"host":["ec2-3-141-106-245","us-east-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"edda10f9-0490-48ed-8c9e-60867211f052"},{"name":"getBlocks","id":"1400e0bf-b0be-4730-92fc-efb1ecc0ad51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_id","value":"4","type":"text"}],"url":"http://ec2-3-141-106-245.us-east-2.compute.amazonaws.com:8080/api/v1/blocks","description":"<p>Get Blocks</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","blocks"],"host":["ec2-3-141-106-245","us-east-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1400e0bf-b0be-4730-92fc-efb1ecc0ad51"},{"name":"getWeeklyDigest","id":"aa85bbe6-18ee-468b-89dc-3ad8f0ebec0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_id","value":"4","type":"text"},{"key":"date","value":"2023-04-16T00:00:00","type":"text"}],"url":"http://ec2-3-141-106-245.us-east-2.compute.amazonaws.com:8080/api/v1/digests","urlObject":{"protocol":"http","port":"8080","path":["api","v1","digests"],"host":["ec2-3-141-106-245","us-east-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa85bbe6-18ee-468b-89dc-3ad8f0ebec0a"},{"name":"getHome","id":"f15385e2-81f0-4a1f-a893-0c1bc197f4b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_id","value":"6","type":"text"}],"url":"https://ec2-3-141-106-245.us-east-2.compute.amazonaws.com:8080/api/v1/home","urlObject":{"protocol":"https","port":"8080","path":["api","v1","home"],"host":["ec2-3-141-106-245","us-east-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f15385e2-81f0-4a1f-a893-0c1bc197f4b1"},{"name":"getBlockById","id":"96a8f429-7d1f-4650-886b-f2a905d7b72c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://ec2-3-141-106-245.us-east-2.compute.amazonaws.com:8080/api/v1/blocks/1","urlObject":{"protocol":"http","port":"8080","path":["api","v1","blocks","1"],"host":["ec2-3-141-106-245","us-east-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"96a8f429-7d1f-4650-886b-f2a905d7b72c"},{"name":"getDigestSummary","id":"4cc6088e-048e-43fc-9b86-05f35ef3e788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/v1/blocks","urlObject":{"port":"8080","path":["api","v1","blocks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cc6088e-048e-43fc-9b86-05f35ef3e788"},{"name":"getTags","id":"8d9cded9-c165-4fee-9a84-f1ad4e718ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/v1/blocks","urlObject":{"port":"8080","path":["api","v1","blocks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d9cded9-c165-4fee-9a84-f1ad4e718ed9"},{"name":"saveUser","id":"a7a19f1f-e16e-4039-8787-9cf147ba3a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Vico\",\n    \"last_name\": \"Lee\",\n    \"email\": \"vl@gmail.com\",\n    \"current_streak\":\"0\",\n    \"longest_streak\":\"0\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/users","urlObject":{"port":"8080","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7a19f1f-e16e-4039-8787-9cf147ba3a1e"},{"name":"saveTag","id":"c1508de0-8cac-4a17-87c2-1cd94f22e58c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"Today I learned that blanch closes at 10pm.\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/v1/blocks","urlObject":{"port":"8080","path":["api","v1","blocks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1508de0-8cac-4a17-87c2-1cd94f22e58c"}]}