parse_resource 1.7.3 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.DS_Store +0 -0
- data/.travis.yml +1 -1
- data/Gemfile +4 -8
- data/Gemfile.lock +27 -23
- data/README.md +81 -2
- data/Rakefile +9 -8
- data/VERSION +1 -1
- data/fixtures/.DS_Store +0 -0
- data/fixtures/vcr_cassettes/.DS_Store +0 -0
- data/fixtures/vcr_cassettes/test_all.yml +319 -34
- data/fixtures/vcr_cassettes/test_attribute_getters.yml +256 -12
- data/fixtures/vcr_cassettes/test_attribute_setters.yml +256 -12
- data/fixtures/vcr_cassettes/test_authenticate.yml +260 -32
- data/fixtures/vcr_cassettes/test_chained_wheres.yml +320 -35
- data/fixtures/vcr_cassettes/test_chunk.yml +1359 -0
- data/fixtures/vcr_cassettes/test_count.yml +495 -84
- data/fixtures/vcr_cassettes/test_create.yml +154 -12
- data/fixtures/vcr_cassettes/test_created_at.yml +256 -12
- data/fixtures/vcr_cassettes/test_destroy.yml +364 -32
- data/fixtures/vcr_cassettes/test_destroy_all.yml +236 -48
- data/fixtures/vcr_cassettes/test_each.yml +488 -56
- data/fixtures/vcr_cassettes/test_fetching_closest_10.yml +1509 -0
- data/fixtures/vcr_cassettes/test_fetching_closest_by_kilometers.yml +1509 -0
- data/fixtures/vcr_cassettes/test_fetching_closest_by_miles.yml +1509 -0
- data/fixtures/vcr_cassettes/test_fetching_closest_by_radians.yml +1509 -0
- data/fixtures/vcr_cassettes/test_fetching_closest_within_box.yml +489 -0
- data/fixtures/vcr_cassettes/test_fetching_geopoint_field.yml +489 -0
- data/fixtures/vcr_cassettes/test_find.yml +312 -24
- data/fixtures/vcr_cassettes/test_find_all_by.yml +170 -34
- data/fixtures/vcr_cassettes/test_find_by.yml +174 -38
- data/fixtures/vcr_cassettes/test_first.yml +260 -23
- data/fixtures/vcr_cassettes/test_id.yml +256 -12
- data/fixtures/vcr_cassettes/test_installation_creation.yml +199 -0
- data/fixtures/vcr_cassettes/test_installation_creation_validation_check.yml +297 -0
- data/fixtures/vcr_cassettes/test_limit.yml +1138 -179
- data/fixtures/vcr_cassettes/test_map.yml +488 -56
- data/fixtures/vcr_cassettes/test_order_ascending.yml +395 -0
- data/fixtures/vcr_cassettes/test_order_descending.yml +446 -0
- data/fixtures/vcr_cassettes/test_save.yml +316 -24
- data/fixtures/vcr_cassettes/test_save_all_and_destroy_all.yml +869 -0
- data/fixtures/vcr_cassettes/test_saving_geo_point_with_quick_init.yml +395 -0
- data/fixtures/vcr_cassettes/test_saving_geopoint_with_coords.yml +395 -0
- data/fixtures/vcr_cassettes/test_skip.yml +120 -525
- data/fixtures/vcr_cassettes/test_update.yml +316 -24
- data/fixtures/vcr_cassettes/test_updated_at.yml +316 -24
- data/fixtures/vcr_cassettes/test_username_should_be_unique.yml +311 -21
- data/fixtures/vcr_cassettes/test_where.yml +117 -25
- data/lib/kaminari_extension.rb +60 -0
- data/lib/parse_resource.rb +4 -2
- data/lib/parse_resource/base.rb +262 -163
- data/lib/parse_resource/client.rb +8 -0
- data/lib/parse_resource/parse_error.rb +36 -22
- data/lib/parse_resource/query.rb +99 -7
- data/lib/parse_resource/query_methods.rb +64 -0
- data/lib/parse_resource/types/parse_geopoint.rb +19 -0
- data/parse_resource.gemspec +29 -9
- data/parse_resource.yml +2 -2
- data/test/active_model_lint_test.rb +0 -2
- data/test/helper.rb +13 -3
- data/test/test_parse_installation.rb +41 -0
- data/test/test_parse_resource.rb +108 -20
- data/test/test_parse_user.rb +4 -7
- data/test/test_query_options.rb +0 -38
- data/test/test_types.rb +186 -0
- metadata +38 -31
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/installations?where=%7B%7D
|
|
6
|
+
body:
|
|
7
|
+
encoding: US-ASCII
|
|
8
|
+
string: ''
|
|
9
|
+
headers:
|
|
10
|
+
Accept:
|
|
11
|
+
- ! '*/*; q=0.5, application/xml'
|
|
12
|
+
Accept-Encoding:
|
|
13
|
+
- gzip, deflate
|
|
14
|
+
User-Agent:
|
|
15
|
+
- Ruby
|
|
16
|
+
response:
|
|
17
|
+
status:
|
|
18
|
+
code: 200
|
|
19
|
+
message: OK
|
|
20
|
+
headers:
|
|
21
|
+
Cache-Control:
|
|
22
|
+
- max-age=0, private, must-revalidate
|
|
23
|
+
Content-Type:
|
|
24
|
+
- application/json; charset=utf-8
|
|
25
|
+
Date:
|
|
26
|
+
- Wed, 17 Apr 2013 07:34:56 GMT
|
|
27
|
+
Etag:
|
|
28
|
+
- ! '"85d28f3f43c513c37327264ab55a25d4"'
|
|
29
|
+
Server:
|
|
30
|
+
- nginx/1.2.2
|
|
31
|
+
Set-Cookie:
|
|
32
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYmQxZGY3Y2MyNDUyZDk3MDZkMmM0NjgzMjUwOTI4N2Y%3D--4cbe821f813f6c445e792bed09b4109609cee561;
|
|
33
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:34:56 GMT; secure;
|
|
34
|
+
HttpOnly
|
|
35
|
+
Status:
|
|
36
|
+
- 200 OK
|
|
37
|
+
X-Runtime:
|
|
38
|
+
- '0.038954'
|
|
39
|
+
X-Ua-Compatible:
|
|
40
|
+
- IE=Edge,chrome=1
|
|
41
|
+
Content-Length:
|
|
42
|
+
- '233'
|
|
43
|
+
Connection:
|
|
44
|
+
- keep-alive
|
|
45
|
+
body:
|
|
46
|
+
encoding: US-ASCII
|
|
47
|
+
string: ! '{"results":[{"deviceType":"ios","deviceToken":"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef","channels":[""],"createdAt":"2013-04-17T07:34:54.915Z","updatedAt":"2013-04-17T07:34:54.915Z","objectId":"0Tfxrd3z3T"}]}'
|
|
48
|
+
http_version:
|
|
49
|
+
recorded_at: Wed, 17 Apr 2013 07:34:56 GMT
|
|
50
|
+
- request:
|
|
51
|
+
method: post
|
|
52
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/batch
|
|
53
|
+
body:
|
|
54
|
+
encoding: UTF-8
|
|
55
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/installations/0Tfxrd3z3T"}]}'
|
|
56
|
+
headers:
|
|
57
|
+
Accept:
|
|
58
|
+
- ! '*/*; q=0.5, application/xml'
|
|
59
|
+
Accept-Encoding:
|
|
60
|
+
- gzip, deflate
|
|
61
|
+
Content-Type:
|
|
62
|
+
- application/json
|
|
63
|
+
Content-Length:
|
|
64
|
+
- '71'
|
|
65
|
+
User-Agent:
|
|
66
|
+
- Ruby
|
|
67
|
+
response:
|
|
68
|
+
status:
|
|
69
|
+
code: 200
|
|
70
|
+
message: OK
|
|
71
|
+
headers:
|
|
72
|
+
Cache-Control:
|
|
73
|
+
- max-age=0, private, must-revalidate
|
|
74
|
+
Content-Type:
|
|
75
|
+
- application/json; charset=utf-8
|
|
76
|
+
Date:
|
|
77
|
+
- Wed, 17 Apr 2013 07:34:56 GMT
|
|
78
|
+
Etag:
|
|
79
|
+
- ! '"6abe125b20486fefa07552105cea58f3"'
|
|
80
|
+
Server:
|
|
81
|
+
- nginx/1.2.2
|
|
82
|
+
Set-Cookie:
|
|
83
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZmUyODIzNzVlOTc1ZWRiNGMzZGFmODIwYzE4ZWJlNjA%3D--551b7c7417f3f3ba6fd170edbcabe756b47918e5;
|
|
84
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:34:56 GMT; secure;
|
|
85
|
+
HttpOnly
|
|
86
|
+
Status:
|
|
87
|
+
- 200 OK
|
|
88
|
+
X-Runtime:
|
|
89
|
+
- '0.039724'
|
|
90
|
+
X-Ua-Compatible:
|
|
91
|
+
- IE=Edge,chrome=1
|
|
92
|
+
Content-Length:
|
|
93
|
+
- '18'
|
|
94
|
+
Connection:
|
|
95
|
+
- keep-alive
|
|
96
|
+
body:
|
|
97
|
+
encoding: US-ASCII
|
|
98
|
+
string: ! '[{"success":true}]'
|
|
99
|
+
http_version:
|
|
100
|
+
recorded_at: Wed, 17 Apr 2013 07:34:57 GMT
|
|
101
|
+
- request:
|
|
102
|
+
method: post
|
|
103
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/installations
|
|
104
|
+
body:
|
|
105
|
+
encoding: UTF-8
|
|
106
|
+
string: ! '{"deviceToken":"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef","channels":[""]}'
|
|
107
|
+
headers:
|
|
108
|
+
Accept:
|
|
109
|
+
- ! '*/*; q=0.5, application/xml'
|
|
110
|
+
Accept-Encoding:
|
|
111
|
+
- gzip, deflate
|
|
112
|
+
Content-Type:
|
|
113
|
+
- application/json
|
|
114
|
+
Content-Length:
|
|
115
|
+
- '98'
|
|
116
|
+
User-Agent:
|
|
117
|
+
- Ruby
|
|
118
|
+
response:
|
|
119
|
+
status:
|
|
120
|
+
code: 400
|
|
121
|
+
message: Bad Request
|
|
122
|
+
headers:
|
|
123
|
+
Cache-Control:
|
|
124
|
+
- no-cache
|
|
125
|
+
Content-Type:
|
|
126
|
+
- application/json; charset=utf-8
|
|
127
|
+
Date:
|
|
128
|
+
- Wed, 17 Apr 2013 07:34:57 GMT
|
|
129
|
+
Server:
|
|
130
|
+
- nginx/1.2.2
|
|
131
|
+
Set-Cookie:
|
|
132
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOTI2YTgyNTE0YzVkNTZjZDlmODNkMTQ5OTUxM2FmODQ%3D--29e0b557f2f30f6d99ce573015c861533a9f32ed;
|
|
133
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:34:57 GMT; secure;
|
|
134
|
+
HttpOnly
|
|
135
|
+
Status:
|
|
136
|
+
- 400 Bad Request
|
|
137
|
+
X-Runtime:
|
|
138
|
+
- '0.032145'
|
|
139
|
+
X-Ua-Compatible:
|
|
140
|
+
- IE=Edge,chrome=1
|
|
141
|
+
Content-Length:
|
|
142
|
+
- '69'
|
|
143
|
+
Connection:
|
|
144
|
+
- keep-alive
|
|
145
|
+
body:
|
|
146
|
+
encoding: US-ASCII
|
|
147
|
+
string: ! '{"code":135,"error":"deviceType must be specified in this operation"}'
|
|
148
|
+
http_version:
|
|
149
|
+
recorded_at: Wed, 17 Apr 2013 07:34:57 GMT
|
|
150
|
+
- request:
|
|
151
|
+
method: get
|
|
152
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/installations?where=%7B%7D
|
|
153
|
+
body:
|
|
154
|
+
encoding: US-ASCII
|
|
155
|
+
string: ''
|
|
156
|
+
headers:
|
|
157
|
+
Accept:
|
|
158
|
+
- ! '*/*; q=0.5, application/xml'
|
|
159
|
+
Accept-Encoding:
|
|
160
|
+
- gzip, deflate
|
|
161
|
+
User-Agent:
|
|
162
|
+
- Ruby
|
|
163
|
+
response:
|
|
164
|
+
status:
|
|
165
|
+
code: 200
|
|
166
|
+
message: OK
|
|
167
|
+
headers:
|
|
168
|
+
Cache-Control:
|
|
169
|
+
- max-age=0, private, must-revalidate
|
|
170
|
+
Content-Type:
|
|
171
|
+
- application/json; charset=utf-8
|
|
172
|
+
Date:
|
|
173
|
+
- Wed, 17 Apr 2013 20:09:19 GMT
|
|
174
|
+
Etag:
|
|
175
|
+
- ! '"4b27bc5844789206e0cd03fb585709ca"'
|
|
176
|
+
Server:
|
|
177
|
+
- nginx/1.2.2
|
|
178
|
+
Set-Cookie:
|
|
179
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2NhNGVhNDg3NTVlZTExMDBiYWVmZTUwNDEwMmY2NWM%3D--d3a0c679978f5e07edd42f432fe47734344dac64;
|
|
180
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:09:19 GMT; secure;
|
|
181
|
+
HttpOnly
|
|
182
|
+
Status:
|
|
183
|
+
- 200 OK
|
|
184
|
+
X-Runtime:
|
|
185
|
+
- '0.037151'
|
|
186
|
+
X-Ua-Compatible:
|
|
187
|
+
- IE=Edge,chrome=1
|
|
188
|
+
Content-Length:
|
|
189
|
+
- '233'
|
|
190
|
+
Connection:
|
|
191
|
+
- keep-alive
|
|
192
|
+
body:
|
|
193
|
+
encoding: US-ASCII
|
|
194
|
+
string: ! '{"results":[{"deviceType":"ios","deviceToken":"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef","channels":[""],"createdAt":"2013-04-17T20:09:19.512Z","updatedAt":"2013-04-17T20:09:19.512Z","objectId":"RKSVgbs6IJ"}]}'
|
|
195
|
+
http_version:
|
|
196
|
+
recorded_at: Wed, 17 Apr 2013 20:09:19 GMT
|
|
197
|
+
- request:
|
|
198
|
+
method: post
|
|
199
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/batch
|
|
200
|
+
body:
|
|
201
|
+
encoding: UTF-8
|
|
202
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/installations/RKSVgbs6IJ"}]}'
|
|
203
|
+
headers:
|
|
204
|
+
Accept:
|
|
205
|
+
- ! '*/*; q=0.5, application/xml'
|
|
206
|
+
Accept-Encoding:
|
|
207
|
+
- gzip, deflate
|
|
208
|
+
Content-Type:
|
|
209
|
+
- application/json
|
|
210
|
+
Content-Length:
|
|
211
|
+
- '71'
|
|
212
|
+
User-Agent:
|
|
213
|
+
- Ruby
|
|
214
|
+
response:
|
|
215
|
+
status:
|
|
216
|
+
code: 200
|
|
217
|
+
message: OK
|
|
218
|
+
headers:
|
|
219
|
+
Cache-Control:
|
|
220
|
+
- max-age=0, private, must-revalidate
|
|
221
|
+
Content-Type:
|
|
222
|
+
- application/json; charset=utf-8
|
|
223
|
+
Date:
|
|
224
|
+
- Wed, 17 Apr 2013 20:09:19 GMT
|
|
225
|
+
Etag:
|
|
226
|
+
- ! '"6abe125b20486fefa07552105cea58f3"'
|
|
227
|
+
Server:
|
|
228
|
+
- nginx/1.2.2
|
|
229
|
+
Set-Cookie:
|
|
230
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMmVkYWVkYTQxZTZkYTIyZWU4MDdjN2Y0NDRiMjMzMDg%3D--30fea2b47b6f9c67a6048bc11c99f7078cbc29e5;
|
|
231
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:09:19 GMT; secure;
|
|
232
|
+
HttpOnly
|
|
233
|
+
Status:
|
|
234
|
+
- 200 OK
|
|
235
|
+
X-Runtime:
|
|
236
|
+
- '0.034625'
|
|
237
|
+
X-Ua-Compatible:
|
|
238
|
+
- IE=Edge,chrome=1
|
|
239
|
+
Content-Length:
|
|
240
|
+
- '18'
|
|
241
|
+
Connection:
|
|
242
|
+
- keep-alive
|
|
243
|
+
body:
|
|
244
|
+
encoding: US-ASCII
|
|
245
|
+
string: ! '[{"success":true}]'
|
|
246
|
+
http_version:
|
|
247
|
+
recorded_at: Wed, 17 Apr 2013 20:09:19 GMT
|
|
248
|
+
- request:
|
|
249
|
+
method: post
|
|
250
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/installations
|
|
251
|
+
body:
|
|
252
|
+
encoding: UTF-8
|
|
253
|
+
string: ! '{"deviceToken":"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef","channels":[""]}'
|
|
254
|
+
headers:
|
|
255
|
+
Accept:
|
|
256
|
+
- ! '*/*; q=0.5, application/xml'
|
|
257
|
+
Accept-Encoding:
|
|
258
|
+
- gzip, deflate
|
|
259
|
+
Content-Type:
|
|
260
|
+
- application/json
|
|
261
|
+
Content-Length:
|
|
262
|
+
- '98'
|
|
263
|
+
User-Agent:
|
|
264
|
+
- Ruby
|
|
265
|
+
response:
|
|
266
|
+
status:
|
|
267
|
+
code: 400
|
|
268
|
+
message: Bad Request
|
|
269
|
+
headers:
|
|
270
|
+
Cache-Control:
|
|
271
|
+
- no-cache
|
|
272
|
+
Content-Type:
|
|
273
|
+
- application/json; charset=utf-8
|
|
274
|
+
Date:
|
|
275
|
+
- Wed, 17 Apr 2013 20:09:19 GMT
|
|
276
|
+
Server:
|
|
277
|
+
- nginx/1.2.2
|
|
278
|
+
Set-Cookie:
|
|
279
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNTQ4NzIxZTkzYTRjMjBlZjkyNThkNzRlZjJjZTk5OTQ%3D--dd52d0db23491d4fade19562b2d1787ec0af3b17;
|
|
280
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:09:19 GMT; secure;
|
|
281
|
+
HttpOnly
|
|
282
|
+
Status:
|
|
283
|
+
- 400 Bad Request
|
|
284
|
+
X-Runtime:
|
|
285
|
+
- '0.036429'
|
|
286
|
+
X-Ua-Compatible:
|
|
287
|
+
- IE=Edge,chrome=1
|
|
288
|
+
Content-Length:
|
|
289
|
+
- '69'
|
|
290
|
+
Connection:
|
|
291
|
+
- keep-alive
|
|
292
|
+
body:
|
|
293
|
+
encoding: US-ASCII
|
|
294
|
+
string: ! '{"code":135,"error":"deviceType must be specified in this operation"}'
|
|
295
|
+
http_version:
|
|
296
|
+
recorded_at: Wed, 17 Apr 2013 20:09:19 GMT
|
|
297
|
+
recorded_with: VCR 2.4.0
|
|
@@ -1,5 +1,1013 @@
|
|
|
1
1
|
---
|
|
2
2
|
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?where=%7B%7D
|
|
6
|
+
body:
|
|
7
|
+
encoding: US-ASCII
|
|
8
|
+
string: ''
|
|
9
|
+
headers:
|
|
10
|
+
Accept:
|
|
11
|
+
- ! '*/*; q=0.5, application/xml'
|
|
12
|
+
Accept-Encoding:
|
|
13
|
+
- gzip, deflate
|
|
14
|
+
User-Agent:
|
|
15
|
+
- Ruby
|
|
16
|
+
response:
|
|
17
|
+
status:
|
|
18
|
+
code: 200
|
|
19
|
+
message: OK
|
|
20
|
+
headers:
|
|
21
|
+
Cache-Control:
|
|
22
|
+
- max-age=0, private, must-revalidate
|
|
23
|
+
Content-Type:
|
|
24
|
+
- application/json; charset=utf-8
|
|
25
|
+
Date:
|
|
26
|
+
- Wed, 17 Apr 2013 06:27:26 GMT
|
|
27
|
+
Etag:
|
|
28
|
+
- ! '"2d8d75fd73a3be16a4e2c0fd7eedf14e"'
|
|
29
|
+
Server:
|
|
30
|
+
- nginx/1.2.2
|
|
31
|
+
Set-Cookie:
|
|
32
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMDYyYTVlMmI4OTk4NDE2MzdhZjlmNTljMzk5ZmZkODk%3D--a0edf10f9cc430ed8fa2be2de65dddeb3bf5f059;
|
|
33
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:26 GMT; secure;
|
|
34
|
+
HttpOnly
|
|
35
|
+
Status:
|
|
36
|
+
- 200 OK
|
|
37
|
+
X-Runtime:
|
|
38
|
+
- '0.032736'
|
|
39
|
+
X-Ua-Compatible:
|
|
40
|
+
- IE=Edge,chrome=1
|
|
41
|
+
Content-Length:
|
|
42
|
+
- '138'
|
|
43
|
+
Connection:
|
|
44
|
+
- keep-alive
|
|
45
|
+
body:
|
|
46
|
+
encoding: US-ASCII
|
|
47
|
+
string: ! '{"results":[{"title":"testing id","createdAt":"2013-04-17T06:27:26.319Z","updatedAt":"2013-04-17T06:27:26.319Z","objectId":"Msj6W7Rhny"}]}'
|
|
48
|
+
http_version:
|
|
49
|
+
recorded_at: Wed, 17 Apr 2013 06:27:26 GMT
|
|
50
|
+
- request:
|
|
51
|
+
method: post
|
|
52
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/batch
|
|
53
|
+
body:
|
|
54
|
+
encoding: UTF-8
|
|
55
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/classes/Post/Msj6W7Rhny"}]}'
|
|
56
|
+
headers:
|
|
57
|
+
Accept:
|
|
58
|
+
- ! '*/*; q=0.5, application/xml'
|
|
59
|
+
Accept-Encoding:
|
|
60
|
+
- gzip, deflate
|
|
61
|
+
Content-Type:
|
|
62
|
+
- application/json
|
|
63
|
+
Content-Length:
|
|
64
|
+
- '70'
|
|
65
|
+
User-Agent:
|
|
66
|
+
- Ruby
|
|
67
|
+
response:
|
|
68
|
+
status:
|
|
69
|
+
code: 200
|
|
70
|
+
message: OK
|
|
71
|
+
headers:
|
|
72
|
+
Cache-Control:
|
|
73
|
+
- max-age=0, private, must-revalidate
|
|
74
|
+
Content-Type:
|
|
75
|
+
- application/json; charset=utf-8
|
|
76
|
+
Date:
|
|
77
|
+
- Wed, 17 Apr 2013 06:27:27 GMT
|
|
78
|
+
Etag:
|
|
79
|
+
- ! '"6abe125b20486fefa07552105cea58f3"'
|
|
80
|
+
Server:
|
|
81
|
+
- nginx/1.2.2
|
|
82
|
+
Set-Cookie:
|
|
83
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMjc5YmUwMmRhYzM4OGQ4ZWEyNTU0N2JiNWQ4MmI3NmI%3D--e0d79891aef799c1506d05e1def1278e9420c826;
|
|
84
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:27 GMT; secure;
|
|
85
|
+
HttpOnly
|
|
86
|
+
Status:
|
|
87
|
+
- 200 OK
|
|
88
|
+
X-Runtime:
|
|
89
|
+
- '0.031648'
|
|
90
|
+
X-Ua-Compatible:
|
|
91
|
+
- IE=Edge,chrome=1
|
|
92
|
+
Content-Length:
|
|
93
|
+
- '18'
|
|
94
|
+
Connection:
|
|
95
|
+
- keep-alive
|
|
96
|
+
body:
|
|
97
|
+
encoding: US-ASCII
|
|
98
|
+
string: ! '[{"success":true}]'
|
|
99
|
+
http_version:
|
|
100
|
+
recorded_at: Wed, 17 Apr 2013 06:27:27 GMT
|
|
101
|
+
- request:
|
|
102
|
+
method: post
|
|
103
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
104
|
+
body:
|
|
105
|
+
encoding: UTF-8
|
|
106
|
+
string: ! '{"title":"foo_0"}'
|
|
107
|
+
headers:
|
|
108
|
+
Accept:
|
|
109
|
+
- ! '*/*; q=0.5, application/xml'
|
|
110
|
+
Accept-Encoding:
|
|
111
|
+
- gzip, deflate
|
|
112
|
+
Content-Type:
|
|
113
|
+
- application/json
|
|
114
|
+
Content-Length:
|
|
115
|
+
- '17'
|
|
116
|
+
User-Agent:
|
|
117
|
+
- Ruby
|
|
118
|
+
response:
|
|
119
|
+
status:
|
|
120
|
+
code: 201
|
|
121
|
+
message: Created
|
|
122
|
+
headers:
|
|
123
|
+
Cache-Control:
|
|
124
|
+
- no-cache
|
|
125
|
+
Content-Type:
|
|
126
|
+
- application/json; charset=utf-8
|
|
127
|
+
Date:
|
|
128
|
+
- Wed, 17 Apr 2013 06:27:27 GMT
|
|
129
|
+
Location:
|
|
130
|
+
- https://api.parse.com/1/classes/Post/4Ons1noX5m
|
|
131
|
+
Server:
|
|
132
|
+
- nginx/1.2.2
|
|
133
|
+
Set-Cookie:
|
|
134
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjI4ZWMxN2YwNmVjODE5MjY3NDdlYzcyMjM0NDRjMGM%3D--e04cb5b378bf37cfed47b9fabb4c557981a156d6;
|
|
135
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:27 GMT; secure;
|
|
136
|
+
HttpOnly
|
|
137
|
+
Status:
|
|
138
|
+
- 201 Created
|
|
139
|
+
X-Runtime:
|
|
140
|
+
- '0.044020'
|
|
141
|
+
X-Ua-Compatible:
|
|
142
|
+
- IE=Edge,chrome=1
|
|
143
|
+
Content-Length:
|
|
144
|
+
- '64'
|
|
145
|
+
Connection:
|
|
146
|
+
- keep-alive
|
|
147
|
+
body:
|
|
148
|
+
encoding: US-ASCII
|
|
149
|
+
string: ! '{"createdAt":"2013-04-17T06:27:27.876Z","objectId":"4Ons1noX5m"}'
|
|
150
|
+
http_version:
|
|
151
|
+
recorded_at: Wed, 17 Apr 2013 06:27:27 GMT
|
|
152
|
+
- request:
|
|
153
|
+
method: post
|
|
154
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
155
|
+
body:
|
|
156
|
+
encoding: UTF-8
|
|
157
|
+
string: ! '{"title":"foo_1"}'
|
|
158
|
+
headers:
|
|
159
|
+
Accept:
|
|
160
|
+
- ! '*/*; q=0.5, application/xml'
|
|
161
|
+
Accept-Encoding:
|
|
162
|
+
- gzip, deflate
|
|
163
|
+
Content-Type:
|
|
164
|
+
- application/json
|
|
165
|
+
Content-Length:
|
|
166
|
+
- '17'
|
|
167
|
+
User-Agent:
|
|
168
|
+
- Ruby
|
|
169
|
+
response:
|
|
170
|
+
status:
|
|
171
|
+
code: 201
|
|
172
|
+
message: Created
|
|
173
|
+
headers:
|
|
174
|
+
Cache-Control:
|
|
175
|
+
- no-cache
|
|
176
|
+
Content-Type:
|
|
177
|
+
- application/json; charset=utf-8
|
|
178
|
+
Date:
|
|
179
|
+
- Wed, 17 Apr 2013 06:27:28 GMT
|
|
180
|
+
Location:
|
|
181
|
+
- https://api.parse.com/1/classes/Post/hott7nIPrz
|
|
182
|
+
Server:
|
|
183
|
+
- nginx/1.2.2
|
|
184
|
+
Set-Cookie:
|
|
185
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOTA0NDk4ZDhkOTQxMzU0MDFkMTA3ODAxYjg1MGM5ZTE%3D--b21591f7bf844f843e8f13d7a0ea3925e3a1bec6;
|
|
186
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:28 GMT; secure;
|
|
187
|
+
HttpOnly
|
|
188
|
+
Status:
|
|
189
|
+
- 201 Created
|
|
190
|
+
X-Runtime:
|
|
191
|
+
- '0.031069'
|
|
192
|
+
X-Ua-Compatible:
|
|
193
|
+
- IE=Edge,chrome=1
|
|
194
|
+
Content-Length:
|
|
195
|
+
- '64'
|
|
196
|
+
Connection:
|
|
197
|
+
- keep-alive
|
|
198
|
+
body:
|
|
199
|
+
encoding: US-ASCII
|
|
200
|
+
string: ! '{"createdAt":"2013-04-17T06:27:28.427Z","objectId":"hott7nIPrz"}'
|
|
201
|
+
http_version:
|
|
202
|
+
recorded_at: Wed, 17 Apr 2013 06:27:28 GMT
|
|
203
|
+
- request:
|
|
204
|
+
method: post
|
|
205
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
206
|
+
body:
|
|
207
|
+
encoding: UTF-8
|
|
208
|
+
string: ! '{"title":"foo_2"}'
|
|
209
|
+
headers:
|
|
210
|
+
Accept:
|
|
211
|
+
- ! '*/*; q=0.5, application/xml'
|
|
212
|
+
Accept-Encoding:
|
|
213
|
+
- gzip, deflate
|
|
214
|
+
Content-Type:
|
|
215
|
+
- application/json
|
|
216
|
+
Content-Length:
|
|
217
|
+
- '17'
|
|
218
|
+
User-Agent:
|
|
219
|
+
- Ruby
|
|
220
|
+
response:
|
|
221
|
+
status:
|
|
222
|
+
code: 201
|
|
223
|
+
message: Created
|
|
224
|
+
headers:
|
|
225
|
+
Cache-Control:
|
|
226
|
+
- no-cache
|
|
227
|
+
Content-Type:
|
|
228
|
+
- application/json; charset=utf-8
|
|
229
|
+
Date:
|
|
230
|
+
- Wed, 17 Apr 2013 06:27:28 GMT
|
|
231
|
+
Location:
|
|
232
|
+
- https://api.parse.com/1/classes/Post/D97g9wu5YA
|
|
233
|
+
Server:
|
|
234
|
+
- nginx/1.2.2
|
|
235
|
+
Set-Cookie:
|
|
236
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZWUwZTU5OWYzZDkyNzliMTMwNTI1ZjEwODY3YWNlMDI%3D--4508cebb78051aa8c5fedda8cb77518eec3dc3b6;
|
|
237
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:28 GMT; secure;
|
|
238
|
+
HttpOnly
|
|
239
|
+
Status:
|
|
240
|
+
- 201 Created
|
|
241
|
+
X-Runtime:
|
|
242
|
+
- '0.034991'
|
|
243
|
+
X-Ua-Compatible:
|
|
244
|
+
- IE=Edge,chrome=1
|
|
245
|
+
Content-Length:
|
|
246
|
+
- '64'
|
|
247
|
+
Connection:
|
|
248
|
+
- keep-alive
|
|
249
|
+
body:
|
|
250
|
+
encoding: US-ASCII
|
|
251
|
+
string: ! '{"createdAt":"2013-04-17T06:27:28.959Z","objectId":"D97g9wu5YA"}'
|
|
252
|
+
http_version:
|
|
253
|
+
recorded_at: Wed, 17 Apr 2013 06:27:29 GMT
|
|
254
|
+
- request:
|
|
255
|
+
method: post
|
|
256
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
257
|
+
body:
|
|
258
|
+
encoding: UTF-8
|
|
259
|
+
string: ! '{"title":"foo_3"}'
|
|
260
|
+
headers:
|
|
261
|
+
Accept:
|
|
262
|
+
- ! '*/*; q=0.5, application/xml'
|
|
263
|
+
Accept-Encoding:
|
|
264
|
+
- gzip, deflate
|
|
265
|
+
Content-Type:
|
|
266
|
+
- application/json
|
|
267
|
+
Content-Length:
|
|
268
|
+
- '17'
|
|
269
|
+
User-Agent:
|
|
270
|
+
- Ruby
|
|
271
|
+
response:
|
|
272
|
+
status:
|
|
273
|
+
code: 201
|
|
274
|
+
message: Created
|
|
275
|
+
headers:
|
|
276
|
+
Cache-Control:
|
|
277
|
+
- no-cache
|
|
278
|
+
Content-Type:
|
|
279
|
+
- application/json; charset=utf-8
|
|
280
|
+
Date:
|
|
281
|
+
- Wed, 17 Apr 2013 06:27:29 GMT
|
|
282
|
+
Location:
|
|
283
|
+
- https://api.parse.com/1/classes/Post/qCS3Yxhxl3
|
|
284
|
+
Server:
|
|
285
|
+
- nginx/1.2.2
|
|
286
|
+
Set-Cookie:
|
|
287
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjU3ZThhOTQxNWRhOWQ0Y2Y0M2FmM2I2MjIxY2YzNjI%3D--3ab4e47c02c16b803c025991aa68f3791936f4c8;
|
|
288
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:29 GMT; secure;
|
|
289
|
+
HttpOnly
|
|
290
|
+
Status:
|
|
291
|
+
- 201 Created
|
|
292
|
+
X-Runtime:
|
|
293
|
+
- '0.193454'
|
|
294
|
+
X-Ua-Compatible:
|
|
295
|
+
- IE=Edge,chrome=1
|
|
296
|
+
Content-Length:
|
|
297
|
+
- '64'
|
|
298
|
+
Connection:
|
|
299
|
+
- keep-alive
|
|
300
|
+
body:
|
|
301
|
+
encoding: US-ASCII
|
|
302
|
+
string: ! '{"createdAt":"2013-04-17T06:27:29.660Z","objectId":"qCS3Yxhxl3"}'
|
|
303
|
+
http_version:
|
|
304
|
+
recorded_at: Wed, 17 Apr 2013 06:27:29 GMT
|
|
305
|
+
- request:
|
|
306
|
+
method: post
|
|
307
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
308
|
+
body:
|
|
309
|
+
encoding: UTF-8
|
|
310
|
+
string: ! '{"title":"foo_4"}'
|
|
311
|
+
headers:
|
|
312
|
+
Accept:
|
|
313
|
+
- ! '*/*; q=0.5, application/xml'
|
|
314
|
+
Accept-Encoding:
|
|
315
|
+
- gzip, deflate
|
|
316
|
+
Content-Type:
|
|
317
|
+
- application/json
|
|
318
|
+
Content-Length:
|
|
319
|
+
- '17'
|
|
320
|
+
User-Agent:
|
|
321
|
+
- Ruby
|
|
322
|
+
response:
|
|
323
|
+
status:
|
|
324
|
+
code: 201
|
|
325
|
+
message: Created
|
|
326
|
+
headers:
|
|
327
|
+
Cache-Control:
|
|
328
|
+
- no-cache
|
|
329
|
+
Content-Type:
|
|
330
|
+
- application/json; charset=utf-8
|
|
331
|
+
Date:
|
|
332
|
+
- Wed, 17 Apr 2013 06:27:30 GMT
|
|
333
|
+
Location:
|
|
334
|
+
- https://api.parse.com/1/classes/Post/e4yD9wcLe5
|
|
335
|
+
Server:
|
|
336
|
+
- nginx/1.2.2
|
|
337
|
+
Set-Cookie:
|
|
338
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjA0N2JlNzE1NjFmNTMwZGUwNmRjYjk1YjMzOWQ4YmQ%3D--570c4be71a018c9666c43412422f8fdf5318bf03;
|
|
339
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:30 GMT; secure;
|
|
340
|
+
HttpOnly
|
|
341
|
+
Status:
|
|
342
|
+
- 201 Created
|
|
343
|
+
X-Runtime:
|
|
344
|
+
- '0.035087'
|
|
345
|
+
X-Ua-Compatible:
|
|
346
|
+
- IE=Edge,chrome=1
|
|
347
|
+
Content-Length:
|
|
348
|
+
- '64'
|
|
349
|
+
Connection:
|
|
350
|
+
- keep-alive
|
|
351
|
+
body:
|
|
352
|
+
encoding: US-ASCII
|
|
353
|
+
string: ! '{"createdAt":"2013-04-17T06:27:30.476Z","objectId":"e4yD9wcLe5"}'
|
|
354
|
+
http_version:
|
|
355
|
+
recorded_at: Wed, 17 Apr 2013 06:27:30 GMT
|
|
356
|
+
- request:
|
|
357
|
+
method: post
|
|
358
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
359
|
+
body:
|
|
360
|
+
encoding: UTF-8
|
|
361
|
+
string: ! '{"title":"foo_5"}'
|
|
362
|
+
headers:
|
|
363
|
+
Accept:
|
|
364
|
+
- ! '*/*; q=0.5, application/xml'
|
|
365
|
+
Accept-Encoding:
|
|
366
|
+
- gzip, deflate
|
|
367
|
+
Content-Type:
|
|
368
|
+
- application/json
|
|
369
|
+
Content-Length:
|
|
370
|
+
- '17'
|
|
371
|
+
User-Agent:
|
|
372
|
+
- Ruby
|
|
373
|
+
response:
|
|
374
|
+
status:
|
|
375
|
+
code: 201
|
|
376
|
+
message: Created
|
|
377
|
+
headers:
|
|
378
|
+
Cache-Control:
|
|
379
|
+
- no-cache
|
|
380
|
+
Content-Type:
|
|
381
|
+
- application/json; charset=utf-8
|
|
382
|
+
Date:
|
|
383
|
+
- Wed, 17 Apr 2013 06:27:31 GMT
|
|
384
|
+
Location:
|
|
385
|
+
- https://api.parse.com/1/classes/Post/u4kys4tF0x
|
|
386
|
+
Server:
|
|
387
|
+
- nginx/1.2.2
|
|
388
|
+
Set-Cookie:
|
|
389
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMmJlZTk4MWYxOTJjNmFmNTUyNWFhMTg2MTdmMWY2M2Q%3D--1d2cac03b2ce57824a1ab088c43053c5cafcb245;
|
|
390
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:31 GMT; secure;
|
|
391
|
+
HttpOnly
|
|
392
|
+
Status:
|
|
393
|
+
- 201 Created
|
|
394
|
+
X-Runtime:
|
|
395
|
+
- '0.030919'
|
|
396
|
+
X-Ua-Compatible:
|
|
397
|
+
- IE=Edge,chrome=1
|
|
398
|
+
Content-Length:
|
|
399
|
+
- '64'
|
|
400
|
+
Connection:
|
|
401
|
+
- keep-alive
|
|
402
|
+
body:
|
|
403
|
+
encoding: US-ASCII
|
|
404
|
+
string: ! '{"createdAt":"2013-04-17T06:27:31.015Z","objectId":"u4kys4tF0x"}'
|
|
405
|
+
http_version:
|
|
406
|
+
recorded_at: Wed, 17 Apr 2013 06:27:31 GMT
|
|
407
|
+
- request:
|
|
408
|
+
method: post
|
|
409
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
410
|
+
body:
|
|
411
|
+
encoding: UTF-8
|
|
412
|
+
string: ! '{"title":"foo_6"}'
|
|
413
|
+
headers:
|
|
414
|
+
Accept:
|
|
415
|
+
- ! '*/*; q=0.5, application/xml'
|
|
416
|
+
Accept-Encoding:
|
|
417
|
+
- gzip, deflate
|
|
418
|
+
Content-Type:
|
|
419
|
+
- application/json
|
|
420
|
+
Content-Length:
|
|
421
|
+
- '17'
|
|
422
|
+
User-Agent:
|
|
423
|
+
- Ruby
|
|
424
|
+
response:
|
|
425
|
+
status:
|
|
426
|
+
code: 201
|
|
427
|
+
message: Created
|
|
428
|
+
headers:
|
|
429
|
+
Cache-Control:
|
|
430
|
+
- no-cache
|
|
431
|
+
Content-Type:
|
|
432
|
+
- application/json; charset=utf-8
|
|
433
|
+
Date:
|
|
434
|
+
- Wed, 17 Apr 2013 06:27:31 GMT
|
|
435
|
+
Location:
|
|
436
|
+
- https://api.parse.com/1/classes/Post/M0tJ4AdeFb
|
|
437
|
+
Server:
|
|
438
|
+
- nginx/1.2.2
|
|
439
|
+
Set-Cookie:
|
|
440
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZmEzZTJiNzc0Y2U5YzFlNmU4ODhjNjY4MWRiYmI3Y2I%3D--32d6f269c503cbf9a8cb4c42de13f259ae3be470;
|
|
441
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:31 GMT; secure;
|
|
442
|
+
HttpOnly
|
|
443
|
+
Status:
|
|
444
|
+
- 201 Created
|
|
445
|
+
X-Runtime:
|
|
446
|
+
- '0.032590'
|
|
447
|
+
X-Ua-Compatible:
|
|
448
|
+
- IE=Edge,chrome=1
|
|
449
|
+
Content-Length:
|
|
450
|
+
- '64'
|
|
451
|
+
Connection:
|
|
452
|
+
- keep-alive
|
|
453
|
+
body:
|
|
454
|
+
encoding: US-ASCII
|
|
455
|
+
string: ! '{"createdAt":"2013-04-17T06:27:31.563Z","objectId":"M0tJ4AdeFb"}'
|
|
456
|
+
http_version:
|
|
457
|
+
recorded_at: Wed, 17 Apr 2013 06:27:31 GMT
|
|
458
|
+
- request:
|
|
459
|
+
method: post
|
|
460
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
461
|
+
body:
|
|
462
|
+
encoding: UTF-8
|
|
463
|
+
string: ! '{"title":"foo_7"}'
|
|
464
|
+
headers:
|
|
465
|
+
Accept:
|
|
466
|
+
- ! '*/*; q=0.5, application/xml'
|
|
467
|
+
Accept-Encoding:
|
|
468
|
+
- gzip, deflate
|
|
469
|
+
Content-Type:
|
|
470
|
+
- application/json
|
|
471
|
+
Content-Length:
|
|
472
|
+
- '17'
|
|
473
|
+
User-Agent:
|
|
474
|
+
- Ruby
|
|
475
|
+
response:
|
|
476
|
+
status:
|
|
477
|
+
code: 201
|
|
478
|
+
message: Created
|
|
479
|
+
headers:
|
|
480
|
+
Cache-Control:
|
|
481
|
+
- no-cache
|
|
482
|
+
Content-Type:
|
|
483
|
+
- application/json; charset=utf-8
|
|
484
|
+
Date:
|
|
485
|
+
- Wed, 17 Apr 2013 06:27:32 GMT
|
|
486
|
+
Location:
|
|
487
|
+
- https://api.parse.com/1/classes/Post/lbQqymgP1W
|
|
488
|
+
Server:
|
|
489
|
+
- nginx/1.2.2
|
|
490
|
+
Set-Cookie:
|
|
491
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMWVhMTA2ZDFjNjExM2U5MjA5ODc2MGExODM4NDAzMWQ%3D--d13fe966b483614a4b12ea8d9f1fba4c6f30207d;
|
|
492
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:32 GMT; secure;
|
|
493
|
+
HttpOnly
|
|
494
|
+
Status:
|
|
495
|
+
- 201 Created
|
|
496
|
+
X-Runtime:
|
|
497
|
+
- '0.040071'
|
|
498
|
+
X-Ua-Compatible:
|
|
499
|
+
- IE=Edge,chrome=1
|
|
500
|
+
Content-Length:
|
|
501
|
+
- '64'
|
|
502
|
+
Connection:
|
|
503
|
+
- keep-alive
|
|
504
|
+
body:
|
|
505
|
+
encoding: US-ASCII
|
|
506
|
+
string: ! '{"createdAt":"2013-04-17T06:27:32.117Z","objectId":"lbQqymgP1W"}'
|
|
507
|
+
http_version:
|
|
508
|
+
recorded_at: Wed, 17 Apr 2013 06:27:32 GMT
|
|
509
|
+
- request:
|
|
510
|
+
method: post
|
|
511
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
512
|
+
body:
|
|
513
|
+
encoding: UTF-8
|
|
514
|
+
string: ! '{"title":"foo_8"}'
|
|
515
|
+
headers:
|
|
516
|
+
Accept:
|
|
517
|
+
- ! '*/*; q=0.5, application/xml'
|
|
518
|
+
Accept-Encoding:
|
|
519
|
+
- gzip, deflate
|
|
520
|
+
Content-Type:
|
|
521
|
+
- application/json
|
|
522
|
+
Content-Length:
|
|
523
|
+
- '17'
|
|
524
|
+
User-Agent:
|
|
525
|
+
- Ruby
|
|
526
|
+
response:
|
|
527
|
+
status:
|
|
528
|
+
code: 201
|
|
529
|
+
message: Created
|
|
530
|
+
headers:
|
|
531
|
+
Cache-Control:
|
|
532
|
+
- no-cache
|
|
533
|
+
Content-Type:
|
|
534
|
+
- application/json; charset=utf-8
|
|
535
|
+
Date:
|
|
536
|
+
- Wed, 17 Apr 2013 06:27:32 GMT
|
|
537
|
+
Location:
|
|
538
|
+
- https://api.parse.com/1/classes/Post/0DCOATiQ0A
|
|
539
|
+
Server:
|
|
540
|
+
- nginx/1.2.2
|
|
541
|
+
Set-Cookie:
|
|
542
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZjcyODYzMzkxN2NhNmZjOTY3MjkzNTYyNjAwZjNiNWM%3D--e5257500e2767ae45b2a08fcb957c745b3ee985e;
|
|
543
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:32 GMT; secure;
|
|
544
|
+
HttpOnly
|
|
545
|
+
Status:
|
|
546
|
+
- 201 Created
|
|
547
|
+
X-Runtime:
|
|
548
|
+
- '0.034744'
|
|
549
|
+
X-Ua-Compatible:
|
|
550
|
+
- IE=Edge,chrome=1
|
|
551
|
+
Content-Length:
|
|
552
|
+
- '64'
|
|
553
|
+
Connection:
|
|
554
|
+
- keep-alive
|
|
555
|
+
body:
|
|
556
|
+
encoding: US-ASCII
|
|
557
|
+
string: ! '{"createdAt":"2013-04-17T06:27:32.677Z","objectId":"0DCOATiQ0A"}'
|
|
558
|
+
http_version:
|
|
559
|
+
recorded_at: Wed, 17 Apr 2013 06:27:32 GMT
|
|
560
|
+
- request:
|
|
561
|
+
method: post
|
|
562
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
563
|
+
body:
|
|
564
|
+
encoding: UTF-8
|
|
565
|
+
string: ! '{"title":"foo_9"}'
|
|
566
|
+
headers:
|
|
567
|
+
Accept:
|
|
568
|
+
- ! '*/*; q=0.5, application/xml'
|
|
569
|
+
Accept-Encoding:
|
|
570
|
+
- gzip, deflate
|
|
571
|
+
Content-Type:
|
|
572
|
+
- application/json
|
|
573
|
+
Content-Length:
|
|
574
|
+
- '17'
|
|
575
|
+
User-Agent:
|
|
576
|
+
- Ruby
|
|
577
|
+
response:
|
|
578
|
+
status:
|
|
579
|
+
code: 201
|
|
580
|
+
message: Created
|
|
581
|
+
headers:
|
|
582
|
+
Cache-Control:
|
|
583
|
+
- no-cache
|
|
584
|
+
Content-Type:
|
|
585
|
+
- application/json; charset=utf-8
|
|
586
|
+
Date:
|
|
587
|
+
- Wed, 17 Apr 2013 06:27:33 GMT
|
|
588
|
+
Location:
|
|
589
|
+
- https://api.parse.com/1/classes/Post/ALt6uednGV
|
|
590
|
+
Server:
|
|
591
|
+
- nginx/1.2.2
|
|
592
|
+
Set-Cookie:
|
|
593
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZjBiYmU1ZGVjYWVlNjljOTJiOTQ5YjMzMjIzNTVmNTI%3D--cfbef9ab65d90d7878748660e6f801a35c715a54;
|
|
594
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:33 GMT; secure;
|
|
595
|
+
HttpOnly
|
|
596
|
+
Status:
|
|
597
|
+
- 201 Created
|
|
598
|
+
X-Runtime:
|
|
599
|
+
- '0.030196'
|
|
600
|
+
X-Ua-Compatible:
|
|
601
|
+
- IE=Edge,chrome=1
|
|
602
|
+
Content-Length:
|
|
603
|
+
- '64'
|
|
604
|
+
Connection:
|
|
605
|
+
- keep-alive
|
|
606
|
+
body:
|
|
607
|
+
encoding: US-ASCII
|
|
608
|
+
string: ! '{"createdAt":"2013-04-17T06:27:33.217Z","objectId":"ALt6uednGV"}'
|
|
609
|
+
http_version:
|
|
610
|
+
recorded_at: Wed, 17 Apr 2013 06:27:33 GMT
|
|
611
|
+
- request:
|
|
612
|
+
method: post
|
|
613
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
614
|
+
body:
|
|
615
|
+
encoding: UTF-8
|
|
616
|
+
string: ! '{"title":"foo_10"}'
|
|
617
|
+
headers:
|
|
618
|
+
Accept:
|
|
619
|
+
- ! '*/*; q=0.5, application/xml'
|
|
620
|
+
Accept-Encoding:
|
|
621
|
+
- gzip, deflate
|
|
622
|
+
Content-Type:
|
|
623
|
+
- application/json
|
|
624
|
+
Content-Length:
|
|
625
|
+
- '18'
|
|
626
|
+
User-Agent:
|
|
627
|
+
- Ruby
|
|
628
|
+
response:
|
|
629
|
+
status:
|
|
630
|
+
code: 201
|
|
631
|
+
message: Created
|
|
632
|
+
headers:
|
|
633
|
+
Cache-Control:
|
|
634
|
+
- no-cache
|
|
635
|
+
Content-Type:
|
|
636
|
+
- application/json; charset=utf-8
|
|
637
|
+
Date:
|
|
638
|
+
- Wed, 17 Apr 2013 06:27:33 GMT
|
|
639
|
+
Location:
|
|
640
|
+
- https://api.parse.com/1/classes/Post/Rdxi1bvHvQ
|
|
641
|
+
Server:
|
|
642
|
+
- nginx/1.2.2
|
|
643
|
+
Set-Cookie:
|
|
644
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjM3NjExZDk0MGM0NTI2ZGQ5ZjliMzFiNjU4NGU1NWM%3D--4c3289f9dc598d21eee0feea9ad94810b8e5fbf0;
|
|
645
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:33 GMT; secure;
|
|
646
|
+
HttpOnly
|
|
647
|
+
Status:
|
|
648
|
+
- 201 Created
|
|
649
|
+
X-Runtime:
|
|
650
|
+
- '0.039696'
|
|
651
|
+
X-Ua-Compatible:
|
|
652
|
+
- IE=Edge,chrome=1
|
|
653
|
+
Content-Length:
|
|
654
|
+
- '64'
|
|
655
|
+
Connection:
|
|
656
|
+
- keep-alive
|
|
657
|
+
body:
|
|
658
|
+
encoding: US-ASCII
|
|
659
|
+
string: ! '{"createdAt":"2013-04-17T06:27:33.768Z","objectId":"Rdxi1bvHvQ"}'
|
|
660
|
+
http_version:
|
|
661
|
+
recorded_at: Wed, 17 Apr 2013 06:27:33 GMT
|
|
662
|
+
- request:
|
|
663
|
+
method: post
|
|
664
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
665
|
+
body:
|
|
666
|
+
encoding: UTF-8
|
|
667
|
+
string: ! '{"title":"foo_11"}'
|
|
668
|
+
headers:
|
|
669
|
+
Accept:
|
|
670
|
+
- ! '*/*; q=0.5, application/xml'
|
|
671
|
+
Accept-Encoding:
|
|
672
|
+
- gzip, deflate
|
|
673
|
+
Content-Type:
|
|
674
|
+
- application/json
|
|
675
|
+
Content-Length:
|
|
676
|
+
- '18'
|
|
677
|
+
User-Agent:
|
|
678
|
+
- Ruby
|
|
679
|
+
response:
|
|
680
|
+
status:
|
|
681
|
+
code: 201
|
|
682
|
+
message: Created
|
|
683
|
+
headers:
|
|
684
|
+
Cache-Control:
|
|
685
|
+
- no-cache
|
|
686
|
+
Content-Type:
|
|
687
|
+
- application/json; charset=utf-8
|
|
688
|
+
Date:
|
|
689
|
+
- Wed, 17 Apr 2013 06:27:34 GMT
|
|
690
|
+
Location:
|
|
691
|
+
- https://api.parse.com/1/classes/Post/4yLsjIHWCU
|
|
692
|
+
Server:
|
|
693
|
+
- nginx/1.2.2
|
|
694
|
+
Set-Cookie:
|
|
695
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMGU5MDcyOWVhMTkzOTEyZDVmMTU2OTUzNDNiY2NiOWI%3D--a7b90266ab4b6ad60b11b7d59581fbe915f6a3eb;
|
|
696
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:34 GMT; secure;
|
|
697
|
+
HttpOnly
|
|
698
|
+
Status:
|
|
699
|
+
- 201 Created
|
|
700
|
+
X-Runtime:
|
|
701
|
+
- '0.034901'
|
|
702
|
+
X-Ua-Compatible:
|
|
703
|
+
- IE=Edge,chrome=1
|
|
704
|
+
Content-Length:
|
|
705
|
+
- '64'
|
|
706
|
+
Connection:
|
|
707
|
+
- keep-alive
|
|
708
|
+
body:
|
|
709
|
+
encoding: US-ASCII
|
|
710
|
+
string: ! '{"createdAt":"2013-04-17T06:27:34.323Z","objectId":"4yLsjIHWCU"}'
|
|
711
|
+
http_version:
|
|
712
|
+
recorded_at: Wed, 17 Apr 2013 06:27:34 GMT
|
|
713
|
+
- request:
|
|
714
|
+
method: post
|
|
715
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
716
|
+
body:
|
|
717
|
+
encoding: UTF-8
|
|
718
|
+
string: ! '{"title":"foo_12"}'
|
|
719
|
+
headers:
|
|
720
|
+
Accept:
|
|
721
|
+
- ! '*/*; q=0.5, application/xml'
|
|
722
|
+
Accept-Encoding:
|
|
723
|
+
- gzip, deflate
|
|
724
|
+
Content-Type:
|
|
725
|
+
- application/json
|
|
726
|
+
Content-Length:
|
|
727
|
+
- '18'
|
|
728
|
+
User-Agent:
|
|
729
|
+
- Ruby
|
|
730
|
+
response:
|
|
731
|
+
status:
|
|
732
|
+
code: 201
|
|
733
|
+
message: Created
|
|
734
|
+
headers:
|
|
735
|
+
Cache-Control:
|
|
736
|
+
- no-cache
|
|
737
|
+
Content-Type:
|
|
738
|
+
- application/json; charset=utf-8
|
|
739
|
+
Date:
|
|
740
|
+
- Wed, 17 Apr 2013 06:27:34 GMT
|
|
741
|
+
Location:
|
|
742
|
+
- https://api.parse.com/1/classes/Post/ZHY6mteg3O
|
|
743
|
+
Server:
|
|
744
|
+
- nginx/1.2.2
|
|
745
|
+
Set-Cookie:
|
|
746
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMWVjMTAwYjgwOTZjODZjOGZjOGRkMjAzODA2Y2Y5OGU%3D--5400fb0ecf4fce8f35fd97d99d0fdf6bd5df20f8;
|
|
747
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:34 GMT; secure;
|
|
748
|
+
HttpOnly
|
|
749
|
+
Status:
|
|
750
|
+
- 201 Created
|
|
751
|
+
X-Runtime:
|
|
752
|
+
- '0.031649'
|
|
753
|
+
X-Ua-Compatible:
|
|
754
|
+
- IE=Edge,chrome=1
|
|
755
|
+
Content-Length:
|
|
756
|
+
- '64'
|
|
757
|
+
Connection:
|
|
758
|
+
- keep-alive
|
|
759
|
+
body:
|
|
760
|
+
encoding: US-ASCII
|
|
761
|
+
string: ! '{"createdAt":"2013-04-17T06:27:34.863Z","objectId":"ZHY6mteg3O"}'
|
|
762
|
+
http_version:
|
|
763
|
+
recorded_at: Wed, 17 Apr 2013 06:27:34 GMT
|
|
764
|
+
- request:
|
|
765
|
+
method: post
|
|
766
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
767
|
+
body:
|
|
768
|
+
encoding: UTF-8
|
|
769
|
+
string: ! '{"title":"foo_13"}'
|
|
770
|
+
headers:
|
|
771
|
+
Accept:
|
|
772
|
+
- ! '*/*; q=0.5, application/xml'
|
|
773
|
+
Accept-Encoding:
|
|
774
|
+
- gzip, deflate
|
|
775
|
+
Content-Type:
|
|
776
|
+
- application/json
|
|
777
|
+
Content-Length:
|
|
778
|
+
- '18'
|
|
779
|
+
User-Agent:
|
|
780
|
+
- Ruby
|
|
781
|
+
response:
|
|
782
|
+
status:
|
|
783
|
+
code: 201
|
|
784
|
+
message: Created
|
|
785
|
+
headers:
|
|
786
|
+
Cache-Control:
|
|
787
|
+
- no-cache
|
|
788
|
+
Content-Type:
|
|
789
|
+
- application/json; charset=utf-8
|
|
790
|
+
Date:
|
|
791
|
+
- Wed, 17 Apr 2013 06:27:35 GMT
|
|
792
|
+
Location:
|
|
793
|
+
- https://api.parse.com/1/classes/Post/0lIlUNNQgX
|
|
794
|
+
Server:
|
|
795
|
+
- nginx/1.2.2
|
|
796
|
+
Set-Cookie:
|
|
797
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNzg2YjIwOGRlMjU4ZTYzYTg0NmRkMTM2NjUwM2ZiNWQ%3D--c2d081fd234358f15e4818069a0561670f016114;
|
|
798
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:35 GMT; secure;
|
|
799
|
+
HttpOnly
|
|
800
|
+
Status:
|
|
801
|
+
- 201 Created
|
|
802
|
+
X-Runtime:
|
|
803
|
+
- '0.029464'
|
|
804
|
+
X-Ua-Compatible:
|
|
805
|
+
- IE=Edge,chrome=1
|
|
806
|
+
Content-Length:
|
|
807
|
+
- '64'
|
|
808
|
+
Connection:
|
|
809
|
+
- keep-alive
|
|
810
|
+
body:
|
|
811
|
+
encoding: US-ASCII
|
|
812
|
+
string: ! '{"createdAt":"2013-04-17T06:27:35.403Z","objectId":"0lIlUNNQgX"}'
|
|
813
|
+
http_version:
|
|
814
|
+
recorded_at: Wed, 17 Apr 2013 06:27:35 GMT
|
|
815
|
+
- request:
|
|
816
|
+
method: post
|
|
817
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post
|
|
818
|
+
body:
|
|
819
|
+
encoding: UTF-8
|
|
820
|
+
string: ! '{"title":"foo_14"}'
|
|
821
|
+
headers:
|
|
822
|
+
Accept:
|
|
823
|
+
- ! '*/*; q=0.5, application/xml'
|
|
824
|
+
Accept-Encoding:
|
|
825
|
+
- gzip, deflate
|
|
826
|
+
Content-Type:
|
|
827
|
+
- application/json
|
|
828
|
+
Content-Length:
|
|
829
|
+
- '18'
|
|
830
|
+
User-Agent:
|
|
831
|
+
- Ruby
|
|
832
|
+
response:
|
|
833
|
+
status:
|
|
834
|
+
code: 201
|
|
835
|
+
message: Created
|
|
836
|
+
headers:
|
|
837
|
+
Cache-Control:
|
|
838
|
+
- no-cache
|
|
839
|
+
Content-Type:
|
|
840
|
+
- application/json; charset=utf-8
|
|
841
|
+
Date:
|
|
842
|
+
- Wed, 17 Apr 2013 06:27:35 GMT
|
|
843
|
+
Location:
|
|
844
|
+
- https://api.parse.com/1/classes/Post/flFWACPBtq
|
|
845
|
+
Server:
|
|
846
|
+
- nginx/1.2.2
|
|
847
|
+
Set-Cookie:
|
|
848
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZGJlNGVlM2IyMDI1MGUxNTAzODNmNDZlYjQ4Y2EwMDA%3D--e6afb97989418c1f7e4005841b8bb0534e63cda3;
|
|
849
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:35 GMT; secure;
|
|
850
|
+
HttpOnly
|
|
851
|
+
Status:
|
|
852
|
+
- 201 Created
|
|
853
|
+
X-Runtime:
|
|
854
|
+
- '0.031737'
|
|
855
|
+
X-Ua-Compatible:
|
|
856
|
+
- IE=Edge,chrome=1
|
|
857
|
+
Content-Length:
|
|
858
|
+
- '64'
|
|
859
|
+
Connection:
|
|
860
|
+
- keep-alive
|
|
861
|
+
body:
|
|
862
|
+
encoding: US-ASCII
|
|
863
|
+
string: ! '{"createdAt":"2013-04-17T06:27:35.943Z","objectId":"flFWACPBtq"}'
|
|
864
|
+
http_version:
|
|
865
|
+
recorded_at: Wed, 17 Apr 2013 06:27:35 GMT
|
|
866
|
+
- request:
|
|
867
|
+
method: get
|
|
868
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?limit=5&where=%7B%7D
|
|
869
|
+
body:
|
|
870
|
+
encoding: US-ASCII
|
|
871
|
+
string: ''
|
|
872
|
+
headers:
|
|
873
|
+
Accept:
|
|
874
|
+
- ! '*/*; q=0.5, application/xml'
|
|
875
|
+
Accept-Encoding:
|
|
876
|
+
- gzip, deflate
|
|
877
|
+
User-Agent:
|
|
878
|
+
- Ruby
|
|
879
|
+
response:
|
|
880
|
+
status:
|
|
881
|
+
code: 200
|
|
882
|
+
message: OK
|
|
883
|
+
headers:
|
|
884
|
+
Cache-Control:
|
|
885
|
+
- max-age=0, private, must-revalidate
|
|
886
|
+
Content-Type:
|
|
887
|
+
- application/json; charset=utf-8
|
|
888
|
+
Date:
|
|
889
|
+
- Wed, 17 Apr 2013 06:27:36 GMT
|
|
890
|
+
Etag:
|
|
891
|
+
- ! '"d4ee3866b47b4de4a480709fb545eaf3"'
|
|
892
|
+
Server:
|
|
893
|
+
- nginx/1.2.2
|
|
894
|
+
Set-Cookie:
|
|
895
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZTVmNWFjOTliMGY3NjdlNzBmYjJjMmNjNDY1YmMxYTM%3D--66ad5e83ae79e498ff56e9514990575b6bba0687;
|
|
896
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 06:27:36 GMT; secure;
|
|
897
|
+
HttpOnly
|
|
898
|
+
Status:
|
|
899
|
+
- 200 OK
|
|
900
|
+
X-Runtime:
|
|
901
|
+
- '0.035386'
|
|
902
|
+
X-Ua-Compatible:
|
|
903
|
+
- IE=Edge,chrome=1
|
|
904
|
+
Content-Length:
|
|
905
|
+
- '613'
|
|
906
|
+
Connection:
|
|
907
|
+
- keep-alive
|
|
908
|
+
body:
|
|
909
|
+
encoding: US-ASCII
|
|
910
|
+
string: ! '{"results":[{"title":"foo_0","createdAt":"2013-04-17T06:27:27.876Z","updatedAt":"2013-04-17T06:27:27.876Z","objectId":"4Ons1noX5m"},{"title":"foo_1","createdAt":"2013-04-17T06:27:28.427Z","updatedAt":"2013-04-17T06:27:28.427Z","objectId":"hott7nIPrz"},{"title":"foo_2","createdAt":"2013-04-17T06:27:28.959Z","updatedAt":"2013-04-17T06:27:28.959Z","objectId":"D97g9wu5YA"},{"title":"foo_3","createdAt":"2013-04-17T06:27:29.660Z","updatedAt":"2013-04-17T06:27:29.660Z","objectId":"qCS3Yxhxl3"},{"title":"foo_4","createdAt":"2013-04-17T06:27:30.476Z","updatedAt":"2013-04-17T06:27:30.476Z","objectId":"e4yD9wcLe5"}]}'
|
|
911
|
+
http_version:
|
|
912
|
+
recorded_at: Wed, 17 Apr 2013 06:27:36 GMT
|
|
913
|
+
- request:
|
|
914
|
+
method: get
|
|
915
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?where=%7B%7D
|
|
916
|
+
body:
|
|
917
|
+
encoding: US-ASCII
|
|
918
|
+
string: ''
|
|
919
|
+
headers:
|
|
920
|
+
Accept:
|
|
921
|
+
- ! '*/*; q=0.5, application/xml'
|
|
922
|
+
Accept-Encoding:
|
|
923
|
+
- gzip, deflate
|
|
924
|
+
User-Agent:
|
|
925
|
+
- Ruby
|
|
926
|
+
response:
|
|
927
|
+
status:
|
|
928
|
+
code: 200
|
|
929
|
+
message: OK
|
|
930
|
+
headers:
|
|
931
|
+
Cache-Control:
|
|
932
|
+
- max-age=0, private, must-revalidate
|
|
933
|
+
Content-Type:
|
|
934
|
+
- application/json; charset=utf-8
|
|
935
|
+
Date:
|
|
936
|
+
- Wed, 17 Apr 2013 20:08:49 GMT
|
|
937
|
+
Etag:
|
|
938
|
+
- ! '"9de750a95f6d54e34bc6bc0fe75623cc"'
|
|
939
|
+
Server:
|
|
940
|
+
- nginx/1.2.2
|
|
941
|
+
Set-Cookie:
|
|
942
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjNkN2I5MmJjMGU1ZGM4MzZlYTdkNzQ4ZjBjNTUyN2I%3D--d0c5f0dc1abeaa5d1d0d27a16f135edaacb0be58;
|
|
943
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:49 GMT; secure;
|
|
944
|
+
HttpOnly
|
|
945
|
+
Status:
|
|
946
|
+
- 200 OK
|
|
947
|
+
X-Runtime:
|
|
948
|
+
- '0.028893'
|
|
949
|
+
X-Ua-Compatible:
|
|
950
|
+
- IE=Edge,chrome=1
|
|
951
|
+
Content-Length:
|
|
952
|
+
- '138'
|
|
953
|
+
Connection:
|
|
954
|
+
- keep-alive
|
|
955
|
+
body:
|
|
956
|
+
encoding: US-ASCII
|
|
957
|
+
string: ! '{"results":[{"title":"testing id","createdAt":"2013-04-17T20:08:49.637Z","updatedAt":"2013-04-17T20:08:49.637Z","objectId":"RdzfM2zluX"}]}'
|
|
958
|
+
http_version:
|
|
959
|
+
recorded_at: Wed, 17 Apr 2013 20:08:49 GMT
|
|
960
|
+
- request:
|
|
961
|
+
method: post
|
|
962
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/batch
|
|
963
|
+
body:
|
|
964
|
+
encoding: UTF-8
|
|
965
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/classes/Post/RdzfM2zluX"}]}'
|
|
966
|
+
headers:
|
|
967
|
+
Accept:
|
|
968
|
+
- ! '*/*; q=0.5, application/xml'
|
|
969
|
+
Accept-Encoding:
|
|
970
|
+
- gzip, deflate
|
|
971
|
+
Content-Type:
|
|
972
|
+
- application/json
|
|
973
|
+
Content-Length:
|
|
974
|
+
- '70'
|
|
975
|
+
User-Agent:
|
|
976
|
+
- Ruby
|
|
977
|
+
response:
|
|
978
|
+
status:
|
|
979
|
+
code: 200
|
|
980
|
+
message: OK
|
|
981
|
+
headers:
|
|
982
|
+
Cache-Control:
|
|
983
|
+
- max-age=0, private, must-revalidate
|
|
984
|
+
Content-Type:
|
|
985
|
+
- application/json; charset=utf-8
|
|
986
|
+
Date:
|
|
987
|
+
- Wed, 17 Apr 2013 20:08:50 GMT
|
|
988
|
+
Etag:
|
|
989
|
+
- ! '"6abe125b20486fefa07552105cea58f3"'
|
|
990
|
+
Server:
|
|
991
|
+
- nginx/1.2.2
|
|
992
|
+
Set-Cookie:
|
|
993
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOThjNzU5ZmQ2Y2NmOTgyYTAxZTU3Nzg3NWE0NDc4OTk%3D--eea1f6f0158b05cca8c412fb3d82bea69cbf663a;
|
|
994
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:50 GMT; secure;
|
|
995
|
+
HttpOnly
|
|
996
|
+
Status:
|
|
997
|
+
- 200 OK
|
|
998
|
+
X-Runtime:
|
|
999
|
+
- '0.030206'
|
|
1000
|
+
X-Ua-Compatible:
|
|
1001
|
+
- IE=Edge,chrome=1
|
|
1002
|
+
Content-Length:
|
|
1003
|
+
- '18'
|
|
1004
|
+
Connection:
|
|
1005
|
+
- keep-alive
|
|
1006
|
+
body:
|
|
1007
|
+
encoding: US-ASCII
|
|
1008
|
+
string: ! '[{"success":true}]'
|
|
1009
|
+
http_version:
|
|
1010
|
+
recorded_at: Wed, 17 Apr 2013 20:08:50 GMT
|
|
3
1011
|
- request:
|
|
4
1012
|
method: post
|
|
5
1013
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -22,27 +1030,24 @@ http_interactions:
|
|
|
22
1030
|
code: 201
|
|
23
1031
|
message: Created
|
|
24
1032
|
headers:
|
|
25
|
-
Access-Control-Allow-Origin:
|
|
26
|
-
- https://parse.com, https://www.parse.com
|
|
27
|
-
Access-Control-Request-Method:
|
|
28
|
-
- ! '*'
|
|
29
1033
|
Cache-Control:
|
|
30
1034
|
- no-cache
|
|
31
1035
|
Content-Type:
|
|
32
1036
|
- application/json; charset=utf-8
|
|
33
1037
|
Date:
|
|
34
|
-
-
|
|
1038
|
+
- Wed, 17 Apr 2013 20:08:50 GMT
|
|
35
1039
|
Location:
|
|
36
|
-
- https://api.parse.com/1/classes/Post/
|
|
1040
|
+
- https://api.parse.com/1/classes/Post/sL9bcgCpNJ
|
|
37
1041
|
Server:
|
|
38
1042
|
- nginx/1.2.2
|
|
39
1043
|
Set-Cookie:
|
|
40
|
-
- _parse_session=
|
|
41
|
-
domain=.parse.com; path=/; expires=
|
|
1044
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjYyZTUwNDg4YjRjNDc1NDgzZmE0ZDg1ZjQ4NzlkNDc%3D--c68f4744f3c7a3c432106f7fd7756f4121b8bb3a;
|
|
1045
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:50 GMT; secure;
|
|
1046
|
+
HttpOnly
|
|
42
1047
|
Status:
|
|
43
1048
|
- 201 Created
|
|
44
1049
|
X-Runtime:
|
|
45
|
-
- '0.
|
|
1050
|
+
- '0.029911'
|
|
46
1051
|
X-Ua-Compatible:
|
|
47
1052
|
- IE=Edge,chrome=1
|
|
48
1053
|
Content-Length:
|
|
@@ -51,9 +1056,9 @@ http_interactions:
|
|
|
51
1056
|
- keep-alive
|
|
52
1057
|
body:
|
|
53
1058
|
encoding: US-ASCII
|
|
54
|
-
string: ! '{"createdAt":"
|
|
1059
|
+
string: ! '{"createdAt":"2013-04-17T20:08:50.248Z","objectId":"sL9bcgCpNJ"}'
|
|
55
1060
|
http_version:
|
|
56
|
-
recorded_at:
|
|
1061
|
+
recorded_at: Wed, 17 Apr 2013 20:08:50 GMT
|
|
57
1062
|
- request:
|
|
58
1063
|
method: post
|
|
59
1064
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -76,27 +1081,24 @@ http_interactions:
|
|
|
76
1081
|
code: 201
|
|
77
1082
|
message: Created
|
|
78
1083
|
headers:
|
|
79
|
-
Access-Control-Allow-Origin:
|
|
80
|
-
- https://parse.com, https://www.parse.com
|
|
81
|
-
Access-Control-Request-Method:
|
|
82
|
-
- ! '*'
|
|
83
1084
|
Cache-Control:
|
|
84
1085
|
- no-cache
|
|
85
1086
|
Content-Type:
|
|
86
1087
|
- application/json; charset=utf-8
|
|
87
1088
|
Date:
|
|
88
|
-
-
|
|
1089
|
+
- Wed, 17 Apr 2013 20:08:50 GMT
|
|
89
1090
|
Location:
|
|
90
|
-
- https://api.parse.com/1/classes/Post/
|
|
1091
|
+
- https://api.parse.com/1/classes/Post/YgLjJXzZZM
|
|
91
1092
|
Server:
|
|
92
1093
|
- nginx/1.2.2
|
|
93
1094
|
Set-Cookie:
|
|
94
|
-
- _parse_session=
|
|
95
|
-
domain=.parse.com; path=/; expires=
|
|
1095
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNzc1ODlmYTc1ZGRiODE4NWJiMTlhNTA4MzVmOTI0NTc%3D--d7fd0191f6718fc7f6082b8d63a0e2d80194dd0f;
|
|
1096
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:50 GMT; secure;
|
|
1097
|
+
HttpOnly
|
|
96
1098
|
Status:
|
|
97
1099
|
- 201 Created
|
|
98
1100
|
X-Runtime:
|
|
99
|
-
- '0.
|
|
1101
|
+
- '0.030139'
|
|
100
1102
|
X-Ua-Compatible:
|
|
101
1103
|
- IE=Edge,chrome=1
|
|
102
1104
|
Content-Length:
|
|
@@ -105,9 +1107,9 @@ http_interactions:
|
|
|
105
1107
|
- keep-alive
|
|
106
1108
|
body:
|
|
107
1109
|
encoding: US-ASCII
|
|
108
|
-
string: ! '{"createdAt":"
|
|
1110
|
+
string: ! '{"createdAt":"2013-04-17T20:08:50.384Z","objectId":"YgLjJXzZZM"}'
|
|
109
1111
|
http_version:
|
|
110
|
-
recorded_at:
|
|
1112
|
+
recorded_at: Wed, 17 Apr 2013 20:08:50 GMT
|
|
111
1113
|
- request:
|
|
112
1114
|
method: post
|
|
113
1115
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -130,27 +1132,24 @@ http_interactions:
|
|
|
130
1132
|
code: 201
|
|
131
1133
|
message: Created
|
|
132
1134
|
headers:
|
|
133
|
-
Access-Control-Allow-Origin:
|
|
134
|
-
- https://parse.com, https://www.parse.com
|
|
135
|
-
Access-Control-Request-Method:
|
|
136
|
-
- ! '*'
|
|
137
1135
|
Cache-Control:
|
|
138
1136
|
- no-cache
|
|
139
1137
|
Content-Type:
|
|
140
1138
|
- application/json; charset=utf-8
|
|
141
1139
|
Date:
|
|
142
|
-
-
|
|
1140
|
+
- Wed, 17 Apr 2013 20:08:50 GMT
|
|
143
1141
|
Location:
|
|
144
|
-
- https://api.parse.com/1/classes/Post/
|
|
1142
|
+
- https://api.parse.com/1/classes/Post/riJxMpU3NU
|
|
145
1143
|
Server:
|
|
146
1144
|
- nginx/1.2.2
|
|
147
1145
|
Set-Cookie:
|
|
148
|
-
- _parse_session=
|
|
149
|
-
domain=.parse.com; path=/; expires=
|
|
1146
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMjI5ZGNiYjQ1MjkzNDliNjNhMmZlMDBiMmFmNmE2MWQ%3D--3ddf8b3b74fd1b57ba559afe450f469a384443b1;
|
|
1147
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:50 GMT; secure;
|
|
1148
|
+
HttpOnly
|
|
150
1149
|
Status:
|
|
151
1150
|
- 201 Created
|
|
152
1151
|
X-Runtime:
|
|
153
|
-
- '0.
|
|
1152
|
+
- '0.028663'
|
|
154
1153
|
X-Ua-Compatible:
|
|
155
1154
|
- IE=Edge,chrome=1
|
|
156
1155
|
Content-Length:
|
|
@@ -159,9 +1158,9 @@ http_interactions:
|
|
|
159
1158
|
- keep-alive
|
|
160
1159
|
body:
|
|
161
1160
|
encoding: US-ASCII
|
|
162
|
-
string: ! '{"createdAt":"
|
|
1161
|
+
string: ! '{"createdAt":"2013-04-17T20:08:50.537Z","objectId":"riJxMpU3NU"}'
|
|
163
1162
|
http_version:
|
|
164
|
-
recorded_at:
|
|
1163
|
+
recorded_at: Wed, 17 Apr 2013 20:08:50 GMT
|
|
165
1164
|
- request:
|
|
166
1165
|
method: post
|
|
167
1166
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -184,27 +1183,24 @@ http_interactions:
|
|
|
184
1183
|
code: 201
|
|
185
1184
|
message: Created
|
|
186
1185
|
headers:
|
|
187
|
-
Access-Control-Allow-Origin:
|
|
188
|
-
- https://parse.com, https://www.parse.com
|
|
189
|
-
Access-Control-Request-Method:
|
|
190
|
-
- ! '*'
|
|
191
1186
|
Cache-Control:
|
|
192
1187
|
- no-cache
|
|
193
1188
|
Content-Type:
|
|
194
1189
|
- application/json; charset=utf-8
|
|
195
1190
|
Date:
|
|
196
|
-
-
|
|
1191
|
+
- Wed, 17 Apr 2013 20:08:50 GMT
|
|
197
1192
|
Location:
|
|
198
|
-
- https://api.parse.com/1/classes/Post/
|
|
1193
|
+
- https://api.parse.com/1/classes/Post/MoxLVVUJC0
|
|
199
1194
|
Server:
|
|
200
1195
|
- nginx/1.2.2
|
|
201
1196
|
Set-Cookie:
|
|
202
|
-
- _parse_session=
|
|
203
|
-
domain=.parse.com; path=/; expires=
|
|
1197
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlY2NhYWE5NzM5NGQ4NDA5ZWVlNjZjYzUwZjY3ZTA4MzE%3D--b955c4ada28ba34c46afdd8efa2c7c7905882b79;
|
|
1198
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:50 GMT; secure;
|
|
1199
|
+
HttpOnly
|
|
204
1200
|
Status:
|
|
205
1201
|
- 201 Created
|
|
206
1202
|
X-Runtime:
|
|
207
|
-
- '0.
|
|
1203
|
+
- '0.035384'
|
|
208
1204
|
X-Ua-Compatible:
|
|
209
1205
|
- IE=Edge,chrome=1
|
|
210
1206
|
Content-Length:
|
|
@@ -213,9 +1209,9 @@ http_interactions:
|
|
|
213
1209
|
- keep-alive
|
|
214
1210
|
body:
|
|
215
1211
|
encoding: US-ASCII
|
|
216
|
-
string: ! '{"createdAt":"
|
|
1212
|
+
string: ! '{"createdAt":"2013-04-17T20:08:50.688Z","objectId":"MoxLVVUJC0"}'
|
|
217
1213
|
http_version:
|
|
218
|
-
recorded_at:
|
|
1214
|
+
recorded_at: Wed, 17 Apr 2013 20:08:50 GMT
|
|
219
1215
|
- request:
|
|
220
1216
|
method: post
|
|
221
1217
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -238,27 +1234,24 @@ http_interactions:
|
|
|
238
1234
|
code: 201
|
|
239
1235
|
message: Created
|
|
240
1236
|
headers:
|
|
241
|
-
Access-Control-Allow-Origin:
|
|
242
|
-
- https://parse.com, https://www.parse.com
|
|
243
|
-
Access-Control-Request-Method:
|
|
244
|
-
- ! '*'
|
|
245
1237
|
Cache-Control:
|
|
246
1238
|
- no-cache
|
|
247
1239
|
Content-Type:
|
|
248
1240
|
- application/json; charset=utf-8
|
|
249
1241
|
Date:
|
|
250
|
-
-
|
|
1242
|
+
- Wed, 17 Apr 2013 20:08:50 GMT
|
|
251
1243
|
Location:
|
|
252
|
-
- https://api.parse.com/1/classes/Post/
|
|
1244
|
+
- https://api.parse.com/1/classes/Post/T4p2C8Rsih
|
|
253
1245
|
Server:
|
|
254
1246
|
- nginx/1.2.2
|
|
255
1247
|
Set-Cookie:
|
|
256
|
-
- _parse_session=
|
|
257
|
-
domain=.parse.com; path=/; expires=
|
|
1248
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZGZmNTlhZTViMjg0ZGRkZDllNmQ4ODRjYzZlNzc4ODY%3D--fbd107faeab8b8d65525be017dc7becc1b6355d0;
|
|
1249
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:50 GMT; secure;
|
|
1250
|
+
HttpOnly
|
|
258
1251
|
Status:
|
|
259
1252
|
- 201 Created
|
|
260
1253
|
X-Runtime:
|
|
261
|
-
- '0.
|
|
1254
|
+
- '0.037443'
|
|
262
1255
|
X-Ua-Compatible:
|
|
263
1256
|
- IE=Edge,chrome=1
|
|
264
1257
|
Content-Length:
|
|
@@ -267,9 +1260,9 @@ http_interactions:
|
|
|
267
1260
|
- keep-alive
|
|
268
1261
|
body:
|
|
269
1262
|
encoding: US-ASCII
|
|
270
|
-
string: ! '{"createdAt":"
|
|
1263
|
+
string: ! '{"createdAt":"2013-04-17T20:08:50.870Z","objectId":"T4p2C8Rsih"}'
|
|
271
1264
|
http_version:
|
|
272
|
-
recorded_at:
|
|
1265
|
+
recorded_at: Wed, 17 Apr 2013 20:08:50 GMT
|
|
273
1266
|
- request:
|
|
274
1267
|
method: post
|
|
275
1268
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -292,27 +1285,24 @@ http_interactions:
|
|
|
292
1285
|
code: 201
|
|
293
1286
|
message: Created
|
|
294
1287
|
headers:
|
|
295
|
-
Access-Control-Allow-Origin:
|
|
296
|
-
- https://parse.com, https://www.parse.com
|
|
297
|
-
Access-Control-Request-Method:
|
|
298
|
-
- ! '*'
|
|
299
1288
|
Cache-Control:
|
|
300
1289
|
- no-cache
|
|
301
1290
|
Content-Type:
|
|
302
1291
|
- application/json; charset=utf-8
|
|
303
1292
|
Date:
|
|
304
|
-
-
|
|
1293
|
+
- Wed, 17 Apr 2013 20:08:51 GMT
|
|
305
1294
|
Location:
|
|
306
|
-
- https://api.parse.com/1/classes/Post/
|
|
1295
|
+
- https://api.parse.com/1/classes/Post/naCS3oRhPI
|
|
307
1296
|
Server:
|
|
308
1297
|
- nginx/1.2.2
|
|
309
1298
|
Set-Cookie:
|
|
310
|
-
- _parse_session=
|
|
311
|
-
domain=.parse.com; path=/; expires=
|
|
1299
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOGY0MzhiNmFlZTUwMTU2ZTI5YmVlMWIzNTM4MjNlNWM%3D--9d51740ab59bf5aa8447088772cbb16134c7a137;
|
|
1300
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:51 GMT; secure;
|
|
1301
|
+
HttpOnly
|
|
312
1302
|
Status:
|
|
313
1303
|
- 201 Created
|
|
314
1304
|
X-Runtime:
|
|
315
|
-
- '0.
|
|
1305
|
+
- '0.035586'
|
|
316
1306
|
X-Ua-Compatible:
|
|
317
1307
|
- IE=Edge,chrome=1
|
|
318
1308
|
Content-Length:
|
|
@@ -321,9 +1311,9 @@ http_interactions:
|
|
|
321
1311
|
- keep-alive
|
|
322
1312
|
body:
|
|
323
1313
|
encoding: US-ASCII
|
|
324
|
-
string: ! '{"createdAt":"
|
|
1314
|
+
string: ! '{"createdAt":"2013-04-17T20:08:51.009Z","objectId":"naCS3oRhPI"}'
|
|
325
1315
|
http_version:
|
|
326
|
-
recorded_at:
|
|
1316
|
+
recorded_at: Wed, 17 Apr 2013 20:08:51 GMT
|
|
327
1317
|
- request:
|
|
328
1318
|
method: post
|
|
329
1319
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -346,27 +1336,24 @@ http_interactions:
|
|
|
346
1336
|
code: 201
|
|
347
1337
|
message: Created
|
|
348
1338
|
headers:
|
|
349
|
-
Access-Control-Allow-Origin:
|
|
350
|
-
- https://parse.com, https://www.parse.com
|
|
351
|
-
Access-Control-Request-Method:
|
|
352
|
-
- ! '*'
|
|
353
1339
|
Cache-Control:
|
|
354
1340
|
- no-cache
|
|
355
1341
|
Content-Type:
|
|
356
1342
|
- application/json; charset=utf-8
|
|
357
1343
|
Date:
|
|
358
|
-
-
|
|
1344
|
+
- Wed, 17 Apr 2013 20:08:51 GMT
|
|
359
1345
|
Location:
|
|
360
|
-
- https://api.parse.com/1/classes/Post/
|
|
1346
|
+
- https://api.parse.com/1/classes/Post/Ro8j5GMziV
|
|
361
1347
|
Server:
|
|
362
1348
|
- nginx/1.2.2
|
|
363
1349
|
Set-Cookie:
|
|
364
|
-
- _parse_session=
|
|
365
|
-
domain=.parse.com; path=/; expires=
|
|
1350
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjkyOTAyMzhmMDIyYTQ1ZGEwNzEzMGJjM2M4OTBmNDI%3D--5f44e38195def21f81c278692b182eabe1e79323;
|
|
1351
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:51 GMT; secure;
|
|
1352
|
+
HttpOnly
|
|
366
1353
|
Status:
|
|
367
1354
|
- 201 Created
|
|
368
1355
|
X-Runtime:
|
|
369
|
-
- '0.
|
|
1356
|
+
- '0.102782'
|
|
370
1357
|
X-Ua-Compatible:
|
|
371
1358
|
- IE=Edge,chrome=1
|
|
372
1359
|
Content-Length:
|
|
@@ -375,9 +1362,9 @@ http_interactions:
|
|
|
375
1362
|
- keep-alive
|
|
376
1363
|
body:
|
|
377
1364
|
encoding: US-ASCII
|
|
378
|
-
string: ! '{"createdAt":"
|
|
1365
|
+
string: ! '{"createdAt":"2013-04-17T20:08:51.228Z","objectId":"Ro8j5GMziV"}'
|
|
379
1366
|
http_version:
|
|
380
|
-
recorded_at:
|
|
1367
|
+
recorded_at: Wed, 17 Apr 2013 20:08:51 GMT
|
|
381
1368
|
- request:
|
|
382
1369
|
method: post
|
|
383
1370
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -400,27 +1387,24 @@ http_interactions:
|
|
|
400
1387
|
code: 201
|
|
401
1388
|
message: Created
|
|
402
1389
|
headers:
|
|
403
|
-
Access-Control-Allow-Origin:
|
|
404
|
-
- https://parse.com, https://www.parse.com
|
|
405
|
-
Access-Control-Request-Method:
|
|
406
|
-
- ! '*'
|
|
407
1390
|
Cache-Control:
|
|
408
1391
|
- no-cache
|
|
409
1392
|
Content-Type:
|
|
410
1393
|
- application/json; charset=utf-8
|
|
411
1394
|
Date:
|
|
412
|
-
-
|
|
1395
|
+
- Wed, 17 Apr 2013 20:08:51 GMT
|
|
413
1396
|
Location:
|
|
414
|
-
- https://api.parse.com/1/classes/Post/
|
|
1397
|
+
- https://api.parse.com/1/classes/Post/JYh0UXxWQA
|
|
415
1398
|
Server:
|
|
416
1399
|
- nginx/1.2.2
|
|
417
1400
|
Set-Cookie:
|
|
418
|
-
- _parse_session=
|
|
419
|
-
domain=.parse.com; path=/; expires=
|
|
1401
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNTRmNmM2M2UxYTM2YjkyNGU5ZTExZjY0NjhjMmUxY2Y%3D--a187d417f70cca748a0455a0e55e86b1d3b5f298;
|
|
1402
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:51 GMT; secure;
|
|
1403
|
+
HttpOnly
|
|
420
1404
|
Status:
|
|
421
1405
|
- 201 Created
|
|
422
1406
|
X-Runtime:
|
|
423
|
-
- '0.
|
|
1407
|
+
- '0.033932'
|
|
424
1408
|
X-Ua-Compatible:
|
|
425
1409
|
- IE=Edge,chrome=1
|
|
426
1410
|
Content-Length:
|
|
@@ -429,9 +1413,9 @@ http_interactions:
|
|
|
429
1413
|
- keep-alive
|
|
430
1414
|
body:
|
|
431
1415
|
encoding: US-ASCII
|
|
432
|
-
string: ! '{"createdAt":"
|
|
1416
|
+
string: ! '{"createdAt":"2013-04-17T20:08:51.375Z","objectId":"JYh0UXxWQA"}'
|
|
433
1417
|
http_version:
|
|
434
|
-
recorded_at:
|
|
1418
|
+
recorded_at: Wed, 17 Apr 2013 20:08:51 GMT
|
|
435
1419
|
- request:
|
|
436
1420
|
method: post
|
|
437
1421
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -454,27 +1438,24 @@ http_interactions:
|
|
|
454
1438
|
code: 201
|
|
455
1439
|
message: Created
|
|
456
1440
|
headers:
|
|
457
|
-
Access-Control-Allow-Origin:
|
|
458
|
-
- https://parse.com, https://www.parse.com
|
|
459
|
-
Access-Control-Request-Method:
|
|
460
|
-
- ! '*'
|
|
461
1441
|
Cache-Control:
|
|
462
1442
|
- no-cache
|
|
463
1443
|
Content-Type:
|
|
464
1444
|
- application/json; charset=utf-8
|
|
465
1445
|
Date:
|
|
466
|
-
-
|
|
1446
|
+
- Wed, 17 Apr 2013 20:08:51 GMT
|
|
467
1447
|
Location:
|
|
468
|
-
- https://api.parse.com/1/classes/Post/
|
|
1448
|
+
- https://api.parse.com/1/classes/Post/9nIf2pGY5m
|
|
469
1449
|
Server:
|
|
470
1450
|
- nginx/1.2.2
|
|
471
1451
|
Set-Cookie:
|
|
472
|
-
- _parse_session=
|
|
473
|
-
domain=.parse.com; path=/; expires=
|
|
1452
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlODg2NWRhM2FjMTQ1MDFhODMxNDU2ZTNmODg4NjQyNzU%3D--fd9d0c8a12c8351ca8249d176aa16c88a47500ae;
|
|
1453
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:51 GMT; secure;
|
|
1454
|
+
HttpOnly
|
|
474
1455
|
Status:
|
|
475
1456
|
- 201 Created
|
|
476
1457
|
X-Runtime:
|
|
477
|
-
- '0.
|
|
1458
|
+
- '0.032099'
|
|
478
1459
|
X-Ua-Compatible:
|
|
479
1460
|
- IE=Edge,chrome=1
|
|
480
1461
|
Content-Length:
|
|
@@ -483,9 +1464,9 @@ http_interactions:
|
|
|
483
1464
|
- keep-alive
|
|
484
1465
|
body:
|
|
485
1466
|
encoding: US-ASCII
|
|
486
|
-
string: ! '{"createdAt":"
|
|
1467
|
+
string: ! '{"createdAt":"2013-04-17T20:08:51.514Z","objectId":"9nIf2pGY5m"}'
|
|
487
1468
|
http_version:
|
|
488
|
-
recorded_at:
|
|
1469
|
+
recorded_at: Wed, 17 Apr 2013 20:08:51 GMT
|
|
489
1470
|
- request:
|
|
490
1471
|
method: post
|
|
491
1472
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -508,27 +1489,24 @@ http_interactions:
|
|
|
508
1489
|
code: 201
|
|
509
1490
|
message: Created
|
|
510
1491
|
headers:
|
|
511
|
-
Access-Control-Allow-Origin:
|
|
512
|
-
- https://parse.com, https://www.parse.com
|
|
513
|
-
Access-Control-Request-Method:
|
|
514
|
-
- ! '*'
|
|
515
1492
|
Cache-Control:
|
|
516
1493
|
- no-cache
|
|
517
1494
|
Content-Type:
|
|
518
1495
|
- application/json; charset=utf-8
|
|
519
1496
|
Date:
|
|
520
|
-
-
|
|
1497
|
+
- Wed, 17 Apr 2013 20:08:51 GMT
|
|
521
1498
|
Location:
|
|
522
|
-
- https://api.parse.com/1/classes/Post/
|
|
1499
|
+
- https://api.parse.com/1/classes/Post/MJgRrl4H9G
|
|
523
1500
|
Server:
|
|
524
1501
|
- nginx/1.2.2
|
|
525
1502
|
Set-Cookie:
|
|
526
|
-
- _parse_session=
|
|
527
|
-
domain=.parse.com; path=/; expires=
|
|
1503
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMjg4ZTZmNThmMTM3NmQwMmU0YzVjYzUyMWFmNjllMDI%3D--7c208906a5ea8840aa78da8632ddac093b5de8b1;
|
|
1504
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:51 GMT; secure;
|
|
1505
|
+
HttpOnly
|
|
528
1506
|
Status:
|
|
529
1507
|
- 201 Created
|
|
530
1508
|
X-Runtime:
|
|
531
|
-
- '0.
|
|
1509
|
+
- '0.028333'
|
|
532
1510
|
X-Ua-Compatible:
|
|
533
1511
|
- IE=Edge,chrome=1
|
|
534
1512
|
Content-Length:
|
|
@@ -537,9 +1515,9 @@ http_interactions:
|
|
|
537
1515
|
- keep-alive
|
|
538
1516
|
body:
|
|
539
1517
|
encoding: US-ASCII
|
|
540
|
-
string: ! '{"createdAt":"
|
|
1518
|
+
string: ! '{"createdAt":"2013-04-17T20:08:51.670Z","objectId":"MJgRrl4H9G"}'
|
|
541
1519
|
http_version:
|
|
542
|
-
recorded_at:
|
|
1520
|
+
recorded_at: Wed, 17 Apr 2013 20:08:51 GMT
|
|
543
1521
|
- request:
|
|
544
1522
|
method: post
|
|
545
1523
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -562,27 +1540,24 @@ http_interactions:
|
|
|
562
1540
|
code: 201
|
|
563
1541
|
message: Created
|
|
564
1542
|
headers:
|
|
565
|
-
Access-Control-Allow-Origin:
|
|
566
|
-
- https://parse.com, https://www.parse.com
|
|
567
|
-
Access-Control-Request-Method:
|
|
568
|
-
- ! '*'
|
|
569
1543
|
Cache-Control:
|
|
570
1544
|
- no-cache
|
|
571
1545
|
Content-Type:
|
|
572
1546
|
- application/json; charset=utf-8
|
|
573
1547
|
Date:
|
|
574
|
-
-
|
|
1548
|
+
- Wed, 17 Apr 2013 20:08:51 GMT
|
|
575
1549
|
Location:
|
|
576
|
-
- https://api.parse.com/1/classes/Post/
|
|
1550
|
+
- https://api.parse.com/1/classes/Post/uVXze6HGDv
|
|
577
1551
|
Server:
|
|
578
1552
|
- nginx/1.2.2
|
|
579
1553
|
Set-Cookie:
|
|
580
|
-
- _parse_session=
|
|
581
|
-
domain=.parse.com; path=/; expires=
|
|
1554
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYmU3MjZkNzhlMDY0MWI0ODg5NzA4MjMzNzAxYzIwMGM%3D--05fdd82f111a897f04e26562dcdbca1c9a019d4c;
|
|
1555
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:51 GMT; secure;
|
|
1556
|
+
HttpOnly
|
|
582
1557
|
Status:
|
|
583
1558
|
- 201 Created
|
|
584
1559
|
X-Runtime:
|
|
585
|
-
- '0.
|
|
1560
|
+
- '0.027907'
|
|
586
1561
|
X-Ua-Compatible:
|
|
587
1562
|
- IE=Edge,chrome=1
|
|
588
1563
|
Content-Length:
|
|
@@ -591,9 +1566,9 @@ http_interactions:
|
|
|
591
1566
|
- keep-alive
|
|
592
1567
|
body:
|
|
593
1568
|
encoding: US-ASCII
|
|
594
|
-
string: ! '{"createdAt":"
|
|
1569
|
+
string: ! '{"createdAt":"2013-04-17T20:08:51.811Z","objectId":"uVXze6HGDv"}'
|
|
595
1570
|
http_version:
|
|
596
|
-
recorded_at:
|
|
1571
|
+
recorded_at: Wed, 17 Apr 2013 20:08:51 GMT
|
|
597
1572
|
- request:
|
|
598
1573
|
method: post
|
|
599
1574
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -616,27 +1591,24 @@ http_interactions:
|
|
|
616
1591
|
code: 201
|
|
617
1592
|
message: Created
|
|
618
1593
|
headers:
|
|
619
|
-
Access-Control-Allow-Origin:
|
|
620
|
-
- https://parse.com, https://www.parse.com
|
|
621
|
-
Access-Control-Request-Method:
|
|
622
|
-
- ! '*'
|
|
623
1594
|
Cache-Control:
|
|
624
1595
|
- no-cache
|
|
625
1596
|
Content-Type:
|
|
626
1597
|
- application/json; charset=utf-8
|
|
627
1598
|
Date:
|
|
628
|
-
-
|
|
1599
|
+
- Wed, 17 Apr 2013 20:08:51 GMT
|
|
629
1600
|
Location:
|
|
630
|
-
- https://api.parse.com/1/classes/Post/
|
|
1601
|
+
- https://api.parse.com/1/classes/Post/zH533Qv00M
|
|
631
1602
|
Server:
|
|
632
1603
|
- nginx/1.2.2
|
|
633
1604
|
Set-Cookie:
|
|
634
|
-
- _parse_session=
|
|
635
|
-
domain=.parse.com; path=/; expires=
|
|
1605
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjI5NGIwMGM2MWVmYTc3MDc2NTZlOTFhMmU5NzkwNjg%3D--a2503bc94013d168a8e2595bfa7b8c0e2077ddd7;
|
|
1606
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:51 GMT; secure;
|
|
1607
|
+
HttpOnly
|
|
636
1608
|
Status:
|
|
637
1609
|
- 201 Created
|
|
638
1610
|
X-Runtime:
|
|
639
|
-
- '0.
|
|
1611
|
+
- '0.029195'
|
|
640
1612
|
X-Ua-Compatible:
|
|
641
1613
|
- IE=Edge,chrome=1
|
|
642
1614
|
Content-Length:
|
|
@@ -645,9 +1617,9 @@ http_interactions:
|
|
|
645
1617
|
- keep-alive
|
|
646
1618
|
body:
|
|
647
1619
|
encoding: US-ASCII
|
|
648
|
-
string: ! '{"createdAt":"
|
|
1620
|
+
string: ! '{"createdAt":"2013-04-17T20:08:51.976Z","objectId":"zH533Qv00M"}'
|
|
649
1621
|
http_version:
|
|
650
|
-
recorded_at:
|
|
1622
|
+
recorded_at: Wed, 17 Apr 2013 20:08:51 GMT
|
|
651
1623
|
- request:
|
|
652
1624
|
method: post
|
|
653
1625
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -670,27 +1642,24 @@ http_interactions:
|
|
|
670
1642
|
code: 201
|
|
671
1643
|
message: Created
|
|
672
1644
|
headers:
|
|
673
|
-
Access-Control-Allow-Origin:
|
|
674
|
-
- https://parse.com, https://www.parse.com
|
|
675
|
-
Access-Control-Request-Method:
|
|
676
|
-
- ! '*'
|
|
677
1645
|
Cache-Control:
|
|
678
1646
|
- no-cache
|
|
679
1647
|
Content-Type:
|
|
680
1648
|
- application/json; charset=utf-8
|
|
681
1649
|
Date:
|
|
682
|
-
-
|
|
1650
|
+
- Wed, 17 Apr 2013 20:08:52 GMT
|
|
683
1651
|
Location:
|
|
684
|
-
- https://api.parse.com/1/classes/Post/
|
|
1652
|
+
- https://api.parse.com/1/classes/Post/V7WllZFkQo
|
|
685
1653
|
Server:
|
|
686
1654
|
- nginx/1.2.2
|
|
687
1655
|
Set-Cookie:
|
|
688
|
-
- _parse_session=
|
|
689
|
-
domain=.parse.com; path=/; expires=
|
|
1656
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOTIwMDc4YmIwMDk0NjYxMmU2MjdiNmY1MDVlMjZiMmY%3D--820ce30ea424f7cfe4eb534b02e5f15c9b2b5db7;
|
|
1657
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:52 GMT; secure;
|
|
1658
|
+
HttpOnly
|
|
690
1659
|
Status:
|
|
691
1660
|
- 201 Created
|
|
692
1661
|
X-Runtime:
|
|
693
|
-
- '0.
|
|
1662
|
+
- '0.314215'
|
|
694
1663
|
X-Ua-Compatible:
|
|
695
1664
|
- IE=Edge,chrome=1
|
|
696
1665
|
Content-Length:
|
|
@@ -699,9 +1668,9 @@ http_interactions:
|
|
|
699
1668
|
- keep-alive
|
|
700
1669
|
body:
|
|
701
1670
|
encoding: US-ASCII
|
|
702
|
-
string: ! '{"createdAt":"
|
|
1671
|
+
string: ! '{"createdAt":"2013-04-17T20:08:52.400Z","objectId":"V7WllZFkQo"}'
|
|
703
1672
|
http_version:
|
|
704
|
-
recorded_at:
|
|
1673
|
+
recorded_at: Wed, 17 Apr 2013 20:08:52 GMT
|
|
705
1674
|
- request:
|
|
706
1675
|
method: post
|
|
707
1676
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -724,27 +1693,24 @@ http_interactions:
|
|
|
724
1693
|
code: 201
|
|
725
1694
|
message: Created
|
|
726
1695
|
headers:
|
|
727
|
-
Access-Control-Allow-Origin:
|
|
728
|
-
- https://parse.com, https://www.parse.com
|
|
729
|
-
Access-Control-Request-Method:
|
|
730
|
-
- ! '*'
|
|
731
1696
|
Cache-Control:
|
|
732
1697
|
- no-cache
|
|
733
1698
|
Content-Type:
|
|
734
1699
|
- application/json; charset=utf-8
|
|
735
1700
|
Date:
|
|
736
|
-
-
|
|
1701
|
+
- Wed, 17 Apr 2013 20:08:52 GMT
|
|
737
1702
|
Location:
|
|
738
|
-
- https://api.parse.com/1/classes/Post/
|
|
1703
|
+
- https://api.parse.com/1/classes/Post/Pdhq0btWfa
|
|
739
1704
|
Server:
|
|
740
1705
|
- nginx/1.2.2
|
|
741
1706
|
Set-Cookie:
|
|
742
|
-
- _parse_session=
|
|
743
|
-
domain=.parse.com; path=/; expires=
|
|
1707
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOTUxYzNjZGQzMmIwNzFhNDE3OTQ2ZjdmZGVkYzg4ZTU%3D--1f0db36c7bd6234aa9def03c0888fbb8b42572c6;
|
|
1708
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:52 GMT; secure;
|
|
1709
|
+
HttpOnly
|
|
744
1710
|
Status:
|
|
745
1711
|
- 201 Created
|
|
746
1712
|
X-Runtime:
|
|
747
|
-
- '0.
|
|
1713
|
+
- '0.031310'
|
|
748
1714
|
X-Ua-Compatible:
|
|
749
1715
|
- IE=Edge,chrome=1
|
|
750
1716
|
Content-Length:
|
|
@@ -753,9 +1719,9 @@ http_interactions:
|
|
|
753
1719
|
- keep-alive
|
|
754
1720
|
body:
|
|
755
1721
|
encoding: US-ASCII
|
|
756
|
-
string: ! '{"createdAt":"
|
|
1722
|
+
string: ! '{"createdAt":"2013-04-17T20:08:52.544Z","objectId":"Pdhq0btWfa"}'
|
|
757
1723
|
http_version:
|
|
758
|
-
recorded_at:
|
|
1724
|
+
recorded_at: Wed, 17 Apr 2013 20:08:52 GMT
|
|
759
1725
|
- request:
|
|
760
1726
|
method: post
|
|
761
1727
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
|
|
@@ -778,27 +1744,24 @@ http_interactions:
|
|
|
778
1744
|
code: 201
|
|
779
1745
|
message: Created
|
|
780
1746
|
headers:
|
|
781
|
-
Access-Control-Allow-Origin:
|
|
782
|
-
- https://parse.com, https://www.parse.com
|
|
783
|
-
Access-Control-Request-Method:
|
|
784
|
-
- ! '*'
|
|
785
1747
|
Cache-Control:
|
|
786
1748
|
- no-cache
|
|
787
1749
|
Content-Type:
|
|
788
1750
|
- application/json; charset=utf-8
|
|
789
1751
|
Date:
|
|
790
|
-
-
|
|
1752
|
+
- Wed, 17 Apr 2013 20:08:52 GMT
|
|
791
1753
|
Location:
|
|
792
|
-
- https://api.parse.com/1/classes/Post/
|
|
1754
|
+
- https://api.parse.com/1/classes/Post/sCugf3NSv7
|
|
793
1755
|
Server:
|
|
794
1756
|
- nginx/1.2.2
|
|
795
1757
|
Set-Cookie:
|
|
796
|
-
- _parse_session=
|
|
797
|
-
domain=.parse.com; path=/; expires=
|
|
1758
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMGQ3YWI4NzhlMTdjZmNkNWRkYTUyOWRmNzg5OTYzMDI%3D--5993a69e179bc024b35645cf0e8cc0f1d45bbc92;
|
|
1759
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:52 GMT; secure;
|
|
1760
|
+
HttpOnly
|
|
798
1761
|
Status:
|
|
799
1762
|
- 201 Created
|
|
800
1763
|
X-Runtime:
|
|
801
|
-
- '0.
|
|
1764
|
+
- '0.034634'
|
|
802
1765
|
X-Ua-Compatible:
|
|
803
1766
|
- IE=Edge,chrome=1
|
|
804
1767
|
Content-Length:
|
|
@@ -807,9 +1770,9 @@ http_interactions:
|
|
|
807
1770
|
- keep-alive
|
|
808
1771
|
body:
|
|
809
1772
|
encoding: US-ASCII
|
|
810
|
-
string: ! '{"createdAt":"
|
|
1773
|
+
string: ! '{"createdAt":"2013-04-17T20:08:52.694Z","objectId":"sCugf3NSv7"}'
|
|
811
1774
|
http_version:
|
|
812
|
-
recorded_at:
|
|
1775
|
+
recorded_at: Wed, 17 Apr 2013 20:08:52 GMT
|
|
813
1776
|
- request:
|
|
814
1777
|
method: get
|
|
815
1778
|
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?limit=5&where=%7B%7D
|
|
@@ -828,37 +1791,33 @@ http_interactions:
|
|
|
828
1791
|
code: 200
|
|
829
1792
|
message: OK
|
|
830
1793
|
headers:
|
|
831
|
-
Access-Control-Allow-Origin:
|
|
832
|
-
- https://parse.com, https://www.parse.com
|
|
833
|
-
Access-Control-Request-Method:
|
|
834
|
-
- ! '*'
|
|
835
1794
|
Cache-Control:
|
|
836
1795
|
- max-age=0, private, must-revalidate
|
|
837
1796
|
Content-Type:
|
|
838
1797
|
- application/json; charset=utf-8
|
|
839
1798
|
Date:
|
|
840
|
-
-
|
|
1799
|
+
- Wed, 17 Apr 2013 20:08:52 GMT
|
|
841
1800
|
Etag:
|
|
842
|
-
- ! '"
|
|
1801
|
+
- ! '"84ab1799313cc9184943b6eaa431b638"'
|
|
843
1802
|
Server:
|
|
844
1803
|
- nginx/1.2.2
|
|
845
1804
|
Set-Cookie:
|
|
846
|
-
- _parse_session=
|
|
847
|
-
domain=.parse.com; path=/; expires=
|
|
1805
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOWIzZDdiM2ZiYzY3MDMxZWJhOGUwMjZhOTlhMTUxNWE%3D--f7b42e719e509d5a050e759ee5a49e64961258de;
|
|
1806
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:52 GMT; secure;
|
|
1807
|
+
HttpOnly
|
|
848
1808
|
Status:
|
|
849
1809
|
- 200 OK
|
|
850
1810
|
X-Runtime:
|
|
851
|
-
- '0.
|
|
1811
|
+
- '0.027208'
|
|
852
1812
|
X-Ua-Compatible:
|
|
853
1813
|
- IE=Edge,chrome=1
|
|
854
1814
|
Content-Length:
|
|
855
|
-
- '
|
|
1815
|
+
- '613'
|
|
856
1816
|
Connection:
|
|
857
1817
|
- keep-alive
|
|
858
1818
|
body:
|
|
859
1819
|
encoding: US-ASCII
|
|
860
|
-
string: ! '{"results":[{"title":"
|
|
861
|
-
created_at","createdAt":"2012-09-20T04:31:41.315Z","updatedAt":"2012-09-20T04:31:41.315Z","objectId":"0oivuHzQvJ"}]}'
|
|
1820
|
+
string: ! '{"results":[{"title":"foo_0","createdAt":"2013-04-17T20:08:50.248Z","updatedAt":"2013-04-17T20:08:50.248Z","objectId":"sL9bcgCpNJ"},{"title":"foo_1","createdAt":"2013-04-17T20:08:50.384Z","updatedAt":"2013-04-17T20:08:50.384Z","objectId":"YgLjJXzZZM"},{"title":"foo_2","createdAt":"2013-04-17T20:08:50.537Z","updatedAt":"2013-04-17T20:08:50.537Z","objectId":"riJxMpU3NU"},{"title":"foo_3","createdAt":"2013-04-17T20:08:50.688Z","updatedAt":"2013-04-17T20:08:50.688Z","objectId":"MoxLVVUJC0"},{"title":"foo_4","createdAt":"2013-04-17T20:08:50.870Z","updatedAt":"2013-04-17T20:08:50.870Z","objectId":"T4p2C8Rsih"}]}'
|
|
862
1821
|
http_version:
|
|
863
|
-
recorded_at:
|
|
864
|
-
recorded_with: VCR 2.
|
|
1822
|
+
recorded_at: Wed, 17 Apr 2013 20:08:52 GMT
|
|
1823
|
+
recorded_with: VCR 2.4.0
|