{"info":{"_postman_id":"0fc1afee-615a-4c60-9669-f5517136b20c","name":"Bubbles","description":"<html><head></head><body><p>Bubbles API to create your own user account and your own graph databases. </p>\n<p>Every APIs is authenticated with Bearer token, which you can get from the response of the Login API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5329722","collectionId":"0fc1afee-615a-4c60-9669-f5517136b20c","publishedId":"UVCCg4Ru","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-19T09:07:35.000Z"},"item":[{"name":"Users","item":[{"name":"Register User","id":"a8d3044c-e0a4-4218-9e98-a974adc2af9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"FirstName\":\"Pronoy\",\n    \"LastName\":\"Mukherjee\",\n    \"email\":\"mukherjee_pronoy@yahoo.in\",\n    \"password\":\"abc123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://13.233.158.40/user","urlObject":{"protocol":"http","path":["user"],"host":["13","233","158","40"],"query":[],"variable":[]}},"response":[{"id":"1aa2dba3-8621-498a-abf7-c7218be634f9","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"FirstName\":\"Pronoy\",\n    \"LastName\":\"Mukherjee\",\n    \"email\":\"mukherjee_pronoy@yahoo.in\",\n    \"password\":\"abc123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Oct 2021 11:21:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": \"a5de421e-7ac2-4103-bcf6-cc667f9006d5\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImE1ZGU0MjFlLTdhYzItNDEwMy1iY2Y2LWNjNjY3ZjkwMDZkNSIsImV4cCI6MTYzNDU3MDUxMiwiaXNzIjoiYnViYmxlc0FwaSIsImF1ZCI6ImJ1YmJsZXNBcGkifQ.qO6lJTziH82rmxh8ynujFngs3EB6mFK_hhPvr8J7xtE\"\n}"}],"_postman_id":"a8d3044c-e0a4-4218-9e98-a974adc2af9a"}],"id":"be617259-a5a1-416b-bc4d-40a13d44cad8","_postman_id":"be617259-a5a1-416b-bc4d-40a13d44cad8","description":""},{"name":"Authentication","item":[{"name":"Login","id":"e05ed25e-b744-4028-bf8e-58b26e70868d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"mukherjee_pronoy@yahoo.in\",\n    \"password\":\"abc123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://13.233.158.40/auth","urlObject":{"protocol":"http","path":["auth"],"host":["13","233","158","40"],"query":[],"variable":[]}},"response":[{"id":"29098c1d-9e47-4f5a-b8e1-d50d8f30d529","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"mukherjee_pronoy@yahoo.in\",\n    \"password\":\"abc123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Oct 2021 14:21:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"379"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": \"4d6fec53-8d7d-4183-89c6-cff5faee351d\",\n    \"firstName\": \"Pronoy\",\n    \"lastName\": \"Mukherjee\",\n    \"email\": \"mukherjee_pronoy@yahoo.in\",\n    \"organisationName\": null,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjRkNmZlYzUzLThkN2QtNDE4My04OWM2LWNmZjVmYWVlMzUxZCIsImV4cCI6MTYzNDU4MTI2MiwiaXNzIjoiYnViYmxlc0FwaSIsImF1ZCI6ImJ1YmJsZXNBcGkifQ.T1cKkAmBfNVgHXcBlE8XJ7aL0B5xJ_kn399HZPFkqnw\"\n}"}],"_postman_id":"e05ed25e-b744-4028-bf8e-58b26e70868d"}],"id":"fdbbdc08-eb5c-4b15-9432-304ba32c1f4b","_postman_id":"fdbbdc08-eb5c-4b15-9432-304ba32c1f4b","description":""},{"name":"DB","item":[{"name":"CreateDB","id":"28cff5f2-a347-4737-8fbd-589e510867f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"DbName\":\"test-db\"\n}","options":{"raw":{"language":"json"}}},"url":"http://13.233.158.40/db","urlObject":{"protocol":"http","path":["db"],"host":["13","233","158","40"],"query":[],"variable":[]}},"response":[{"id":"518c58e0-0b2a-4c76-b133-32b5d3db4b08","name":"CreateDB","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"DbName\":\"test-db\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/db"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Oct 2021 11:11:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"37"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbName\": \"test-db\",\n    \"isCreated\": true\n}"}],"_postman_id":"28cff5f2-a347-4737-8fbd-589e510867f0"},{"name":"Get DB","id":"6dbf89b1-2b1b-4e54-a152-ab9889c1196d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://13.233.158.40/db/test-db","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c4f4127f-4f67-4267-86c4-897a3945dcf8","id":"c4f4127f-4f67-4267-86c4-897a3945dcf8","name":"DB","type":"folder"}},"urlObject":{"protocol":"http","path":["db","test-db"],"host":["13","233","158","40"],"query":[],"variable":[]}},"response":[{"id":"fbe2e83d-f599-4f03-b559-73fb614877c7","name":"Get DB","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/db/test-db"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Oct 2021 11:42:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"38"}],"cookie":[],"responseTime":null,"body":"{\n    \"databaseName\": \"test-db\",\n    \"graphs\": []\n}"}],"_postman_id":"6dbf89b1-2b1b-4e54-a152-ab9889c1196d"}],"id":"c4f4127f-4f67-4267-86c4-897a3945dcf8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f2c3b138-4fc4-4442-abe9-ec4ee939ea75","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb2f0baf-c12f-403b-a6e3-31f1a06321c8","type":"text/javascript","exec":[""]}}],"_postman_id":"c4f4127f-4f67-4267-86c4-897a3945dcf8","description":""},{"name":"Graph","item":[{"name":"Create Graph","id":"3194107e-bb74-4c27-b8c6-56be5ad2ada2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"DbName\":\"test-db\",\n    \"GraphName\":\"friends\"\n}","options":{"raw":{"language":"json"}}},"url":"http://13.233.158.40/graph","urlObject":{"protocol":"http","path":["graph"],"host":["13","233","158","40"],"query":[],"variable":[]}},"response":[{"id":"0d28ab71-b324-4b0d-881e-2b507b9c4142","name":"Create Graph","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"DbName\":\"test-db\",\n    \"GraphName\":\"friends\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/graph"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Nov 2021 05:06:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"40"}],"cookie":[],"responseTime":null,"body":"{\n    \"graphName\": \"friends\",\n    \"isCreated\": true\n}"}],"_postman_id":"3194107e-bb74-4c27-b8c6-56be5ad2ada2"},{"name":"Get Graph","id":"5c7101f1-6439-4975-bed8-8c4510c17d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://13.233.158.40/graph/test-db?GraphName=friends","urlObject":{"protocol":"http","path":["graph","test-db"],"host":["13","233","158","40"],"query":[{"key":"GraphName","value":"friends"}],"variable":[]}},"response":[{"id":"0f0b9a0e-d85c-40ec-98c7-fd67758cf431","name":"Create Graph","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"DbName\":\"test-db\",\n    \"GraphName\":\"friends\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/graph"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Nov 2021 05:06:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"40"}],"cookie":[],"responseTime":null,"body":"{\n    \"graphName\": \"friends\",\n    \"isCreated\": true\n}"}],"_postman_id":"5c7101f1-6439-4975-bed8-8c4510c17d92"}],"id":"cb8bf1c5-c544-4ed5-a988-1a88d7d47720","_postman_id":"cb8bf1c5-c544-4ed5-a988-1a88d7d47720","description":""},{"name":"Node","item":[{"name":"Create Node","id":"029359bd-0490-4ef2-a21a-06cb617bbee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Database\": \"test-db\",\n    \"Graph\": \"friends\",\n    \"Type\": \"close-friends\",\n    \"Data\": {\n        \"name\": \"Indranil\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://13.233.158.40/node","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a048fd0b-31dc-4988-9408-c95e81650bd7","id":"a048fd0b-31dc-4988-9408-c95e81650bd7","name":"Node","type":"folder"}},"urlObject":{"protocol":"http","path":["node"],"host":["13","233","158","40"],"query":[],"variable":[]}},"response":[{"id":"b509c220-e158-4307-b920-a65b52a3d335","name":"Create Node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Database\": \"test-db\",\n    \"Graph\": \"friends\",\n    \"Type\": \"close-friends\",\n    \"Data\": {\n        \"name\": \"Pronoy\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/node"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Nov 2021 06:03:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"79"}],"cookie":[],"responseTime":null,"body":"{\n    \"nodeId\": \"friends-node-127a377b-3b6b-4276-963d-2094c45592f0\",\n    \"isCreated\": true\n}"}],"_postman_id":"029359bd-0490-4ef2-a21a-06cb617bbee4"},{"name":"Get Node","id":"a0933f3b-3362-4517-8427-df3022377e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://13.233.158.40/node?NodeId=friends-node-0e9dc367-6f32-498f-b6c4-22c40120be76&GraphName=friends&DbName=test-db","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a048fd0b-31dc-4988-9408-c95e81650bd7","id":"a048fd0b-31dc-4988-9408-c95e81650bd7","name":"Node","type":"folder"}},"urlObject":{"protocol":"http","path":["node"],"host":["13","233","158","40"],"query":[{"key":"NodeId","value":"friends-node-0e9dc367-6f32-498f-b6c4-22c40120be76"},{"key":"GraphName","value":"friends"},{"key":"DbName","value":"test-db"}],"variable":[]}},"response":[{"id":"4a794181-b7a9-49e7-b6fa-3f6c2f90fd7a","name":"Get Node","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/node?NodeId=friends-node-127a377b-3b6b-4276-963d-2094c45592f0&GraphName=friends&DbName=test-db","protocol":"http","host":["localhost"],"port":"5000","path":["node"],"query":[{"key":"NodeId","value":"friends-node-127a377b-3b6b-4276-963d-2094c45592f0"},{"key":"GraphName","value":"friends"},{"key":"DbName","value":"test-db"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Nov 2021 05:41:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"129"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"friends-node-127a377b-3b6b-4276-963d-2094c45592f0\",\n    \"data\": {\n        \"name\": \"Pronoy\"\n    },\n    \"type\": \"close-friends\",\n    \"relationshipIds\": null\n}"}],"_postman_id":"a0933f3b-3362-4517-8427-df3022377e7e"},{"name":"Connect Node","id":"f10b59a9-8d09-491b-ba66-605b9142d162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dbName\": \"test-db\",\n    \"LeftNodeId\": \"friends-node-127a377b-3b6b-4276-963d-2094c45592f0\",\n    \"RightNodeId\": \"friends-node-cfeac4f9-ca47-4e27-b411-27deddf86746\",\n    \"RelationshipType\": \"friendsOf\",\n    \"Data\": \"{key:'somedata'}\"\n}","options":{"raw":{"language":"json"}}},"url":"http://13.233.158.40/node/connect","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a048fd0b-31dc-4988-9408-c95e81650bd7","id":"a048fd0b-31dc-4988-9408-c95e81650bd7","name":"Node","type":"folder"}},"urlObject":{"protocol":"http","path":["node","connect"],"host":["13","233","158","40"],"query":[],"variable":[]}},"response":[{"id":"fd22cba3-93c2-4ed4-bde3-4c3ea28ab0d9","name":"Connect Node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dbName\": \"test-db\",\n    \"LeftNodeId\": \"friends-node-127a377b-3b6b-4276-963d-2094c45592f0\",\n    \"RightNodeId\": \"friends-node-cfeac4f9-ca47-4e27-b411-27deddf86746\",\n    \"RelationshipType\": \"friendsOf\",\n    \"Data\": \"{key:'somedata'}\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/node/connect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Nov 2021 06:38:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"224"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"rs-10c1cf9b-0cde-4597-984a-1d4470d6593c\",\n    \"leftNodeId\": \"friends-node-127a377b-3b6b-4276-963d-2094c45592f0\",\n    \"rightNodeId\": \"friends-node-cfeac4f9-ca47-4e27-b411-27deddf86746\",\n    \"type\": \"friendsOf\",\n    \"data\": \"{key:'somedata'}\"\n}"}],"_postman_id":"f10b59a9-8d09-491b-ba66-605b9142d162"}],"id":"a048fd0b-31dc-4988-9408-c95e81650bd7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9356a5a0-7cbd-47f9-b0f6-6b806c020cae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"36144ffe-43b8-4c9d-82ea-2c2b54e7ff51","type":"text/javascript","exec":[""]}}],"_postman_id":"a048fd0b-31dc-4988-9408-c95e81650bd7","description":""},{"name":"Relationships","item":[{"name":"Get Relationship","id":"80a5e2f6-19ce-487d-9bf4-5d2c1c80d33e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://13.233.158.40/relationship?DbName=test-db&RelationshipId=rs-10c1cf9b-0cde-4597-984a-1d4470d6593c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bc85d198-c903-4c17-b6d1-a86f8e7a949f","id":"bc85d198-c903-4c17-b6d1-a86f8e7a949f","name":"Relationships","type":"folder"}},"urlObject":{"protocol":"http","path":["relationship"],"host":["13","233","158","40"],"query":[{"key":"DbName","value":"test-db"},{"key":"RelationshipId","value":"rs-10c1cf9b-0cde-4597-984a-1d4470d6593c"}],"variable":[]}},"response":[{"id":"d7ccd783-a9c7-4720-97e9-747628855857","name":"Get Relationship","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/node/connect?DbName=test-db&RelationshipId=rs-10c1cf9b-0cde-4597-984a-1d4470d6593c","protocol":"http","host":["localhost"],"port":"3000","path":["node","connect"],"query":[{"key":"DbName","value":"test-db"},{"key":"RelationshipId","value":"rs-10c1cf9b-0cde-4597-984a-1d4470d6593c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Nov 2021 09:35:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"224"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"rs-10c1cf9b-0cde-4597-984a-1d4470d6593c\",\n    \"leftNodeId\": \"friends-node-127a377b-3b6b-4276-963d-2094c45592f0\",\n    \"rightNodeId\": \"friends-node-cfeac4f9-ca47-4e27-b411-27deddf86746\",\n    \"type\": \"friendsOf\",\n    \"data\": \"{key:'somedata'}\"\n}"}],"_postman_id":"80a5e2f6-19ce-487d-9bf4-5d2c1c80d33e"},{"name":"Get All Relationships","id":"9454ffa4-e3cb-42fe-9e2f-26da0552b662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://13.233.158.40/relationship/test-db","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"bc85d198-c903-4c17-b6d1-a86f8e7a949f","id":"bc85d198-c903-4c17-b6d1-a86f8e7a949f","name":"Relationships","type":"folder"}},"urlObject":{"protocol":"http","path":["relationship","test-db"],"host":["13","233","158","40"],"query":[],"variable":[]}},"response":[],"_postman_id":"9454ffa4-e3cb-42fe-9e2f-26da0552b662"}],"id":"bc85d198-c903-4c17-b6d1-a86f8e7a949f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9ae36686-ea7a-438b-85f6-0967a27c4ceb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4414f74-0387-475d-a9a4-232204402cb6","type":"text/javascript","exec":[""]}}],"_postman_id":"bc85d198-c903-4c17-b6d1-a86f8e7a949f","description":""},{"name":"Stemming API","id":"81225fd1-8626-46ac-966c-91c30bfdf277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","key":"text","value":"processing"}]},"url":"http://text-processing.com/api/stem/","urlObject":{"protocol":"http","path":["api","stem",""],"host":["text-processing","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"81225fd1-8626-46ac-966c-91c30bfdf277"}]}