{"info":{"_postman_id":"499c2289-cee0-43c6-9719-622eb581ea98","name":"Nebula API Collection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15314178","collectionId":"499c2289-cee0-43c6-9719-622eb581ea98","publishedId":"2s9YsNfWyn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-15T12:01:16.000Z"},"item":[{"name":"MongoDB Integration","item":[{"name":"Database","item":[{"name":"Get Databases","id":"744caf4d-ef0d-4d02-9db9-cfad9eb21598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"name":"cache-control","sortOrder":2,"infoTitle":"We recommend using this header","info":"Postman added \"Cache-Control: no-cache\" as a precautionary measure to prevent the server from returning stale response when one makes repeated requests.\n\nYou can remove this header in the app settings or enter a new one with a different value.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Cache-Control","value":"no-cache","system":true,"type":"text","id":0},{"name":"postman-token","sortOrder":3,"infoTitle":"We recommend using this header","info":"The Postman-Token header appends a random UUID to every outgoing request. Postman adds this header for API developers to better debug requests sent and to ensure separate requests appear distinct to the receiving server.\n\nYou can remove this header in the app settings.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Postman-Token","value":"<calculated when request is sent>","system":true,"type":"text","id":1},{"name":"user-agent","sortOrder":7,"infoTitle":"We recommend using this header","info":"The User-Agent header is added to help the server identify Postman as the HTTP requesting application or client.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"User-Agent","value":"PostmanRuntime/7.32.1","system":true,"type":"text","id":3},{"name":"accept","sortOrder":8,"infoTitle":"We recommend using this header","info":"The \"Accept: */*\" header is added to tell the server that Postman can understand and process all forms of response content types.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"Accept","value":"*/*","system":true,"type":"text","id":4},{"name":"accept-encoding","sortOrder":9,"infoTitle":"We recommend using this header","info":"The Accept-Encoding header is added to indicate to the server that Postman HTTP client supports a defined list of content-encoding or compression algorithms as response.\n\nYou can remove the header or enter a new one with a different value. Doing that may not accurately render the response within the app.","allowedToToggle":true,"disableEdit":true,"key":"Accept-Encoding","value":"gzip, deflate, br","system":true,"type":"text","id":5},{"name":"connection","sortOrder":10,"infoTitle":"We recommend using this header","info":"Postman added the Connection header to indicate the server to keep the underlying network connection open once the current response is received. This allows Postman to reuse the same connection for faster response times in subsequent requests to the same server.\n\nYou can remove this header or enter a new one with a different value, such as `Connection: Close` to control this behaviour.","allowedToToggle":true,"disableEdit":true,"key":"Connection","value":"keep-alive","system":true,"type":"text","id":6}],"url":"{{host}}/api/Mongo/db","urlObject":{"path":["api","Mongo","db"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b429cad5-9889-47a8-b1a5-76c9c3a50d9b","name":"Get Databases","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/Mongo/db"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Tue, 28 Nov 2023 13:19:18 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Users\"\n    },\n    {\n        \"name\": \"Uvj\"\n    },\n    {\n        \"name\": \"deneme123\"\n    },\n    {\n        \"name\": \"deneme555\"\n    },\n    {\n        \"name\": \"postman_test1\"\n    },\n    {\n        \"name\": \"uvjRamazanAjdar\"\n    },\n    {\n        \"name\": \"admin\"\n    },\n    {\n        \"name\": \"local\"\n    }\n]"}],"_postman_id":"744caf4d-ef0d-4d02-9db9-cfad9eb21598"},{"name":"Create Database","id":"7d8b8ef7-db09-4799-9f43-d6180a6577a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"clan_db\",\n    \"tablename\" : \"warriors\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/db","urlObject":{"path":["api","mongo","db"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d9603678-9118-4ade-aab3-2372b541fc71","name":"Create Database","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"clan_db\",\n    \"tablename\" : \"warriors\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/db"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:15:28 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"clan_db\"\n}"}],"_postman_id":"7d8b8ef7-db09-4799-9f43-d6180a6577a4"},{"name":"Update Database","id":"a394cbe4-db1c-4641-b82b-528619503bc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"clan_db\",\n  \"newDbName\": \"game_clan_db\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/db","urlObject":{"path":["api","mongo","db"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a28b4ca2-ab81-48c2-8349-c38d006d7e8f","name":"Not Found Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"my_test_db1\",\n  \"newDbName\": \"my_test_db_updated\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/db"},"status":"Not Found","code":404,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 12:52:50 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Cache-Control","value":"no-cache,no-store","type":"text"},{"key":"Expires","value":"-1","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"'my_test_db1' not found\"\n}"},{"id":"19318107-0def-45b6-8229-23a5bab4848b","name":"Update Database","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"clan_db\",\n  \"newDbName\": \"game_clan_db\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/db"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:16:49 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"game_clan_db\"\n}"},{"id":"0357bcc4-fce6-4869-a6a6-1d915e66a8e1","name":"Error Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"non_exist_db_name\",\n  \"newDbName\": \"game_clan_db\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/db"},"status":"Not Found","code":404,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:17:40 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Cache-Control","value":"no-cache,no-store","type":"text"},{"key":"Expires","value":"-1","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"'non_exist_db_name' not found\"\n}"}],"_postman_id":"a394cbe4-db1c-4641-b82b-528619503bc2"},{"name":"Delete Database","id":"d451dfa5-75fa-43ad-a0b1-865d9aa175af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/mongo/db?name=game_db","urlObject":{"path":["api","mongo","db"],"host":["{{host}}"],"query":[{"key":"name","value":"game_db"}],"variable":[]}},"response":[{"id":"04d340ef-6a4c-48a8-bf9d-8a03af5055ac","name":"Delete Database","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{host}}/api/mongo/db?name=game_db","host":["{{host}}"],"path":["api","mongo","db"],"query":[{"key":"name","value":"game_db","sortOrder":0}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:18:48 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"game_db\"\n}"},{"id":"2f8f410a-31f3-4422-8bf2-9fb6c3a1a225","name":"Error Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{host}}/api/mongo/db?name=non_exist_db","host":["{{host}}"],"path":["api","mongo","db"],"query":[{"key":"name","value":"non_exist_db","sortOrder":0}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:55:33 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Cache-Control","value":"no-cache,no-store","type":"text"},{"key":"Expires","value":"-1","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"non_exist_db not found\"\n}"}],"_postman_id":"d451dfa5-75fa-43ad-a0b1-865d9aa175af"}],"id":"a08492a9-8f0d-4abf-a81f-d2f328717100","_postman_id":"a08492a9-8f0d-4abf-a81f-d2f328717100","description":""},{"name":"Collections","item":[{"name":"Get Collections","id":"843b3596-ffbb-4ab0-afb7-e3a5fc7c8335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/mongo/table?dbname=game_clan_db","urlObject":{"path":["api","mongo","table"],"host":["{{host}}"],"query":[{"key":"dbname","value":"game_clan_db"}],"variable":[]}},"response":[{"id":"192e9a82-d797-43aa-95a9-bb3971932438","name":"Get Collections","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/mongo/table?dbname=game_clan_db","host":["{{host}}"],"path":["api","mongo","table"],"query":[{"key":"dbname","value":"game_clan_db","sortOrder":0}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:21:42 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"assasins\"\n    },\n    {\n        \"name\": \"attackers\"\n    },\n    {\n        \"name\": \"deneme\"\n    }\n]"}],"_postman_id":"843b3596-ffbb-4ab0-afb7-e3a5fc7c8335"},{"name":"Create Collection","id":"1e5ac0d5-07dc-49c1-accf-d95712bbeaa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dbName\": \"game_clan_db\",\n    \"name\":\"attackers\"   \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/table","urlObject":{"path":["api","mongo","table"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cb75b0c9-597d-4093-a441-570ee6bb065f","name":"Create Collection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dbName\": \"game_clan_db\",\n    \"name\":\"attackers\"   \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/table"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:20:54 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"attackers\"\n}"}],"_postman_id":"1e5ac0d5-07dc-49c1-accf-d95712bbeaa4"},{"name":"Update Collection","id":"ed2a863a-a07c-45ca-9418-28824aead3b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"dbName\": \"game_clan_db\",\n    \"name\": \"deneme\",\n    \"newTableName\": \"warriors\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/table","urlObject":{"path":["api","mongo","table"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cdd79104-341d-4edf-b163-74ba66dc8f8e","name":"Error Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"dbName\": \"my_test_db\",\n    \"name\": \"not_exist_table\",\n    \"newTableName\": \"test_table_2_updated\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/table"},"status":"Not Found","code":404,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:01:37 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Cache-Control","value":"no-cache,no-store","type":"text"},{"key":"Expires","value":"-1","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"'not_exist_table' not found\"\n}"},{"id":"2cba0703-021a-42f4-b2d6-a38039837177","name":"Update Collection","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"dbName\": \"game_clan_db\",\n    \"name\": \"deneme\",\n    \"newTableName\": \"warriors\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/table"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:22:20 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"warriors\"\n}"}],"_postman_id":"ed2a863a-a07c-45ca-9418-28824aead3b5"},{"name":"Delete Colleciton","id":"c9e184a1-6df4-4136-b068-d51b4abb2a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/mongo/table?dbname=game_clan_db&name=collection_for_delete","urlObject":{"path":["api","mongo","table"],"host":["{{host}}"],"query":[{"key":"dbname","value":"game_clan_db"},{"id":1,"key":"name","value":"collection_for_delete"}],"variable":[]}},"response":[{"id":"833f3ff5-c219-454d-b12b-3286b20d437b","name":"Delete Colleciton","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{host}}/api/mongo/table?dbname=game_clan_db&name=collection_for_delete","host":["{{host}}"],"path":["api","mongo","table"],"query":[{"key":"dbname","value":"game_clan_db","id":0,"sortOrder":0},{"key":"name","value":"collection_for_delete","id":1,"sortOrder":1}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:31:36 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"collection_for_delete\"\n}"}],"_postman_id":"c9e184a1-6df4-4136-b068-d51b4abb2a4f"}],"id":"a87cd4b4-0b8e-418d-8b78-30474fdf6b7d","_postman_id":"a87cd4b4-0b8e-418d-8b78-30474fdf6b7d","description":""},{"name":"Table Items","item":[{"name":"Get Table Items","id":"5930f3b5-8be3-4dc7-808b-58f247ee67f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/mongo/item?dbname=game_clan_db&tablename=warriors","urlObject":{"path":["api","mongo","item"],"host":["{{host}}"],"query":[{"key":"dbname","value":"game_clan_db"},{"id":1,"key":"tablename","value":"warriors"}],"variable":[]}},"response":[],"_postman_id":"5930f3b5-8be3-4dc7-808b-58f247ee67f3"},{"name":"Create Table Item","id":"86c44ea4-0d75-497e-a336-8c43d28f660a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dbName\": \"game_clan_db\",\n  \"tableName\": \"warriors\",\n  \"doc\": {\n      \"name\":\"Ironclad\",\n      \"ability\":\"Iren Shield\",\n      \"power\":9\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/item","urlObject":{"path":["api","mongo","item"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"863312f8-5090-496a-8c4d-eb382c993032","name":"Create Table Item","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"dbName\": \"game_clan_db\",\n  \"tableName\": \"warriors\",\n  \"doc\": {\n      \"name\":\"Ironclad\",\n      \"ability\":\"Iren Shield\",\n      \"power\":9\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/item"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sat, 02 Dec 2023 13:38:22 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"86c44ea4-0d75-497e-a336-8c43d28f660a"},{"name":"Update Table Item","id":"5eebb1ba-ed7f-4173-9aeb-d14bfc202e59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dbName\": \"game_clan_db\",\n    \"tableName\": \"warriors\",\n    \"doc\": {\n        \"_id\": \"656b33c5362176ee841bd36c\",\n        \"name\": \"Stone Sentinel\",\n        \"ability\": \"Rock Smash\",\n        \"power\": 9\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/item","urlObject":{"path":["api","mongo","item"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6727b3e6-d61c-4418-84c5-0aaed924e479","name":"Update Table Item","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dbName\": \"game_clan_db\",\n    \"tableName\": \"warriors\",\n    \"doc\": {\n        \"_id\": \"656b33c5362176ee841bd36c\",\n        \"name\": \"Stone Sentinel\",\n        \"ability\": \"Rock Smash\",\n        \"power\": 9\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/mongo/item"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sat, 02 Dec 2023 13:47:06 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5eebb1ba-ed7f-4173-9aeb-d14bfc202e59"},{"name":"Delete Table Item","id":"5b6ab490-d424-4efd-adf6-c781ee3d2f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/api/Mongo/item?DbName=game_clan_db&Name=warriors&Id=656b359e362176ee841bd373","urlObject":{"path":["api","Mongo","item"],"host":["{{host}}"],"query":[{"key":"DbName","value":"game_clan_db"},{"id":1,"key":"Name","value":"warriors"},{"id":2,"key":"Id","value":"656b359e362176ee841bd373"}],"variable":[]}},"response":[{"id":"915a9122-3911-41c8-b387-e533da6b6950","name":"New request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{host}}/api/Mongo/item?DbName=game_clan_db&Name=warriors&Id=656b359e362176ee841bd373","host":["{{host}}"],"path":["api","Mongo","item"],"query":[{"key":"DbName","value":"game_clan_db","id":0,"sortOrder":0},{"key":"Name","value":"warriors","id":1,"sortOrder":1},{"key":"Id","value":"656b359e362176ee841bd373","id":2,"sortOrder":2}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sat, 02 Dec 2023 13:50:14 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 204\n}"}],"_postman_id":"5b6ab490-d424-4efd-adf6-c781ee3d2f40"}],"id":"b127795e-c450-4c11-b960-0d8f6d9e3306","_postman_id":"b127795e-c450-4c11-b960-0d8f6d9e3306","description":""}],"id":"181a7f5a-f0fb-45d8-892b-35d1e3107377","_postman_id":"181a7f5a-f0fb-45d8-892b-35d1e3107377","description":""},{"name":"Auth Endpoints","item":[{"name":"Login With Username","id":"8c6b80d4-71b2-4823-8e11-130e7367ad59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"username\":\"tsetuser_8341\",\n  \"password\": \"TsetUser1234!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/login","urlObject":{"path":["api","auth","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8e7b03cc-38b7-4cf4-ac69-c30a25ee0863","name":"Login With Username","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"username\":\"ramalt_6840\",\n  \"password\": \"Ramalt1234!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sun, 03 Dec 2023 19:03:51 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9lbWFpbGFkZHJlc3MiOiJyYW1hbHRAZ21haWwuY29tIiwiZGJzIjoibnVsbCIsImV4cCI6MTcwMTYzMDgzMSwiaXNzIjoiTmVidWxhUGx1Z2luQVBJIiwiYXVkIjoiaHR0cDovL2xvY2FsaG9zdDo1MTM1In0.b8yMKMmyK5foJOAKynDeIoA4ybeCtD-5EsqzW98DqxY\",\n    \"refreshToken\": \"OCA3TySU6/jmqf14lmHNFSFDwA1Vpqomyuo/6UEc5jk=\"\n}"}],"_postman_id":"8c6b80d4-71b2-4823-8e11-130e7367ad59"},{"name":"Login With Email","id":"4809414c-49b8-45c8-b7a5-711d6bd6cc85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"tset_user@mail.com\",\n    \"password\": \"TsetUser1234!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/login","urlObject":{"path":["api","auth","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4809414c-49b8-45c8-b7a5-711d6bd6cc85"},{"name":"User Signup","event":[{"listen":"test","script":{"id":"82315693-0661-47d2-ba02-ced25ac1c666","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([201, 202]);","});"],"type":"text/javascript"}}],"id":"f1701234-1347-48dd-94ff-f18565c1b9cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"tset_user1@mail.com\",\n    \"password\": \"TsetUser1234!\",\n    \"db\": {\n        \"connectionString\": \"mongodb+srv://Victory:7Aynras2-@gameserver.ptrocqn.mongodb.net/?retryWrites=true&w=majority\",\n        \"keyIdentifier\": \"MONGODB\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/register","urlObject":{"path":["api","auth","register"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"26f2029b-6ef7-4ce6-a955-128a72b6970b","name":"Register User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"password\": \"Test1234!\",\n  \"email\": \"test_Test@mail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"0","type":"text"},{"key":"Date","value":"Sun, 03 Dec 2023 14:07:18 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1701234-1347-48dd-94ff-f18565c1b9cc"},{"name":"Refresh Token","id":"aff2301b-f71d-45e6-8c32-4048e016734f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1laWRlbnRpZmllciI6IjYxMGU4YzMxLWIzOWItNDY2ZC1iZjc3LWFkZDdhNDRhYzM2NSIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL2VtYWlsYWRkcmVzcyI6InRzZXRfdXNlckBtYWlsLmNvbSIsImRicyI6IltcIk1PTkdPREJcIl0iLCJleHAiOjE3MDI4MTQ4MjQsImlzcyI6Ik5lYnVsYVBsdWdpbkFQSSIsImF1ZCI6Imh0dHA6Ly9sb2NhbGhvc3Q6NTEzNSJ9.lK2LCCeSOYUGb1dOHJerYj5RSR139mDxdt8Th15pl9Q\",\n    \"refreshToken\": \"655NyaJVftLT2N2Z/jw9ljWbkylkgeDhH7dhZYVZy9s=\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/refresh","urlObject":{"path":["api","auth","refresh"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1f2b0e2c-cca2-49ac-b1fb-81beb82f0e03","name":"Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1laWRlbnRpZmllciI6ImRiNGFlZGU1LWI0YzUtNGVlZC05ZWJmLTQzODhhZjkyOTdhZCIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL2VtYWlsYWRkcmVzcyI6InRlc3RAbWFpbC5jb20iLCJkYnMiOiJbXSIsImV4cCI6MTcwMTc3ODAxMCwiaXNzIjoiTmVidWxhUGx1Z2luQVBJIiwiYXVkIjoiaHR0cDovL2xvY2FsaG9zdDo1MTM1In0.09wdZ9-WWIETQhWRceWYOop1EYhAyUxcCZ4eW0epklI\",\n    \"refreshToken\": \"qrKF3ZmJM3k0Ay0wbXKicvbKqCtrD9NQVTSIA+3wbkA=\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 11:07:16 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1laWRlbnRpZmllciI6ImRiNGFlZGU1LWI0YzUtNGVlZC05ZWJmLTQzODhhZjkyOTdhZCIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL2VtYWlsYWRkcmVzcyI6InRlc3RAbWFpbC5jb20iLCJkYnMiOiJbXSIsImV4cCI6MTcwMTc3ODAzNywiaXNzIjoiTmVidWxhUGx1Z2luQVBJIiwiYXVkIjoiaHR0cDovL2xvY2FsaG9zdDo1MTM1In0.aQ7pcrlgBcGiKcVwRfRKn0emXG9ORivSh7gf1j9E9I0\",\n    \"refreshToken\": \"DExMFMyFRA07i8M1qjJCDMFK2JmYG5SNgMnyaTIp3zM=\"\n}"}],"_postman_id":"aff2301b-f71d-45e6-8c32-4048e016734f"}],"id":"5ff349ce-8c01-4310-9fe5-affff7ed3790","_postman_id":"5ff349ce-8c01-4310-9fe5-affff7ed3790","description":""},{"name":"User Enpoints","item":[{"name":"Add New Db Connection","id":"ee9deb75-3ff0-48a1-8a57-571a26eac2be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keyIdentifier\": \"MongoDb\",\n    \"connectionString\": \"mongodb+srv://Victory:7Aynras2-@gameserver.ptrocqn.mongodb.net/?retryWrites=true&w=majority\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/user/connection","urlObject":{"path":["api","user","connection"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee9deb75-3ff0-48a1-8a57-571a26eac2be"},{"name":"Get User Db Connections","id":"e234b65d-784b-49f4-9beb-0b47b2722c54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/user/connection","urlObject":{"path":["api","user","connection"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8730ff85-dd5f-4f68-ad2e-7402a7086700","name":"Get User Databases","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/user/db"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"Date","value":"Sun, 03 Dec 2023 20:44:56 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"test\",\n        \"connectionString\": \"testconnectionstring\"\n    }\n]"}],"_postman_id":"e234b65d-784b-49f4-9beb-0b47b2722c54"},{"name":"Get User Data","id":"f14ce8e8-955c-4f0c-b904-d5d9b5029e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/user/me","urlObject":{"path":["api","user","me"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f14ce8e8-955c-4f0c-b904-d5d9b5029e85"},{"name":"Update User Connection String","id":"5d2f49ee-d491-4c78-938e-4950b5c67d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"connectionString\": \"example_connection_string_updated\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/user/connection/mongodb","urlObject":{"path":["api","user","connection","mongodb"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"826c5c34-e8ab-47b6-85a5-e82b0d8c95a3","name":"Update User Connection String","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"connectionString\": \"example_connection_string_updated\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/user/db/sqlite"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 08 Dec 2023 22:04:36 GMT","type":"text"},{"key":"Server","value":"Kestrel","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d2f49ee-d491-4c78-938e-4950b5c67d05"}],"id":"92a0d3b2-795b-41ed-8061-d255c494d249","_postman_id":"92a0d3b2-795b-41ed-8061-d255c494d249","description":""}]}