Created
October 29, 2024 15:17
-
-
Save eeVoskos/f4584109d72663aeb2c382857a34ce49 to your computer and use it in GitHub Desktop.
WeatherXM Pro Insomnia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_type": "export", | |
"__export_format": 4, | |
"__export_date": "2024-10-29T15:15:51.011Z", | |
"__export_source": "insomnia.desktop.app:v10.1.1", | |
"resources": [ | |
{ | |
"_id": "req_9bd5ede1079943f1b746777ab264b344", | |
"parentId": "fld_b8be0b4046c2417987d5e3da35d70fde", | |
"modified": 1730214137927, | |
"created": 1730209873939, | |
"url": "{{API_URL}}/stations", | |
"name": "Get all stations", | |
"description": "", | |
"method": "GET", | |
"body": {}, | |
"parameters": [ | |
{ | |
"name": "", | |
"value": "", | |
"disabled": true, | |
"id": "pair_9c3b3351be5a4de989e0c0c2c48a2608" | |
} | |
], | |
"headers": [ | |
{ | |
"id": "pair_691ab97f06e944a7bcd47a554bc1b4ca", | |
"name": "", | |
"value": "", | |
"description": "", | |
"disabled": true | |
} | |
], | |
"authentication": {}, | |
"preRequestScript": "", | |
"metaSortKey": -1729861720696, | |
"isPrivate": false, | |
"pathParameters": [], | |
"afterResponseScript": "", | |
"settingStoreCookies": true, | |
"settingSendCookies": true, | |
"settingDisableRenderRequestBody": false, | |
"settingEncodeUrl": true, | |
"settingRebuildPath": true, | |
"settingFollowRedirects": "global", | |
"_type": "request" | |
}, | |
{ | |
"_id": "fld_b8be0b4046c2417987d5e3da35d70fde", | |
"parentId": "wrk_7d4d0f1492af4b1e9b16378f855aa5b2", | |
"modified": 1730209898584, | |
"created": 1729861721811, | |
"name": "Stations", | |
"description": "", | |
"environment": {}, | |
"environmentPropertyOrder": {}, | |
"metaSortKey": -1729861720497, | |
"preRequestScript": "", | |
"afterResponseScript": "", | |
"authentication": {}, | |
"headers": [ | |
{ | |
"id": "pair_f4f9a89a7d8340e18f07b57be5af8427", | |
"name": "X-API-KEY", | |
"value": "{{ _.API_KEY }}", | |
"description": "", | |
"disabled": false | |
} | |
], | |
"_type": "request_group" | |
}, | |
{ | |
"_id": "wrk_7d4d0f1492af4b1e9b16378f855aa5b2", | |
"parentId": null, | |
"modified": 1729861692711, | |
"created": 1729861692711, | |
"name": "WeatherXM Pro", | |
"description": "", | |
"scope": "collection", | |
"_type": "workspace" | |
}, | |
{ | |
"_id": "req_cf8544141d0d432ab5c519b0c103850a", | |
"parentId": "fld_b8be0b4046c2417987d5e3da35d70fde", | |
"modified": 1730209902731, | |
"created": 1729861721812, | |
"url": "{{API_URL}}/stations/near", | |
"name": "Get stations within radius", | |
"description": "", | |
"method": "GET", | |
"body": {}, | |
"parameters": [ | |
{ | |
"name": "lat", | |
"value": "37.9681405", | |
"disabled": false, | |
"id": "pair_c930724408c04659b6d46520a81413c6" | |
}, | |
{ | |
"name": "lon", | |
"value": "23.7197352", | |
"disabled": false, | |
"id": "pair_228cbf105b4d4ecbb60eceaf2f3a5a35" | |
}, | |
{ | |
"name": "radius", | |
"value": "5000", | |
"disabled": false, | |
"id": "pair_6c446954f3384aa9888505cfc9b0d13c" | |
}, | |
{ | |
"name": "", | |
"value": "", | |
"disabled": true, | |
"id": "pair_9c3b3351be5a4de989e0c0c2c48a2608" | |
} | |
], | |
"headers": [ | |
{ | |
"id": "pair_691ab97f06e944a7bcd47a554bc1b4ca", | |
"name": "", | |
"value": "", | |
"description": "", | |
"disabled": true | |
} | |
], | |
"authentication": {}, | |
"preRequestScript": "", | |
"metaSortKey": -1729861720646, | |
"isPrivate": false, | |
"afterResponseScript": "", | |
"settingStoreCookies": true, | |
"settingSendCookies": true, | |
"settingDisableRenderRequestBody": false, | |
"settingEncodeUrl": true, | |
"settingRebuildPath": true, | |
"settingFollowRedirects": "global", | |
"_type": "request" | |
}, | |
{ | |
"_id": "req_f23be3ea9b5d4539b21bca09ef425031", | |
"parentId": "fld_b8be0b4046c2417987d5e3da35d70fde", | |
"modified": 1730209958555, | |
"created": 1730209851005, | |
"url": "{{API_URL}}/stations/bounds", | |
"name": "Get stations within bounds", | |
"description": "", | |
"method": "GET", | |
"body": {}, | |
"parameters": [ | |
{ | |
"name": "lat", | |
"value": "37.9681405", | |
"disabled": false, | |
"id": "pair_c930724408c04659b6d46520a81413c6" | |
}, | |
{ | |
"name": "lon", | |
"value": "23.7197352", | |
"disabled": false, | |
"id": "pair_228cbf105b4d4ecbb60eceaf2f3a5a35" | |
}, | |
{ | |
"name": "radius", | |
"value": "5000", | |
"disabled": false, | |
"id": "pair_6c446954f3384aa9888505cfc9b0d13c" | |
}, | |
{ | |
"name": "", | |
"value": "", | |
"disabled": true, | |
"id": "pair_9c3b3351be5a4de989e0c0c2c48a2608" | |
} | |
], | |
"headers": [ | |
{ | |
"id": "pair_691ab97f06e944a7bcd47a554bc1b4ca", | |
"name": "", | |
"value": "", | |
"description": "", | |
"disabled": true | |
} | |
], | |
"authentication": {}, | |
"preRequestScript": "", | |
"metaSortKey": -1729861720621, | |
"isPrivate": false, | |
"pathParameters": [], | |
"afterResponseScript": "", | |
"settingStoreCookies": true, | |
"settingSendCookies": true, | |
"settingDisableRenderRequestBody": false, | |
"settingEncodeUrl": true, | |
"settingRebuildPath": true, | |
"settingFollowRedirects": "global", | |
"_type": "request" | |
}, | |
{ | |
"_id": "req_4e2ce91cc5af4a8582a84ce28e58a5d2", | |
"parentId": "fld_d9aa9b184ac74d0a8dde3bbc9023e430", | |
"modified": 1730213917034, | |
"created": 1730209915902, | |
"url": "{{API_URL}}/cells/search", | |
"name": "Search cells", | |
"description": "", | |
"method": "GET", | |
"body": {}, | |
"parameters": [ | |
{ | |
"name": "query", | |
"value": "Athens, Greece", | |
"disabled": false, | |
"id": "pair_c930724408c04659b6d46520a81413c6" | |
}, | |
{ | |
"name": "", | |
"value": "", | |
"disabled": true, | |
"id": "pair_9c3b3351be5a4de989e0c0c2c48a2608" | |
} | |
], | |
"headers": [ | |
{ | |
"id": "pair_691ab97f06e944a7bcd47a554bc1b4ca", | |
"name": "", | |
"value": "", | |
"description": "", | |
"disabled": true | |
} | |
], | |
"authentication": {}, | |
"preRequestScript": "", | |
"metaSortKey": -1729861720696, | |
"isPrivate": false, | |
"pathParameters": [], | |
"afterResponseScript": "", | |
"settingStoreCookies": true, | |
"settingSendCookies": true, | |
"settingDisableRenderRequestBody": false, | |
"settingEncodeUrl": true, | |
"settingRebuildPath": true, | |
"settingFollowRedirects": "global", | |
"_type": "request" | |
}, | |
{ | |
"_id": "fld_d9aa9b184ac74d0a8dde3bbc9023e430", | |
"parentId": "wrk_7d4d0f1492af4b1e9b16378f855aa5b2", | |
"modified": 1730209915900, | |
"created": 1730209915900, | |
"name": "Cells", | |
"description": "", | |
"environment": {}, | |
"environmentPropertyOrder": {}, | |
"metaSortKey": -1708915638396.5, | |
"preRequestScript": "", | |
"afterResponseScript": "", | |
"authentication": {}, | |
"headers": [ | |
{ | |
"id": "pair_f4f9a89a7d8340e18f07b57be5af8427", | |
"name": "X-API-KEY", | |
"value": "{{ _.API_KEY }}", | |
"description": "", | |
"disabled": false | |
} | |
], | |
"_type": "request_group" | |
}, | |
{ | |
"_id": "req_a61261ec306d47bfa0e9d3a896390a6e", | |
"parentId": "fld_14dbe88e2c29495fa2a5ef5f515baf13", | |
"modified": 1730210139772, | |
"created": 1730209924085, | |
"url": "{{API_URL}}/stations/{% response 'body', 'req_cf8544141d0d432ab5c519b0c103850a', 'b64::JC5zdGF0aW9uc1swXS5pZA==::46b', 'never', 60 %}/latest", | |
"name": "Get latest observation", | |
"description": "", | |
"method": "GET", | |
"body": {}, | |
"parameters": [ | |
{ | |
"name": "", | |
"value": "", | |
"disabled": true, | |
"id": "pair_9c3b3351be5a4de989e0c0c2c48a2608" | |
} | |
], | |
"headers": [ | |
{ | |
"id": "pair_691ab97f06e944a7bcd47a554bc1b4ca", | |
"name": "", | |
"value": "", | |
"description": "", | |
"disabled": true | |
} | |
], | |
"authentication": {}, | |
"preRequestScript": "", | |
"metaSortKey": -1729861720696, | |
"isPrivate": false, | |
"pathParameters": [], | |
"afterResponseScript": "", | |
"settingStoreCookies": true, | |
"settingSendCookies": true, | |
"settingDisableRenderRequestBody": false, | |
"settingEncodeUrl": true, | |
"settingRebuildPath": true, | |
"settingFollowRedirects": "global", | |
"_type": "request" | |
}, | |
{ | |
"_id": "fld_14dbe88e2c29495fa2a5ef5f515baf13", | |
"parentId": "wrk_7d4d0f1492af4b1e9b16378f855aa5b2", | |
"modified": 1730209924083, | |
"created": 1730209924083, | |
"name": "Observations", | |
"description": "", | |
"environment": {}, | |
"environmentPropertyOrder": {}, | |
"metaSortKey": -1698442597346.25, | |
"preRequestScript": "", | |
"afterResponseScript": "", | |
"authentication": {}, | |
"headers": [ | |
{ | |
"id": "pair_f4f9a89a7d8340e18f07b57be5af8427", | |
"name": "X-API-KEY", | |
"value": "{{ _.API_KEY }}", | |
"description": "", | |
"disabled": false | |
} | |
], | |
"_type": "request_group" | |
}, | |
{ | |
"_id": "req_c89f78f3254d46b28d66100b3abf2345", | |
"parentId": "fld_14dbe88e2c29495fa2a5ef5f515baf13", | |
"modified": 1730210231360, | |
"created": 1730210127011, | |
"url": "{{API_URL}}/stations/{% response 'body', 'req_cf8544141d0d432ab5c519b0c103850a', 'b64::JC5zdGF0aW9uc1swXS5pZA==::46b', 'never', 60 %}/history", | |
"name": "Get historical observations", | |
"description": "", | |
"method": "GET", | |
"body": {}, | |
"parameters": [ | |
{ | |
"name": "date", | |
"value": "{% customTimestamp 'add', '', '', '-1', '', '', '', '', 'custom', 'YYYY-MM-DD', '' %}", | |
"disabled": false, | |
"id": "pair_6c446954f3384aa9888505cfc9b0d13c" | |
}, | |
{ | |
"name": "", | |
"value": "", | |
"disabled": true, | |
"id": "pair_9c3b3351be5a4de989e0c0c2c48a2608" | |
} | |
], | |
"headers": [ | |
{ | |
"id": "pair_691ab97f06e944a7bcd47a554bc1b4ca", | |
"name": "", | |
"value": "", | |
"description": "", | |
"disabled": true | |
} | |
], | |
"authentication": {}, | |
"preRequestScript": "", | |
"metaSortKey": -1729861720671.5, | |
"isPrivate": false, | |
"pathParameters": [], | |
"afterResponseScript": "", | |
"settingStoreCookies": true, | |
"settingSendCookies": true, | |
"settingDisableRenderRequestBody": false, | |
"settingEncodeUrl": true, | |
"settingRebuildPath": true, | |
"settingFollowRedirects": "global", | |
"_type": "request" | |
}, | |
{ | |
"_id": "env_c063a61b8109c3d3e34ba4510f73689bbc7d274e", | |
"parentId": "wrk_7d4d0f1492af4b1e9b16378f855aa5b2", | |
"modified": 1730214901759, | |
"created": 1729861692712, | |
"name": "Base Environment", | |
"data": { | |
"API_URL": "https://pro.weatherxm.com/b2b/api", | |
"API_KEY": "" | |
}, | |
"dataPropertyOrder": { | |
"&": [ | |
"API_URL", | |
"API_KEY" | |
] | |
}, | |
"color": null, | |
"isPrivate": false, | |
"metaSortKey": 1729861692712, | |
"_type": "environment" | |
}, | |
{ | |
"_id": "jar_c063a61b8109c3d3e34ba4510f73689bbc7d274e", | |
"parentId": "wrk_7d4d0f1492af4b1e9b16378f855aa5b2", | |
"modified": 1729861692713, | |
"created": 1729861692713, | |
"name": "Default Jar", | |
"cookies": [], | |
"_type": "cookie_jar" | |
}, | |
{ | |
"_id": "env_c9344940844c481f83da4102cdbf9980", | |
"parentId": "env_c063a61b8109c3d3e34ba4510f73689bbc7d274e", | |
"modified": 1730214913727, | |
"created": 1730204227605, | |
"name": "Beta", | |
"data": { | |
"API_URL": "https://pro-beta.weatherxm.com/b2b/api", | |
"API_KEY": "" | |
}, | |
"dataPropertyOrder": { | |
"&": [ | |
"API_URL", | |
"API_KEY" | |
] | |
}, | |
"color": "#00ff00", | |
"isPrivate": false, | |
"metaSortKey": 1730204227605, | |
"_type": "environment" | |
}, | |
{ | |
"_id": "env_2cd769f0889542caba5134c5e75cedd4", | |
"parentId": "env_c063a61b8109c3d3e34ba4510f73689bbc7d274e", | |
"modified": 1730214907298, | |
"created": 1730204241220, | |
"name": "Production", | |
"data": { | |
"API_URL": "https://pro.weatherxm.com/b2b/api", | |
"API_KEY": "" | |
}, | |
"dataPropertyOrder": { | |
"&": [ | |
"API_URL", | |
"API_KEY" | |
] | |
}, | |
"color": "#ff0000", | |
"isPrivate": false, | |
"metaSortKey": 1730204227604, | |
"_type": "environment" | |
}, | |
{ | |
"_id": "env_fa7f8a1d9b3b4fa4b5aba4c762eeb839", | |
"parentId": "env_c063a61b8109c3d3e34ba4510f73689bbc7d274e", | |
"modified": 1730214918029, | |
"created": 1730204249795, | |
"name": "Development", | |
"data": { | |
"API_URL": "https://pro-dev.weatherxm.com/b2b/api", | |
"API_KEY": "" | |
}, | |
"dataPropertyOrder": { | |
"&": [ | |
"API_URL", | |
"API_KEY" | |
] | |
}, | |
"color": "#0000ff", | |
"isPrivate": false, | |
"metaSortKey": 1730204249795, | |
"_type": "environment" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment