forked from alexjustesen/speedtest-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path🐇 Speedtest Tracker.postman_collection.json
62 lines (62 loc) · 1.13 KB
/
🐇 Speedtest Tracker.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"info": {
"_postman_id": "cec84a4a-2422-4c13-bc49-3a2ee2729f62",
"name": "🐇 Speedtest Tracker",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "13492307"
},
"item": [
{
"name": "Speedtest (legacy)",
"item": [
{
"name": "Get latest",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{APP_URL}}/api/speedtest/latest",
"host": [
"{{APP_URL}}"
],
"path": [
"api",
"speedtest",
"latest"
]
}
},
"response": []
}
],
"description": "The `/speedtest` route is to provide legacy support for dashboards like Homepage and Organizr.\n\nThe endpoint should be considered deprecated and will be replaced in a future release."
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
],
"variable": [
{
"key": "APP_URL",
"value": "",
"type": "string"
}
]
}