From b27f1796eb10acf9626b33e0871b2490a8181fb4 Mon Sep 17 00:00:00 2001 From: ARNAB DAS Date: Sun, 14 Jan 2024 13:37:26 +0530 Subject: [PATCH] Add files via upload --- DATA/INVESTOPIA.postman_collection.json | 436 ++++++++++++++++++++++++ 1 file changed, 436 insertions(+) create mode 100644 DATA/INVESTOPIA.postman_collection.json diff --git a/DATA/INVESTOPIA.postman_collection.json b/DATA/INVESTOPIA.postman_collection.json new file mode 100644 index 0000000..bbc063f --- /dev/null +++ b/DATA/INVESTOPIA.postman_collection.json @@ -0,0 +1,436 @@ +{ + "info": { + "_postman_id": "cd58df24-69c0-493c-a9d1-59ce478fb2c8", + "name": "INVESTOPIA", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", + "_exporter_id": "8661183" + }, + "item": [ + { + "name": "GetUserDetails", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "https://localhost:44314/api/Investopia/GetUserDetails", + "protocol": "https", + "host": [ + "localhost" + ], + "port": "44314", + "path": [ + "api", + "Investopia", + "GetUserDetails" + ] + } + }, + "response": [] + }, + { + "name": "RegisterNewUser", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "\r\n{\r\n \"FIRSTNAME\" : \"Anton\",\r\n \"LASTNAME\" : \"Van\",\r\n \"EMAILID\" : \"anton@gmail.com\",\r\n \"PASSWORD\" : \"12345678\"\r\n}\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "https://localhost:44314/api/Investopia/RegisterNewUser", + "protocol": "https", + "host": [ + "localhost" + ], + "port": "44314", + "path": [ + "api", + "Investopia", + "RegisterNewUser" + ] + } + }, + "response": [] + }, + { + "name": "LoginValidation", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"EMAILID\" : \"anton@gmail.com\",\r\n \"PASSWORD\" : \"12345678\"\r\n}\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "https://localhost:44314/api/Investopia/LoginValidation", + "protocol": "https", + "host": [ + "localhost" + ], + "port": "44314", + "path": [ + "api", + "Investopia", + "LoginValidation" + ] + } + }, + "response": [] + }, + { + "name": "Health Model", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"Status\": 0,\r\n \"Alcohol\":67,\r\n \"BMI\": 34\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://127.0.0.1:8000/predict", + "protocol": "http", + "host": [ + "127", + "0", + "0", + "1" + ], + "port": "8000", + "path": [ + "predict" + ] + } + }, + "response": [] + }, + { + "name": "Get All UserInformation", + "protocolProfileBehavior": { + "disabledSystemHeaders": {} + }, + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "https://localhost:44314/api/Investopia/GetAllUserInformations", + "protocol": "https", + "host": [ + "localhost" + ], + "port": "44314", + "path": [ + "api", + "Investopia", + "GetAllUserInformations" + ] + } + }, + "response": [] + }, + { + "name": "Add User Information", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"emailid\": \"trisha@gmail.com\",\r\n \"gender\": \"Male\",\r\n \"age\": 24,\r\n \"disabilities\": \"No\",\r\n \"dependents\": 4,\r\n \"country\": \"India\",\r\n \"state\": \"West Bengal\",\r\n \"countryStatus\": \"Developing\",\r\n \"pinCode\": \"713335\",\r\n \"taxid\": \"HHDHBB2388\",\r\n \"passportid\": \"JJSJUU23\",\r\n \"nominee\": \"ASITA DAS\",\r\n \"relationshipWithNominee\": \"Mother\",\r\n \"currentSalary\": 345624.00,\r\n \"savings\": 7772812.09,\r\n \"healthInsurance\": \"No\",\r\n \"otherInsurance\": \"No\",\r\n \"smoke\": \"No\",\r\n \"healthIssue\": \"No\",\r\n \"exercise\": \"No\",\r\n \"alcohol\": 2.00,\r\n \"bmi\": 34.00,\r\n \"expectedAgeToLive\": 74.20,\r\n \"YearlySavingsRequired\": 100\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "https://localhost:44314/api/Investopia/AddUserInformation", + "protocol": "https", + "host": [ + "localhost" + ], + "port": "44314", + "path": [ + "api", + "Investopia", + "AddUserInformation" + ] + } + }, + "response": [] + }, + { + "name": "AddUserInformation TEST", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"age\": 26,\r\n \"alcohol\": 675.9,\r\n \"bmi\": 43.2,\r\n \"country\": \"INDIA\",\r\n \"countryStatus\": \"Developed\",\r\n \"currentSalary\": 61267,\r\n \"dependents\": 2,\r\n \"disabilities\": \"No\",\r\n \"emailid\": \"arnav@gmail.com\",\r\n \"exercise\": \"Yes\",\r\n \"expectedAgeToLive\": 73,\r\n \"gender\": \"Male\",\r\n \"healthInsurance\": \"Yes\",\r\n \"healthIssue\": \"No\",\r\n \"nominee\": \"Anto\",\r\n \"otherInsurance\": \"Yes\",\r\n \"passportid\": \"JSJJJQML133\",\r\n \"pinCode\": \"626266\",\r\n \"relationshipWithNominee\": \"Son\",\r\n \"savings\": 128762,\r\n \"smoke\": \"No\",\r\n \"STATE\": \"WEST BENGAL\",\r\n \"taxid\": \"GJKAJ26728\",\r\n \"yearlySavingsRequired\": null\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "https://localhost:44314/api/Investopia/AddUserInformation", + "protocol": "https", + "host": [ + "localhost" + ], + "port": "44314", + "path": [ + "api", + "Investopia", + "AddUserInformation" + ] + } + }, + "response": [] + }, + { + "name": "Get User Finance", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "method": "GET", + "header": [], + "body": { + "mode": "formdata", + "formdata": [ + { + "key": "email", + "value": "z@gmail.com", + "type": "text" + } + ] + }, + "url": { + "raw": "https://localhost:44314/api/Investopia/GetUserFinance?EmailId=sandra@gmail.com", + "protocol": "https", + "host": [ + "localhost" + ], + "port": "44314", + "path": [ + "api", + "Investopia", + "GetUserFinance" + ], + "query": [ + { + "key": "EmailId", + "value": "sandra@gmail.com" + } + ] + } + }, + "response": [] + }, + { + "name": "Alpha Vantage Historical Data/Intra Day API", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY_EXTENDED&symbol=BABA&interval=15min&slice=year1month1&apikey=S1NVX7J87AT7C59G", + "protocol": "https", + "host": [ + "www", + "alphavantage", + "co" + ], + "path": [ + "query" + ], + "query": [ + { + "key": "function", + "value": "TIME_SERIES_INTRADAY_EXTENDED" + }, + { + "key": "symbol", + "value": "BABA" + }, + { + "key": "interval", + "value": "15min" + }, + { + "key": "slice", + "value": "year1month1" + }, + { + "key": "apikey", + "value": "S1NVX7J87AT7C59G" + } + ] + } + }, + "response": [] + }, + { + "name": "Alpha Vantage Company Data", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "https://www.alphavantage.co/query?function=OVERVIEW&symbol=BABA&apikey=S1NVX7J87AT7C59G", + "protocol": "https", + "host": [ + "www", + "alphavantage", + "co" + ], + "path": [ + "query" + ], + "query": [ + { + "key": "function", + "value": "OVERVIEW" + }, + { + "key": "symbol", + "value": "BABA" + }, + { + "key": "apikey", + "value": "S1NVX7J87AT7C59G" + } + ] + } + }, + "response": [] + }, + { + "name": "Alpha Vantage IPO", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "https://www.alphavantage.co/query?function=IPO_CALENDAR&apikey=S1NVX7J87AT7C59G", + "protocol": "https", + "host": [ + "www", + "alphavantage", + "co" + ], + "path": [ + "query" + ], + "query": [ + { + "key": "function", + "value": "IPO_CALENDAR" + }, + { + "key": "apikey", + "value": "S1NVX7J87AT7C59G" + } + ] + } + }, + "response": [] + }, + { + "name": "Alpha Vantage Crypto Currency", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "https://www.alphavantage.co/query?function=CRYPTO_INTRADAY&symbol=ETH&market=USD&interval=1min&apikey=S1NVX7J87AT7C59G", + "protocol": "https", + "host": [ + "www", + "alphavantage", + "co" + ], + "path": [ + "query" + ], + "query": [ + { + "key": "function", + "value": "CRYPTO_INTRADAY" + }, + { + "key": "symbol", + "value": "ETH" + }, + { + "key": "market", + "value": "USD" + }, + { + "key": "interval", + "value": "1min" + }, + { + "key": "apikey", + "value": "S1NVX7J87AT7C59G" + } + ] + } + }, + "response": [] + }, + { + "name": "Alpha Vantage Intra Day", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY&symbol=BABA&interval=30min&outputsize=full&apikey=S1NVX7J87AT7C59G", + "protocol": "https", + "host": [ + "www", + "alphavantage", + "co" + ], + "path": [ + "query" + ], + "query": [ + { + "key": "function", + "value": "TIME_SERIES_INTRADAY" + }, + { + "key": "symbol", + "value": "BABA" + }, + { + "key": "interval", + "value": "30min" + }, + { + "key": "outputsize", + "value": "full" + }, + { + "key": "apikey", + "value": "S1NVX7J87AT7C59G" + } + ] + } + }, + "response": [] + } + ] +} \ No newline at end of file