forked from stevesavstrom/ciranda
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PostmanPrimeSoloRoutes.json
77 lines (77 loc) · 2.21 KB
/
PostmanPrimeSoloRoutes.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"id": "5e3e8d98-813d-5d2a-a79a-39cd12328d63",
"name": "Prime Solo Routes",
"description": "Routes setup to test registration, login, and getting basic user data from the server.",
"order": [
"d78bc69f-0d9e-4489-ec9d-ac502b78acf8",
"e4c0f920-0aae-6f4e-2a74-147760d07f01",
"0e861444-5137-f535-f11d-cbeb234ffe0c"
],
"folders": [],
"timestamp": 1556130018580,
"owner": "359906",
"remoteLink": "",
"public": false,
"requests": [
{
"id": "0e861444-5137-f535-f11d-cbeb234ffe0c",
"headers": "",
"url": "http://localhost:5000/api/user/",
"pathVariables": {},
"preRequestScript": null,
"method": "GET",
"collectionId": "5e3e8d98-813d-5d2a-a79a-39cd12328d63",
"data": null,
"dataMode": "params",
"name": "http://localhost:5000/api/user/",
"description": "User Info",
"descriptionFormat": "html",
"time": 1556130167959,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {}
},
{
"id": "d78bc69f-0d9e-4489-ec9d-ac502b78acf8",
"headers": "Content-Type: application/json\n",
"url": "http://localhost:5000/api/user/register",
"preRequestScript": null,
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1556130772256,
"name": "http://localhost:5000/api/user/register",
"description": "Registration",
"collectionId": "5e3e8d98-813d-5d2a-a79a-39cd12328d63",
"responses": [],
"rawModeData": "{\n \"username\":\"new-user\",\n \"password\":\"1234\"\n}"
},
{
"id": "e4c0f920-0aae-6f4e-2a74-147760d07f01",
"headers": "Content-Type: application/json\n",
"url": "http://localhost:5000/api/user/login",
"preRequestScript": null,
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1556130776568,
"name": "http://localhost:5000/api/user/login",
"description": "Login",
"collectionId": "5e3e8d98-813d-5d2a-a79a-39cd12328d63",
"responses": [],
"rawModeData": "{\n \"username\":\"new-user\",\n \"password\":\"1234\"\n}"
}
]
}