-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtingkts-Android-HelloRetrofit.postman_collection.json
103 lines (103 loc) · 2.17 KB
/
tingkts-Android-HelloRetrofit.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"info": {
"_postman_id": "8b589dfd-00fe-4077-bc22-b47744b3ecea",
"name": "tingkts-Android-HelloRetrofit",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "https://watch-master-staging.herokuapp.com/api/login?username=test2@qq.com&password=test1234qq",
"request": {
"method": "GET",
"header": [
{
"key": "X-Parse-Application-Id",
"value": "vqYuKPOkLQLYHhk4QTGsGKFwATT4mBIGREI2m8eD",
"type": "text"
},
{
"key": "X-Parse-REST-API-Key",
"value": "",
"type": "text"
},
{
"key": "X-Parse-Revocable-Session",
"value": "1",
"type": "text"
}
],
"url": {
"raw": "https://watch-master-staging.herokuapp.com/api/login?username=test2@qq.com&password=test1234qq",
"protocol": "https",
"host": [
"watch-master-staging",
"herokuapp",
"com"
],
"path": [
"api",
"login"
],
"query": [
{
"key": "username",
"value": "test2@qq.com"
},
{
"key": "password",
"value": "test1234qq"
}
]
}
},
"response": []
},
{
"name": "https://watch-master-staging.herokuapp.com/api/users/WkuKfCAdGq",
"request": {
"method": "PUT",
"header": [
{
"key": "X-Parse-Application-Id",
"value": "vqYuKPOkLQLYHhk4QTGsGKFwATT4mBIGREI2m8eD",
"type": "text"
},
{
"key": "X-Parse-REST-API-Key",
"value": "",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-Parse-Session-Token",
"value": "r:161ce9c212c2ae45a9f310a3a8a16c29",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"phone\": \"415-369-9999\",\r\n \"timezone\": 8\r\n}"
},
"url": {
"raw": "https://watch-master-staging.herokuapp.com/api/users/WkuKfCAdGq",
"protocol": "https",
"host": [
"watch-master-staging",
"herokuapp",
"com"
],
"path": [
"api",
"users",
"WkuKfCAdGq"
]
}
},
"response": []
}
]
}