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,1359 @@
|
|
|
1
|
+
---
|
|
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 07:09:19 GMT
|
|
27
|
+
Etag:
|
|
28
|
+
- ! '"cba98e4b45a6826747f7ff418a798f05"'
|
|
29
|
+
Server:
|
|
30
|
+
- nginx/1.2.2
|
|
31
|
+
Set-Cookie:
|
|
32
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMGU2NDYxYzRlNDZjYmRmNjkzZjc5NDE2MjU1ODdjY2E%3D--783e8ac58eb4c85dfbee8a96f542790ccaa35727;
|
|
33
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:19 GMT; secure;
|
|
34
|
+
HttpOnly
|
|
35
|
+
Status:
|
|
36
|
+
- 200 OK
|
|
37
|
+
X-Runtime:
|
|
38
|
+
- '0.064636'
|
|
39
|
+
X-Ua-Compatible:
|
|
40
|
+
- IE=Edge,chrome=1
|
|
41
|
+
Content-Length:
|
|
42
|
+
- '267'
|
|
43
|
+
Connection:
|
|
44
|
+
- keep-alive
|
|
45
|
+
body:
|
|
46
|
+
encoding: US-ASCII
|
|
47
|
+
string: ! '{"results":[{"title":"something else","createdAt":"2013-04-17T06:28:08.720Z","updatedAt":"2013-04-17T06:28:09.290Z","objectId":"kdpq7QOxWe"},{"title":"Welcome111","createdAt":"2013-04-17T06:28:09.890Z","updatedAt":"2013-04-17T06:28:09.890Z","objectId":"poRcGqVJYK"}]}'
|
|
48
|
+
http_version:
|
|
49
|
+
recorded_at: Wed, 17 Apr 2013 07:09:19 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/kdpq7QOxWe"},{"method":"DELETE","path":"/1/classes/Post/poRcGqVJYK"}]}'
|
|
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
|
+
- '126'
|
|
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:09:21 GMT
|
|
78
|
+
Etag:
|
|
79
|
+
- ! '"9f103a4fc959709a4ff9f7cb2a96d647"'
|
|
80
|
+
Server:
|
|
81
|
+
- nginx/1.2.2
|
|
82
|
+
Set-Cookie:
|
|
83
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYThhYTU1MjgwNjQ3NDU4NWZlMmM2OWRjYmVlOGI5Y2I%3D--f36d245b311f60c83871458c116414a1dcf016d9;
|
|
84
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:21 GMT; secure;
|
|
85
|
+
HttpOnly
|
|
86
|
+
Status:
|
|
87
|
+
- 200 OK
|
|
88
|
+
X-Runtime:
|
|
89
|
+
- '0.076081'
|
|
90
|
+
X-Ua-Compatible:
|
|
91
|
+
- IE=Edge,chrome=1
|
|
92
|
+
Content-Length:
|
|
93
|
+
- '35'
|
|
94
|
+
Connection:
|
|
95
|
+
- keep-alive
|
|
96
|
+
body:
|
|
97
|
+
encoding: US-ASCII
|
|
98
|
+
string: ! '[{"success":true},{"success":true}]'
|
|
99
|
+
http_version:
|
|
100
|
+
recorded_at: Wed, 17 Apr 2013 07:09:21 GMT
|
|
101
|
+
- request:
|
|
102
|
+
method: post
|
|
103
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/batch
|
|
104
|
+
body:
|
|
105
|
+
encoding: UTF-8
|
|
106
|
+
string: ! '{"requests":[{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}}]}'
|
|
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
|
+
- '1354'
|
|
116
|
+
User-Agent:
|
|
117
|
+
- Ruby
|
|
118
|
+
response:
|
|
119
|
+
status:
|
|
120
|
+
code: 200
|
|
121
|
+
message: OK
|
|
122
|
+
headers:
|
|
123
|
+
Cache-Control:
|
|
124
|
+
- max-age=0, private, must-revalidate
|
|
125
|
+
Content-Type:
|
|
126
|
+
- application/json; charset=utf-8
|
|
127
|
+
Date:
|
|
128
|
+
- Wed, 17 Apr 2013 07:09:22 GMT
|
|
129
|
+
Etag:
|
|
130
|
+
- ! '"7f978412dc2078153e608c11f6e431df"'
|
|
131
|
+
Server:
|
|
132
|
+
- nginx/1.2.2
|
|
133
|
+
Set-Cookie:
|
|
134
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlM2YwNWNjNzE5NDlkNGQ0ODA2YWE4NzZjYmE3NDViMTk%3D--223f13ebf676ab3513b9678bb255b75acdb4356d;
|
|
135
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:22 GMT; secure;
|
|
136
|
+
HttpOnly
|
|
137
|
+
Status:
|
|
138
|
+
- 200 OK
|
|
139
|
+
X-Runtime:
|
|
140
|
+
- '0.375922'
|
|
141
|
+
X-Ua-Compatible:
|
|
142
|
+
- IE=Edge,chrome=1
|
|
143
|
+
Content-Length:
|
|
144
|
+
- '1541'
|
|
145
|
+
Connection:
|
|
146
|
+
- keep-alive
|
|
147
|
+
body:
|
|
148
|
+
encoding: US-ASCII
|
|
149
|
+
string: ! '[{"success":{"createdAt":"2013-04-17T07:09:21.917Z","objectId":"ZED89dPKnP"}},{"success":{"createdAt":"2013-04-17T07:09:21.933Z","objectId":"hvjoZkhvri"}},{"success":{"createdAt":"2013-04-17T07:09:21.948Z","objectId":"qXfB4ko77U"}},{"success":{"createdAt":"2013-04-17T07:09:21.963Z","objectId":"Hp6eq0nLan"}},{"success":{"createdAt":"2013-04-17T07:09:21.979Z","objectId":"OAL2HhR9UK"}},{"success":{"createdAt":"2013-04-17T07:09:21.995Z","objectId":"yhfbxuigNd"}},{"success":{"createdAt":"2013-04-17T07:09:22.010Z","objectId":"J8bZib4xK4"}},{"success":{"createdAt":"2013-04-17T07:09:22.025Z","objectId":"x7KzVdKNPW"}},{"success":{"createdAt":"2013-04-17T07:09:22.043Z","objectId":"0if5IjxZjs"}},{"success":{"createdAt":"2013-04-17T07:09:22.071Z","objectId":"tfaj6NIVWQ"}},{"success":{"createdAt":"2013-04-17T07:09:22.087Z","objectId":"b841zY6A6J"}},{"success":{"createdAt":"2013-04-17T07:09:22.103Z","objectId":"Zmx0lcVsgH"}},{"success":{"createdAt":"2013-04-17T07:09:22.120Z","objectId":"zkBN5YOTr3"}},{"success":{"createdAt":"2013-04-17T07:09:22.143Z","objectId":"11YG5ZbyCL"}},{"success":{"createdAt":"2013-04-17T07:09:22.159Z","objectId":"D4i3rE1fPC"}},{"success":{"createdAt":"2013-04-17T07:09:22.175Z","objectId":"QfjGXvQFh9"}},{"success":{"createdAt":"2013-04-17T07:09:22.192Z","objectId":"lTzOBEmg6D"}},{"success":{"createdAt":"2013-04-17T07:09:22.208Z","objectId":"fPAge5enAX"}},{"success":{"createdAt":"2013-04-17T07:09:22.229Z","objectId":"tFL0W4qkDP"}},{"success":{"createdAt":"2013-04-17T07:09:22.245Z","objectId":"UAlNBxWJxs"}}]'
|
|
150
|
+
http_version:
|
|
151
|
+
recorded_at: Wed, 17 Apr 2013 07:09:22 GMT
|
|
152
|
+
- request:
|
|
153
|
+
method: post
|
|
154
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/batch
|
|
155
|
+
body:
|
|
156
|
+
encoding: UTF-8
|
|
157
|
+
string: ! '{"requests":[{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}}]}'
|
|
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
|
+
- '349'
|
|
167
|
+
User-Agent:
|
|
168
|
+
- Ruby
|
|
169
|
+
response:
|
|
170
|
+
status:
|
|
171
|
+
code: 200
|
|
172
|
+
message: OK
|
|
173
|
+
headers:
|
|
174
|
+
Cache-Control:
|
|
175
|
+
- max-age=0, private, must-revalidate
|
|
176
|
+
Content-Type:
|
|
177
|
+
- application/json; charset=utf-8
|
|
178
|
+
Date:
|
|
179
|
+
- Wed, 17 Apr 2013 07:09:22 GMT
|
|
180
|
+
Etag:
|
|
181
|
+
- ! '"bb4e3e952b2af776b29dda9e9a98e462"'
|
|
182
|
+
Server:
|
|
183
|
+
- nginx/1.2.2
|
|
184
|
+
Set-Cookie:
|
|
185
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMGVmNTJkNzM4ZTBhNmUyNTZiY2I2ZWE5M2JjODYyOGM%3D--5e4893190ac0d04a082816bd4b3873ddf5448ed0;
|
|
186
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:22 GMT; secure;
|
|
187
|
+
HttpOnly
|
|
188
|
+
Status:
|
|
189
|
+
- 200 OK
|
|
190
|
+
X-Runtime:
|
|
191
|
+
- '0.089383'
|
|
192
|
+
X-Ua-Compatible:
|
|
193
|
+
- IE=Edge,chrome=1
|
|
194
|
+
Content-Length:
|
|
195
|
+
- '386'
|
|
196
|
+
Connection:
|
|
197
|
+
- keep-alive
|
|
198
|
+
body:
|
|
199
|
+
encoding: US-ASCII
|
|
200
|
+
string: ! '[{"success":{"createdAt":"2013-04-17T07:09:22.800Z","objectId":"g69w998lxg"}},{"success":{"createdAt":"2013-04-17T07:09:22.812Z","objectId":"FO17DhxvMj"}},{"success":{"createdAt":"2013-04-17T07:09:22.825Z","objectId":"gs5bWJigoD"}},{"success":{"createdAt":"2013-04-17T07:09:22.838Z","objectId":"CyCzhzvirF"}},{"success":{"createdAt":"2013-04-17T07:09:22.850Z","objectId":"i50C2lI3cB"}}]'
|
|
201
|
+
http_version:
|
|
202
|
+
recorded_at: Wed, 17 Apr 2013 07:09:22 GMT
|
|
203
|
+
- request:
|
|
204
|
+
method: get
|
|
205
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?count=1&where=%7B%7D
|
|
206
|
+
body:
|
|
207
|
+
encoding: US-ASCII
|
|
208
|
+
string: ''
|
|
209
|
+
headers:
|
|
210
|
+
Accept:
|
|
211
|
+
- ! '*/*; q=0.5, application/xml'
|
|
212
|
+
Accept-Encoding:
|
|
213
|
+
- gzip, deflate
|
|
214
|
+
User-Agent:
|
|
215
|
+
- Ruby
|
|
216
|
+
response:
|
|
217
|
+
status:
|
|
218
|
+
code: 200
|
|
219
|
+
message: OK
|
|
220
|
+
headers:
|
|
221
|
+
Cache-Control:
|
|
222
|
+
- max-age=0, private, must-revalidate
|
|
223
|
+
Content-Type:
|
|
224
|
+
- application/json; charset=utf-8
|
|
225
|
+
Date:
|
|
226
|
+
- Wed, 17 Apr 2013 07:09:23 GMT
|
|
227
|
+
Etag:
|
|
228
|
+
- ! '"5b961095d29882b1baa903350daaf5de"'
|
|
229
|
+
Server:
|
|
230
|
+
- nginx/1.2.2
|
|
231
|
+
Set-Cookie:
|
|
232
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZjhkM2FjNzI0NjNjYWVkZTVjNzcwNjhkMDk3YWIyZjk%3D--777d1e2b4d7bc6fc25992984fd5b014f3f795460;
|
|
233
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:23 GMT; secure;
|
|
234
|
+
HttpOnly
|
|
235
|
+
Status:
|
|
236
|
+
- 200 OK
|
|
237
|
+
X-Runtime:
|
|
238
|
+
- '0.037884'
|
|
239
|
+
X-Ua-Compatible:
|
|
240
|
+
- IE=Edge,chrome=1
|
|
241
|
+
Content-Length:
|
|
242
|
+
- '2999'
|
|
243
|
+
Connection:
|
|
244
|
+
- keep-alive
|
|
245
|
+
body:
|
|
246
|
+
encoding: US-ASCII
|
|
247
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T07:09:22.175Z","updatedAt":"2013-04-17T07:09:22.175Z","objectId":"QfjGXvQFh9"},{"title":"post","createdAt":"2013-04-17T07:09:22.192Z","updatedAt":"2013-04-17T07:09:22.192Z","objectId":"lTzOBEmg6D"},{"title":"post","createdAt":"2013-04-17T07:09:22.208Z","updatedAt":"2013-04-17T07:09:22.208Z","objectId":"fPAge5enAX"},{"title":"post","createdAt":"2013-04-17T07:09:22.229Z","updatedAt":"2013-04-17T07:09:22.229Z","objectId":"tFL0W4qkDP"},{"title":"post","createdAt":"2013-04-17T07:09:22.245Z","updatedAt":"2013-04-17T07:09:22.245Z","objectId":"UAlNBxWJxs"},{"title":"post","createdAt":"2013-04-17T07:09:22.800Z","updatedAt":"2013-04-17T07:09:22.800Z","objectId":"g69w998lxg"},{"title":"post","createdAt":"2013-04-17T07:09:22.812Z","updatedAt":"2013-04-17T07:09:22.812Z","objectId":"FO17DhxvMj"},{"title":"post","createdAt":"2013-04-17T07:09:22.825Z","updatedAt":"2013-04-17T07:09:22.825Z","objectId":"gs5bWJigoD"},{"title":"post","createdAt":"2013-04-17T07:09:22.838Z","updatedAt":"2013-04-17T07:09:22.838Z","objectId":"CyCzhzvirF"},{"title":"post","createdAt":"2013-04-17T07:09:22.850Z","updatedAt":"2013-04-17T07:09:22.850Z","objectId":"i50C2lI3cB"},{"title":"post","createdAt":"2013-04-17T07:09:21.917Z","updatedAt":"2013-04-17T07:09:21.917Z","objectId":"ZED89dPKnP"},{"title":"post","createdAt":"2013-04-17T07:09:21.933Z","updatedAt":"2013-04-17T07:09:21.933Z","objectId":"hvjoZkhvri"},{"title":"post","createdAt":"2013-04-17T07:09:21.948Z","updatedAt":"2013-04-17T07:09:21.948Z","objectId":"qXfB4ko77U"},{"title":"post","createdAt":"2013-04-17T07:09:21.963Z","updatedAt":"2013-04-17T07:09:21.963Z","objectId":"Hp6eq0nLan"},{"title":"post","createdAt":"2013-04-17T07:09:21.979Z","updatedAt":"2013-04-17T07:09:21.979Z","objectId":"OAL2HhR9UK"},{"title":"post","createdAt":"2013-04-17T07:09:21.995Z","updatedAt":"2013-04-17T07:09:21.995Z","objectId":"yhfbxuigNd"},{"title":"post","createdAt":"2013-04-17T07:09:22.010Z","updatedAt":"2013-04-17T07:09:22.010Z","objectId":"J8bZib4xK4"},{"title":"post","createdAt":"2013-04-17T07:09:22.025Z","updatedAt":"2013-04-17T07:09:22.025Z","objectId":"x7KzVdKNPW"},{"title":"post","createdAt":"2013-04-17T07:09:22.043Z","updatedAt":"2013-04-17T07:09:22.043Z","objectId":"0if5IjxZjs"},{"title":"post","createdAt":"2013-04-17T07:09:22.071Z","updatedAt":"2013-04-17T07:09:22.071Z","objectId":"tfaj6NIVWQ"},{"title":"post","createdAt":"2013-04-17T07:09:22.087Z","updatedAt":"2013-04-17T07:09:22.087Z","objectId":"b841zY6A6J"},{"title":"post","createdAt":"2013-04-17T07:09:22.103Z","updatedAt":"2013-04-17T07:09:22.103Z","objectId":"Zmx0lcVsgH"},{"title":"post","createdAt":"2013-04-17T07:09:22.120Z","updatedAt":"2013-04-17T07:09:22.120Z","objectId":"zkBN5YOTr3"},{"title":"post","createdAt":"2013-04-17T07:09:22.143Z","updatedAt":"2013-04-17T07:09:22.143Z","objectId":"11YG5ZbyCL"},{"title":"post","createdAt":"2013-04-17T07:09:22.159Z","updatedAt":"2013-04-17T07:09:22.159Z","objectId":"D4i3rE1fPC"}],"count":25}'
|
|
248
|
+
http_version:
|
|
249
|
+
recorded_at: Wed, 17 Apr 2013 07:09:23 GMT
|
|
250
|
+
- request:
|
|
251
|
+
method: get
|
|
252
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?limit=5&skip=0&where=%7B%22title%22:%22post%22%7D
|
|
253
|
+
body:
|
|
254
|
+
encoding: US-ASCII
|
|
255
|
+
string: ''
|
|
256
|
+
headers:
|
|
257
|
+
Accept:
|
|
258
|
+
- ! '*/*; q=0.5, application/xml'
|
|
259
|
+
Accept-Encoding:
|
|
260
|
+
- gzip, deflate
|
|
261
|
+
User-Agent:
|
|
262
|
+
- Ruby
|
|
263
|
+
response:
|
|
264
|
+
status:
|
|
265
|
+
code: 200
|
|
266
|
+
message: OK
|
|
267
|
+
headers:
|
|
268
|
+
Cache-Control:
|
|
269
|
+
- max-age=0, private, must-revalidate
|
|
270
|
+
Content-Type:
|
|
271
|
+
- application/json; charset=utf-8
|
|
272
|
+
Date:
|
|
273
|
+
- Wed, 17 Apr 2013 07:09:23 GMT
|
|
274
|
+
Etag:
|
|
275
|
+
- ! '"cc4a5fe2c0524fa274f91213c5c0c385"'
|
|
276
|
+
Server:
|
|
277
|
+
- nginx/1.2.2
|
|
278
|
+
Set-Cookie:
|
|
279
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlY2Y1NGI3MzRhMzMzN2IyNWIwZmY3YzI5Y2VlMTkwZDk%3D--6dbc3454eadc5825237a1120bb9890d65c9b07e0;
|
|
280
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:23 GMT; secure;
|
|
281
|
+
HttpOnly
|
|
282
|
+
Status:
|
|
283
|
+
- 200 OK
|
|
284
|
+
X-Runtime:
|
|
285
|
+
- '0.049772'
|
|
286
|
+
X-Ua-Compatible:
|
|
287
|
+
- IE=Edge,chrome=1
|
|
288
|
+
Content-Length:
|
|
289
|
+
- '608'
|
|
290
|
+
Connection:
|
|
291
|
+
- keep-alive
|
|
292
|
+
body:
|
|
293
|
+
encoding: US-ASCII
|
|
294
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T07:09:22.850Z","updatedAt":"2013-04-17T07:09:22.850Z","objectId":"i50C2lI3cB"},{"title":"post","createdAt":"2013-04-17T07:09:22.838Z","updatedAt":"2013-04-17T07:09:22.838Z","objectId":"CyCzhzvirF"},{"title":"post","createdAt":"2013-04-17T07:09:22.825Z","updatedAt":"2013-04-17T07:09:22.825Z","objectId":"gs5bWJigoD"},{"title":"post","createdAt":"2013-04-17T07:09:22.812Z","updatedAt":"2013-04-17T07:09:22.812Z","objectId":"FO17DhxvMj"},{"title":"post","createdAt":"2013-04-17T07:09:22.800Z","updatedAt":"2013-04-17T07:09:22.800Z","objectId":"g69w998lxg"}]}'
|
|
295
|
+
http_version:
|
|
296
|
+
recorded_at: Wed, 17 Apr 2013 07:09:24 GMT
|
|
297
|
+
- request:
|
|
298
|
+
method: get
|
|
299
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?limit=5&skip=5&where=%7B%22title%22:%22post%22%7D
|
|
300
|
+
body:
|
|
301
|
+
encoding: US-ASCII
|
|
302
|
+
string: ''
|
|
303
|
+
headers:
|
|
304
|
+
Accept:
|
|
305
|
+
- ! '*/*; q=0.5, application/xml'
|
|
306
|
+
Accept-Encoding:
|
|
307
|
+
- gzip, deflate
|
|
308
|
+
User-Agent:
|
|
309
|
+
- Ruby
|
|
310
|
+
response:
|
|
311
|
+
status:
|
|
312
|
+
code: 200
|
|
313
|
+
message: OK
|
|
314
|
+
headers:
|
|
315
|
+
Cache-Control:
|
|
316
|
+
- max-age=0, private, must-revalidate
|
|
317
|
+
Content-Type:
|
|
318
|
+
- application/json; charset=utf-8
|
|
319
|
+
Date:
|
|
320
|
+
- Wed, 17 Apr 2013 07:09:24 GMT
|
|
321
|
+
Etag:
|
|
322
|
+
- ! '"687c274186a573a25353ff8a89a4d5a8"'
|
|
323
|
+
Server:
|
|
324
|
+
- nginx/1.2.2
|
|
325
|
+
Set-Cookie:
|
|
326
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNGE4MDA2MmMxYjRkYTg0MzhhNGI5NTNkMjMyNGQyN2E%3D--3ccd5d57d5994f371ef0f5bd6dba56533a2d3f58;
|
|
327
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:24 GMT; secure;
|
|
328
|
+
HttpOnly
|
|
329
|
+
Status:
|
|
330
|
+
- 200 OK
|
|
331
|
+
X-Runtime:
|
|
332
|
+
- '0.051133'
|
|
333
|
+
X-Ua-Compatible:
|
|
334
|
+
- IE=Edge,chrome=1
|
|
335
|
+
Content-Length:
|
|
336
|
+
- '608'
|
|
337
|
+
Connection:
|
|
338
|
+
- keep-alive
|
|
339
|
+
body:
|
|
340
|
+
encoding: US-ASCII
|
|
341
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T07:09:22.245Z","updatedAt":"2013-04-17T07:09:22.245Z","objectId":"UAlNBxWJxs"},{"title":"post","createdAt":"2013-04-17T07:09:22.229Z","updatedAt":"2013-04-17T07:09:22.229Z","objectId":"tFL0W4qkDP"},{"title":"post","createdAt":"2013-04-17T07:09:22.208Z","updatedAt":"2013-04-17T07:09:22.208Z","objectId":"fPAge5enAX"},{"title":"post","createdAt":"2013-04-17T07:09:22.192Z","updatedAt":"2013-04-17T07:09:22.192Z","objectId":"lTzOBEmg6D"},{"title":"post","createdAt":"2013-04-17T07:09:22.175Z","updatedAt":"2013-04-17T07:09:22.175Z","objectId":"QfjGXvQFh9"}]}'
|
|
342
|
+
http_version:
|
|
343
|
+
recorded_at: Wed, 17 Apr 2013 07:09:24 GMT
|
|
344
|
+
- request:
|
|
345
|
+
method: get
|
|
346
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?limit=5&skip=10&where=%7B%22title%22:%22post%22%7D
|
|
347
|
+
body:
|
|
348
|
+
encoding: US-ASCII
|
|
349
|
+
string: ''
|
|
350
|
+
headers:
|
|
351
|
+
Accept:
|
|
352
|
+
- ! '*/*; q=0.5, application/xml'
|
|
353
|
+
Accept-Encoding:
|
|
354
|
+
- gzip, deflate
|
|
355
|
+
User-Agent:
|
|
356
|
+
- Ruby
|
|
357
|
+
response:
|
|
358
|
+
status:
|
|
359
|
+
code: 200
|
|
360
|
+
message: OK
|
|
361
|
+
headers:
|
|
362
|
+
Cache-Control:
|
|
363
|
+
- max-age=0, private, must-revalidate
|
|
364
|
+
Content-Type:
|
|
365
|
+
- application/json; charset=utf-8
|
|
366
|
+
Date:
|
|
367
|
+
- Wed, 17 Apr 2013 07:09:24 GMT
|
|
368
|
+
Etag:
|
|
369
|
+
- ! '"93ca5094ee6a206adedeb2b5178d28c4"'
|
|
370
|
+
Server:
|
|
371
|
+
- nginx/1.2.2
|
|
372
|
+
Set-Cookie:
|
|
373
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMjRlMTNjNWNkMjc0ZTZjZDg4NzUxNDRhNjhjZDQyZTA%3D--5881c5aae40cf88621369328f6b8ac0b50eef33b;
|
|
374
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:24 GMT; secure;
|
|
375
|
+
HttpOnly
|
|
376
|
+
Status:
|
|
377
|
+
- 200 OK
|
|
378
|
+
X-Runtime:
|
|
379
|
+
- '0.039996'
|
|
380
|
+
X-Ua-Compatible:
|
|
381
|
+
- IE=Edge,chrome=1
|
|
382
|
+
Content-Length:
|
|
383
|
+
- '608'
|
|
384
|
+
Connection:
|
|
385
|
+
- keep-alive
|
|
386
|
+
body:
|
|
387
|
+
encoding: US-ASCII
|
|
388
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T07:09:22.159Z","updatedAt":"2013-04-17T07:09:22.159Z","objectId":"D4i3rE1fPC"},{"title":"post","createdAt":"2013-04-17T07:09:22.143Z","updatedAt":"2013-04-17T07:09:22.143Z","objectId":"11YG5ZbyCL"},{"title":"post","createdAt":"2013-04-17T07:09:22.120Z","updatedAt":"2013-04-17T07:09:22.120Z","objectId":"zkBN5YOTr3"},{"title":"post","createdAt":"2013-04-17T07:09:22.103Z","updatedAt":"2013-04-17T07:09:22.103Z","objectId":"Zmx0lcVsgH"},{"title":"post","createdAt":"2013-04-17T07:09:22.087Z","updatedAt":"2013-04-17T07:09:22.087Z","objectId":"b841zY6A6J"}]}'
|
|
389
|
+
http_version:
|
|
390
|
+
recorded_at: Wed, 17 Apr 2013 07:09:24 GMT
|
|
391
|
+
- request:
|
|
392
|
+
method: get
|
|
393
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?limit=5&skip=15&where=%7B%22title%22:%22post%22%7D
|
|
394
|
+
body:
|
|
395
|
+
encoding: US-ASCII
|
|
396
|
+
string: ''
|
|
397
|
+
headers:
|
|
398
|
+
Accept:
|
|
399
|
+
- ! '*/*; q=0.5, application/xml'
|
|
400
|
+
Accept-Encoding:
|
|
401
|
+
- gzip, deflate
|
|
402
|
+
User-Agent:
|
|
403
|
+
- Ruby
|
|
404
|
+
response:
|
|
405
|
+
status:
|
|
406
|
+
code: 200
|
|
407
|
+
message: OK
|
|
408
|
+
headers:
|
|
409
|
+
Cache-Control:
|
|
410
|
+
- max-age=0, private, must-revalidate
|
|
411
|
+
Content-Type:
|
|
412
|
+
- application/json; charset=utf-8
|
|
413
|
+
Date:
|
|
414
|
+
- Wed, 17 Apr 2013 07:09:25 GMT
|
|
415
|
+
Etag:
|
|
416
|
+
- ! '"34839e23ec922893c35a3162f774595d"'
|
|
417
|
+
Server:
|
|
418
|
+
- nginx/1.2.2
|
|
419
|
+
Set-Cookie:
|
|
420
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMDI0ZDc3ZWY5MTczODc3ZDg1ZjNlNWVjZjVkZmNiZWY%3D--3c713a764b586a2cdffb7f15cdaf913026227982;
|
|
421
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:25 GMT; secure;
|
|
422
|
+
HttpOnly
|
|
423
|
+
Status:
|
|
424
|
+
- 200 OK
|
|
425
|
+
X-Runtime:
|
|
426
|
+
- '0.028754'
|
|
427
|
+
X-Ua-Compatible:
|
|
428
|
+
- IE=Edge,chrome=1
|
|
429
|
+
Content-Length:
|
|
430
|
+
- '608'
|
|
431
|
+
Connection:
|
|
432
|
+
- keep-alive
|
|
433
|
+
body:
|
|
434
|
+
encoding: US-ASCII
|
|
435
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T07:09:22.071Z","updatedAt":"2013-04-17T07:09:22.071Z","objectId":"tfaj6NIVWQ"},{"title":"post","createdAt":"2013-04-17T07:09:22.043Z","updatedAt":"2013-04-17T07:09:22.043Z","objectId":"0if5IjxZjs"},{"title":"post","createdAt":"2013-04-17T07:09:22.025Z","updatedAt":"2013-04-17T07:09:22.025Z","objectId":"x7KzVdKNPW"},{"title":"post","createdAt":"2013-04-17T07:09:22.010Z","updatedAt":"2013-04-17T07:09:22.010Z","objectId":"J8bZib4xK4"},{"title":"post","createdAt":"2013-04-17T07:09:21.995Z","updatedAt":"2013-04-17T07:09:21.995Z","objectId":"yhfbxuigNd"}]}'
|
|
436
|
+
http_version:
|
|
437
|
+
recorded_at: Wed, 17 Apr 2013 07:09:25 GMT
|
|
438
|
+
- request:
|
|
439
|
+
method: get
|
|
440
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?limit=5&skip=20&where=%7B%22title%22:%22post%22%7D
|
|
441
|
+
body:
|
|
442
|
+
encoding: US-ASCII
|
|
443
|
+
string: ''
|
|
444
|
+
headers:
|
|
445
|
+
Accept:
|
|
446
|
+
- ! '*/*; q=0.5, application/xml'
|
|
447
|
+
Accept-Encoding:
|
|
448
|
+
- gzip, deflate
|
|
449
|
+
User-Agent:
|
|
450
|
+
- Ruby
|
|
451
|
+
response:
|
|
452
|
+
status:
|
|
453
|
+
code: 200
|
|
454
|
+
message: OK
|
|
455
|
+
headers:
|
|
456
|
+
Cache-Control:
|
|
457
|
+
- max-age=0, private, must-revalidate
|
|
458
|
+
Content-Type:
|
|
459
|
+
- application/json; charset=utf-8
|
|
460
|
+
Date:
|
|
461
|
+
- Wed, 17 Apr 2013 07:09:25 GMT
|
|
462
|
+
Etag:
|
|
463
|
+
- ! '"94e56eb8baa173522abf9308871b9239"'
|
|
464
|
+
Server:
|
|
465
|
+
- nginx/1.2.2
|
|
466
|
+
Set-Cookie:
|
|
467
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYzZkOTYzNTNjNDBmYmEwY2U0YWQ0NjY4YTBhMTRlMWY%3D--e2eef86c9e8b6a8e9c009283c127ef2b0a5e3e7b;
|
|
468
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:25 GMT; secure;
|
|
469
|
+
HttpOnly
|
|
470
|
+
Status:
|
|
471
|
+
- 200 OK
|
|
472
|
+
X-Runtime:
|
|
473
|
+
- '0.042335'
|
|
474
|
+
X-Ua-Compatible:
|
|
475
|
+
- IE=Edge,chrome=1
|
|
476
|
+
Content-Length:
|
|
477
|
+
- '608'
|
|
478
|
+
Connection:
|
|
479
|
+
- keep-alive
|
|
480
|
+
body:
|
|
481
|
+
encoding: US-ASCII
|
|
482
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T07:09:21.979Z","updatedAt":"2013-04-17T07:09:21.979Z","objectId":"OAL2HhR9UK"},{"title":"post","createdAt":"2013-04-17T07:09:21.963Z","updatedAt":"2013-04-17T07:09:21.963Z","objectId":"Hp6eq0nLan"},{"title":"post","createdAt":"2013-04-17T07:09:21.948Z","updatedAt":"2013-04-17T07:09:21.948Z","objectId":"qXfB4ko77U"},{"title":"post","createdAt":"2013-04-17T07:09:21.917Z","updatedAt":"2013-04-17T07:09:21.917Z","objectId":"ZED89dPKnP"},{"title":"post","createdAt":"2013-04-17T07:09:21.933Z","updatedAt":"2013-04-17T07:09:21.933Z","objectId":"hvjoZkhvri"}]}'
|
|
483
|
+
http_version:
|
|
484
|
+
recorded_at: Wed, 17 Apr 2013 07:09:25 GMT
|
|
485
|
+
- request:
|
|
486
|
+
method: get
|
|
487
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?limit=5&skip=25&where=%7B%22title%22:%22post%22%7D
|
|
488
|
+
body:
|
|
489
|
+
encoding: US-ASCII
|
|
490
|
+
string: ''
|
|
491
|
+
headers:
|
|
492
|
+
Accept:
|
|
493
|
+
- ! '*/*; q=0.5, application/xml'
|
|
494
|
+
Accept-Encoding:
|
|
495
|
+
- gzip, deflate
|
|
496
|
+
User-Agent:
|
|
497
|
+
- Ruby
|
|
498
|
+
response:
|
|
499
|
+
status:
|
|
500
|
+
code: 200
|
|
501
|
+
message: OK
|
|
502
|
+
headers:
|
|
503
|
+
Cache-Control:
|
|
504
|
+
- max-age=0, private, must-revalidate
|
|
505
|
+
Content-Type:
|
|
506
|
+
- application/json; charset=utf-8
|
|
507
|
+
Date:
|
|
508
|
+
- Wed, 17 Apr 2013 07:09:26 GMT
|
|
509
|
+
Etag:
|
|
510
|
+
- ! '"e2412c1ffbfb6b53a82a9daf665b2c1a"'
|
|
511
|
+
Server:
|
|
512
|
+
- nginx/1.2.2
|
|
513
|
+
Set-Cookie:
|
|
514
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjM5NzIzZDIxMzYzOThmMDM3YzZjZDMwNjEwNGM1ZjI%3D--ea202f388c8ab6473183150926393a656524aa8c;
|
|
515
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:26 GMT; secure;
|
|
516
|
+
HttpOnly
|
|
517
|
+
Status:
|
|
518
|
+
- 200 OK
|
|
519
|
+
X-Runtime:
|
|
520
|
+
- '0.031780'
|
|
521
|
+
X-Ua-Compatible:
|
|
522
|
+
- IE=Edge,chrome=1
|
|
523
|
+
Content-Length:
|
|
524
|
+
- '14'
|
|
525
|
+
Connection:
|
|
526
|
+
- keep-alive
|
|
527
|
+
body:
|
|
528
|
+
encoding: US-ASCII
|
|
529
|
+
string: ! '{"results":[]}'
|
|
530
|
+
http_version:
|
|
531
|
+
recorded_at: Wed, 17 Apr 2013 07:09:26 GMT
|
|
532
|
+
- request:
|
|
533
|
+
method: post
|
|
534
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/batch
|
|
535
|
+
body:
|
|
536
|
+
encoding: UTF-8
|
|
537
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/classes/Post/ZED89dPKnP"},{"method":"DELETE","path":"/1/classes/Post/hvjoZkhvri"},{"method":"DELETE","path":"/1/classes/Post/qXfB4ko77U"},{"method":"DELETE","path":"/1/classes/Post/Hp6eq0nLan"},{"method":"DELETE","path":"/1/classes/Post/OAL2HhR9UK"},{"method":"DELETE","path":"/1/classes/Post/yhfbxuigNd"},{"method":"DELETE","path":"/1/classes/Post/J8bZib4xK4"},{"method":"DELETE","path":"/1/classes/Post/x7KzVdKNPW"},{"method":"DELETE","path":"/1/classes/Post/0if5IjxZjs"},{"method":"DELETE","path":"/1/classes/Post/tfaj6NIVWQ"},{"method":"DELETE","path":"/1/classes/Post/b841zY6A6J"},{"method":"DELETE","path":"/1/classes/Post/Zmx0lcVsgH"},{"method":"DELETE","path":"/1/classes/Post/zkBN5YOTr3"},{"method":"DELETE","path":"/1/classes/Post/11YG5ZbyCL"},{"method":"DELETE","path":"/1/classes/Post/D4i3rE1fPC"},{"method":"DELETE","path":"/1/classes/Post/QfjGXvQFh9"},{"method":"DELETE","path":"/1/classes/Post/lTzOBEmg6D"},{"method":"DELETE","path":"/1/classes/Post/fPAge5enAX"},{"method":"DELETE","path":"/1/classes/Post/tFL0W4qkDP"},{"method":"DELETE","path":"/1/classes/Post/UAlNBxWJxs"}]}'
|
|
538
|
+
headers:
|
|
539
|
+
Accept:
|
|
540
|
+
- ! '*/*; q=0.5, application/xml'
|
|
541
|
+
Accept-Encoding:
|
|
542
|
+
- gzip, deflate
|
|
543
|
+
Content-Type:
|
|
544
|
+
- application/json
|
|
545
|
+
Content-Length:
|
|
546
|
+
- '1134'
|
|
547
|
+
User-Agent:
|
|
548
|
+
- Ruby
|
|
549
|
+
response:
|
|
550
|
+
status:
|
|
551
|
+
code: 200
|
|
552
|
+
message: OK
|
|
553
|
+
headers:
|
|
554
|
+
Cache-Control:
|
|
555
|
+
- max-age=0, private, must-revalidate
|
|
556
|
+
Content-Type:
|
|
557
|
+
- application/json; charset=utf-8
|
|
558
|
+
Date:
|
|
559
|
+
- Wed, 17 Apr 2013 07:09:27 GMT
|
|
560
|
+
Etag:
|
|
561
|
+
- ! '"73aba4ccb55fd6e8329ceadbad2bbc4a"'
|
|
562
|
+
Server:
|
|
563
|
+
- nginx/1.2.2
|
|
564
|
+
Set-Cookie:
|
|
565
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYmViNzk1Y2Y1OGJhOTFkOTY0ZTRmMDI3MWE4OGY3ZDk%3D--9d7982d929a3874de48e151167b9a1a439a4a136;
|
|
566
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:27 GMT; secure;
|
|
567
|
+
HttpOnly
|
|
568
|
+
Status:
|
|
569
|
+
- 200 OK
|
|
570
|
+
X-Runtime:
|
|
571
|
+
- '0.310579'
|
|
572
|
+
X-Ua-Compatible:
|
|
573
|
+
- IE=Edge,chrome=1
|
|
574
|
+
Content-Length:
|
|
575
|
+
- '341'
|
|
576
|
+
Connection:
|
|
577
|
+
- keep-alive
|
|
578
|
+
body:
|
|
579
|
+
encoding: US-ASCII
|
|
580
|
+
string: ! '[{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true}]'
|
|
581
|
+
http_version:
|
|
582
|
+
recorded_at: Wed, 17 Apr 2013 07:09:27 GMT
|
|
583
|
+
- request:
|
|
584
|
+
method: post
|
|
585
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/batch
|
|
586
|
+
body:
|
|
587
|
+
encoding: UTF-8
|
|
588
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/classes/Post/g69w998lxg"},{"method":"DELETE","path":"/1/classes/Post/FO17DhxvMj"},{"method":"DELETE","path":"/1/classes/Post/gs5bWJigoD"},{"method":"DELETE","path":"/1/classes/Post/CyCzhzvirF"},{"method":"DELETE","path":"/1/classes/Post/i50C2lI3cB"}]}'
|
|
589
|
+
headers:
|
|
590
|
+
Accept:
|
|
591
|
+
- ! '*/*; q=0.5, application/xml'
|
|
592
|
+
Accept-Encoding:
|
|
593
|
+
- gzip, deflate
|
|
594
|
+
Content-Type:
|
|
595
|
+
- application/json
|
|
596
|
+
Content-Length:
|
|
597
|
+
- '294'
|
|
598
|
+
User-Agent:
|
|
599
|
+
- Ruby
|
|
600
|
+
response:
|
|
601
|
+
status:
|
|
602
|
+
code: 200
|
|
603
|
+
message: OK
|
|
604
|
+
headers:
|
|
605
|
+
Cache-Control:
|
|
606
|
+
- max-age=0, private, must-revalidate
|
|
607
|
+
Content-Type:
|
|
608
|
+
- application/json; charset=utf-8
|
|
609
|
+
Date:
|
|
610
|
+
- Wed, 17 Apr 2013 07:09:27 GMT
|
|
611
|
+
Etag:
|
|
612
|
+
- ! '"ce743ce78185012845d9156c3362f264"'
|
|
613
|
+
Server:
|
|
614
|
+
- nginx/1.2.2
|
|
615
|
+
Set-Cookie:
|
|
616
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZTA4YTAyZDQzNDAwZGQ5MmNmYmU0OTMzZTJjMzI5OTI%3D--5fa13c499415b301d6328cf26cfff74e8396e1c1;
|
|
617
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:27 GMT; secure;
|
|
618
|
+
HttpOnly
|
|
619
|
+
Status:
|
|
620
|
+
- 200 OK
|
|
621
|
+
X-Runtime:
|
|
622
|
+
- '0.096167'
|
|
623
|
+
X-Ua-Compatible:
|
|
624
|
+
- IE=Edge,chrome=1
|
|
625
|
+
Content-Length:
|
|
626
|
+
- '86'
|
|
627
|
+
Connection:
|
|
628
|
+
- keep-alive
|
|
629
|
+
body:
|
|
630
|
+
encoding: US-ASCII
|
|
631
|
+
string: ! '[{"success":true},{"success":true},{"success":true},{"success":true},{"success":true}]'
|
|
632
|
+
http_version:
|
|
633
|
+
recorded_at: Wed, 17 Apr 2013 07:09:27 GMT
|
|
634
|
+
- request:
|
|
635
|
+
method: get
|
|
636
|
+
uri: https://tIcrV2dwbkT7AqjU8Cn8FZFU60hk5qCnMXlJnJQq:H6xYlZzvwBZHUBjoyrFKXkWZoCVfqrmC3ARXMZjq@api.parse.com/1/classes/Post?count=1&where=%7B%7D
|
|
637
|
+
body:
|
|
638
|
+
encoding: US-ASCII
|
|
639
|
+
string: ''
|
|
640
|
+
headers:
|
|
641
|
+
Accept:
|
|
642
|
+
- ! '*/*; q=0.5, application/xml'
|
|
643
|
+
Accept-Encoding:
|
|
644
|
+
- gzip, deflate
|
|
645
|
+
User-Agent:
|
|
646
|
+
- Ruby
|
|
647
|
+
response:
|
|
648
|
+
status:
|
|
649
|
+
code: 200
|
|
650
|
+
message: OK
|
|
651
|
+
headers:
|
|
652
|
+
Cache-Control:
|
|
653
|
+
- max-age=0, private, must-revalidate
|
|
654
|
+
Content-Type:
|
|
655
|
+
- application/json; charset=utf-8
|
|
656
|
+
Date:
|
|
657
|
+
- Wed, 17 Apr 2013 07:09:28 GMT
|
|
658
|
+
Etag:
|
|
659
|
+
- ! '"8c97ea0119fb2eb809f32e913cb37202"'
|
|
660
|
+
Server:
|
|
661
|
+
- nginx/1.2.2
|
|
662
|
+
Set-Cookie:
|
|
663
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNDg0Nzk2MTVjM2IzNDM1N2M3ZGM4YjNmNDAxOTYwYTQ%3D--9d4266cfe930bc3f79f52ca736cfab5592297372;
|
|
664
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 07:09:28 GMT; secure;
|
|
665
|
+
HttpOnly
|
|
666
|
+
Status:
|
|
667
|
+
- 200 OK
|
|
668
|
+
X-Runtime:
|
|
669
|
+
- '0.032689'
|
|
670
|
+
X-Ua-Compatible:
|
|
671
|
+
- IE=Edge,chrome=1
|
|
672
|
+
Content-Length:
|
|
673
|
+
- '24'
|
|
674
|
+
Connection:
|
|
675
|
+
- keep-alive
|
|
676
|
+
body:
|
|
677
|
+
encoding: US-ASCII
|
|
678
|
+
string: ! '{"results":[],"count":0}'
|
|
679
|
+
http_version:
|
|
680
|
+
recorded_at: Wed, 17 Apr 2013 07:09:28 GMT
|
|
681
|
+
- request:
|
|
682
|
+
method: get
|
|
683
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?where=%7B%7D
|
|
684
|
+
body:
|
|
685
|
+
encoding: US-ASCII
|
|
686
|
+
string: ''
|
|
687
|
+
headers:
|
|
688
|
+
Accept:
|
|
689
|
+
- ! '*/*; q=0.5, application/xml'
|
|
690
|
+
Accept-Encoding:
|
|
691
|
+
- gzip, deflate
|
|
692
|
+
User-Agent:
|
|
693
|
+
- Ruby
|
|
694
|
+
response:
|
|
695
|
+
status:
|
|
696
|
+
code: 200
|
|
697
|
+
message: OK
|
|
698
|
+
headers:
|
|
699
|
+
Cache-Control:
|
|
700
|
+
- max-age=0, private, must-revalidate
|
|
701
|
+
Content-Type:
|
|
702
|
+
- application/json; charset=utf-8
|
|
703
|
+
Date:
|
|
704
|
+
- Wed, 17 Apr 2013 20:08:21 GMT
|
|
705
|
+
Etag:
|
|
706
|
+
- ! '"8268c3ff885048a958cbbf1413eb400e"'
|
|
707
|
+
Server:
|
|
708
|
+
- nginx/1.2.2
|
|
709
|
+
Set-Cookie:
|
|
710
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZGFmMmQ1NWMwODBjYjkxM2E2MWM1ZDczODRkM2IzMTU%3D--2637703656f32bff2071eb7e0d5009429803577e;
|
|
711
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:21 GMT; secure;
|
|
712
|
+
HttpOnly
|
|
713
|
+
Status:
|
|
714
|
+
- 200 OK
|
|
715
|
+
X-Runtime:
|
|
716
|
+
- '0.045421'
|
|
717
|
+
X-Ua-Compatible:
|
|
718
|
+
- IE=Edge,chrome=1
|
|
719
|
+
Content-Length:
|
|
720
|
+
- '129'
|
|
721
|
+
Connection:
|
|
722
|
+
- keep-alive
|
|
723
|
+
body:
|
|
724
|
+
encoding: US-ASCII
|
|
725
|
+
string: ! '{"results":[{"title":"1","createdAt":"2013-04-17T20:08:19.883Z","updatedAt":"2013-04-17T20:08:19.883Z","objectId":"C8qx5fYttw"}]}'
|
|
726
|
+
http_version:
|
|
727
|
+
recorded_at: Wed, 17 Apr 2013 20:08:21 GMT
|
|
728
|
+
- request:
|
|
729
|
+
method: post
|
|
730
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/batch
|
|
731
|
+
body:
|
|
732
|
+
encoding: UTF-8
|
|
733
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/classes/Post/C8qx5fYttw"}]}'
|
|
734
|
+
headers:
|
|
735
|
+
Accept:
|
|
736
|
+
- ! '*/*; q=0.5, application/xml'
|
|
737
|
+
Accept-Encoding:
|
|
738
|
+
- gzip, deflate
|
|
739
|
+
Content-Type:
|
|
740
|
+
- application/json
|
|
741
|
+
Content-Length:
|
|
742
|
+
- '70'
|
|
743
|
+
User-Agent:
|
|
744
|
+
- Ruby
|
|
745
|
+
response:
|
|
746
|
+
status:
|
|
747
|
+
code: 200
|
|
748
|
+
message: OK
|
|
749
|
+
headers:
|
|
750
|
+
Cache-Control:
|
|
751
|
+
- max-age=0, private, must-revalidate
|
|
752
|
+
Content-Type:
|
|
753
|
+
- application/json; charset=utf-8
|
|
754
|
+
Date:
|
|
755
|
+
- Wed, 17 Apr 2013 20:08:21 GMT
|
|
756
|
+
Etag:
|
|
757
|
+
- ! '"6abe125b20486fefa07552105cea58f3"'
|
|
758
|
+
Server:
|
|
759
|
+
- nginx/1.2.2
|
|
760
|
+
Set-Cookie:
|
|
761
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYTU1NjE5YzVjMzIxYzA0NzIwNGFkMzRiNTJjNmVlMDk%3D--1073b233769bc8b82c233d5ee64a1ac564cb38a3;
|
|
762
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:21 GMT; secure;
|
|
763
|
+
HttpOnly
|
|
764
|
+
Status:
|
|
765
|
+
- 200 OK
|
|
766
|
+
X-Runtime:
|
|
767
|
+
- '0.032772'
|
|
768
|
+
X-Ua-Compatible:
|
|
769
|
+
- IE=Edge,chrome=1
|
|
770
|
+
Content-Length:
|
|
771
|
+
- '18'
|
|
772
|
+
Connection:
|
|
773
|
+
- keep-alive
|
|
774
|
+
body:
|
|
775
|
+
encoding: US-ASCII
|
|
776
|
+
string: ! '[{"success":true}]'
|
|
777
|
+
http_version:
|
|
778
|
+
recorded_at: Wed, 17 Apr 2013 20:08:21 GMT
|
|
779
|
+
- request:
|
|
780
|
+
method: post
|
|
781
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/batch
|
|
782
|
+
body:
|
|
783
|
+
encoding: UTF-8
|
|
784
|
+
string: ! '{"requests":[{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}}]}'
|
|
785
|
+
headers:
|
|
786
|
+
Accept:
|
|
787
|
+
- ! '*/*; q=0.5, application/xml'
|
|
788
|
+
Accept-Encoding:
|
|
789
|
+
- gzip, deflate
|
|
790
|
+
Content-Type:
|
|
791
|
+
- application/json
|
|
792
|
+
Content-Length:
|
|
793
|
+
- '1354'
|
|
794
|
+
User-Agent:
|
|
795
|
+
- Ruby
|
|
796
|
+
response:
|
|
797
|
+
status:
|
|
798
|
+
code: 200
|
|
799
|
+
message: OK
|
|
800
|
+
headers:
|
|
801
|
+
Cache-Control:
|
|
802
|
+
- max-age=0, private, must-revalidate
|
|
803
|
+
Content-Type:
|
|
804
|
+
- application/json; charset=utf-8
|
|
805
|
+
Date:
|
|
806
|
+
- Wed, 17 Apr 2013 20:08:26 GMT
|
|
807
|
+
Etag:
|
|
808
|
+
- ! '"9b9e78a81c9a02bd009aff1f497f1b94"'
|
|
809
|
+
Server:
|
|
810
|
+
- nginx/1.2.2
|
|
811
|
+
Set-Cookie:
|
|
812
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZDkxM2FhYzAzMjIzZGE1MTY3YmQxNTVjY2JmOTRlZjU%3D--d7ccb23965917f8f94f5326832024f767ac03b3c;
|
|
813
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:26 GMT; secure;
|
|
814
|
+
HttpOnly
|
|
815
|
+
Status:
|
|
816
|
+
- 200 OK
|
|
817
|
+
X-Runtime:
|
|
818
|
+
- '4.408696'
|
|
819
|
+
X-Ua-Compatible:
|
|
820
|
+
- IE=Edge,chrome=1
|
|
821
|
+
Content-Length:
|
|
822
|
+
- '1541'
|
|
823
|
+
Connection:
|
|
824
|
+
- keep-alive
|
|
825
|
+
body:
|
|
826
|
+
encoding: US-ASCII
|
|
827
|
+
string: ! '[{"success":{"createdAt":"2013-04-17T20:08:21.717Z","objectId":"UtsV0FJc80"}},{"success":{"createdAt":"2013-04-17T20:08:21.800Z","objectId":"hERRFuQvbZ"}},{"success":{"createdAt":"2013-04-17T20:08:21.815Z","objectId":"egZyEQmBoL"}},{"success":{"createdAt":"2013-04-17T20:08:21.827Z","objectId":"LwMY9JHrge"}},{"success":{"createdAt":"2013-04-17T20:08:21.888Z","objectId":"YMdrCKCiab"}},{"success":{"createdAt":"2013-04-17T20:08:21.900Z","objectId":"WzNTfjKuzt"}},{"success":{"createdAt":"2013-04-17T20:08:21.912Z","objectId":"tajyerVmiI"}},{"success":{"createdAt":"2013-04-17T20:08:21.925Z","objectId":"rLlE5uh4Lt"}},{"success":{"createdAt":"2013-04-17T20:08:21.937Z","objectId":"V41wXwOdmD"}},{"success":{"createdAt":"2013-04-17T20:08:21.949Z","objectId":"gIQruawoLk"}},{"success":{"createdAt":"2013-04-17T20:08:21.962Z","objectId":"KUgpRXbv4B"}},{"success":{"createdAt":"2013-04-17T20:08:21.974Z","objectId":"pPP8FNJW7a"}},{"success":{"createdAt":"2013-04-17T20:08:21.987Z","objectId":"qSTCjUJB1d"}},{"success":{"createdAt":"2013-04-17T20:08:21.999Z","objectId":"uSQW1zDho2"}},{"success":{"createdAt":"2013-04-17T20:08:22.012Z","objectId":"1EOecRYruY"}},{"success":{"createdAt":"2013-04-17T20:08:22.024Z","objectId":"j6LSQ5EvWJ"}},{"success":{"createdAt":"2013-04-17T20:08:22.053Z","objectId":"WHgZ7sX3ik"}},{"success":{"createdAt":"2013-04-17T20:08:22.573Z","objectId":"2GfjdbMIvx"}},{"success":{"createdAt":"2013-04-17T20:08:25.762Z","objectId":"b1w5OQhxZ5"}},{"success":{"createdAt":"2013-04-17T20:08:26.088Z","objectId":"5Fjw0aG25P"}}]'
|
|
828
|
+
http_version:
|
|
829
|
+
recorded_at: Wed, 17 Apr 2013 20:08:26 GMT
|
|
830
|
+
- request:
|
|
831
|
+
method: post
|
|
832
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/batch
|
|
833
|
+
body:
|
|
834
|
+
encoding: UTF-8
|
|
835
|
+
string: ! '{"requests":[{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}},{"method":"POST","path":"/1/classes/Post","body":{"title":"post"}}]}'
|
|
836
|
+
headers:
|
|
837
|
+
Accept:
|
|
838
|
+
- ! '*/*; q=0.5, application/xml'
|
|
839
|
+
Accept-Encoding:
|
|
840
|
+
- gzip, deflate
|
|
841
|
+
Content-Type:
|
|
842
|
+
- application/json
|
|
843
|
+
Content-Length:
|
|
844
|
+
- '349'
|
|
845
|
+
User-Agent:
|
|
846
|
+
- Ruby
|
|
847
|
+
response:
|
|
848
|
+
status:
|
|
849
|
+
code: 200
|
|
850
|
+
message: OK
|
|
851
|
+
headers:
|
|
852
|
+
Cache-Control:
|
|
853
|
+
- max-age=0, private, must-revalidate
|
|
854
|
+
Content-Type:
|
|
855
|
+
- application/json; charset=utf-8
|
|
856
|
+
Date:
|
|
857
|
+
- Wed, 17 Apr 2013 20:08:26 GMT
|
|
858
|
+
Etag:
|
|
859
|
+
- ! '"ea433de359109ee345ed65d324c02056"'
|
|
860
|
+
Server:
|
|
861
|
+
- nginx/1.2.2
|
|
862
|
+
Set-Cookie:
|
|
863
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjI1MDc0MzFmM2FjNjk3ZDAzMTc2ODVhMzkyMDgxYmI%3D--ccb2aa7ac72e493eb4304a2bc259cd5a4b741254;
|
|
864
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:26 GMT; secure;
|
|
865
|
+
HttpOnly
|
|
866
|
+
Status:
|
|
867
|
+
- 200 OK
|
|
868
|
+
X-Runtime:
|
|
869
|
+
- '0.107390'
|
|
870
|
+
X-Ua-Compatible:
|
|
871
|
+
- IE=Edge,chrome=1
|
|
872
|
+
Content-Length:
|
|
873
|
+
- '386'
|
|
874
|
+
Connection:
|
|
875
|
+
- keep-alive
|
|
876
|
+
body:
|
|
877
|
+
encoding: US-ASCII
|
|
878
|
+
string: ! '[{"success":{"createdAt":"2013-04-17T20:08:26.228Z","objectId":"ZvWVfz7YWA"}},{"success":{"createdAt":"2013-04-17T20:08:26.270Z","objectId":"nFzqOnejFL"}},{"success":{"createdAt":"2013-04-17T20:08:26.280Z","objectId":"fJPkgzhfiQ"}},{"success":{"createdAt":"2013-04-17T20:08:26.291Z","objectId":"k0MzEC0GCW"}},{"success":{"createdAt":"2013-04-17T20:08:26.302Z","objectId":"Thyq8U1baR"}}]'
|
|
879
|
+
http_version:
|
|
880
|
+
recorded_at: Wed, 17 Apr 2013 20:08:26 GMT
|
|
881
|
+
- request:
|
|
882
|
+
method: get
|
|
883
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?count=1&where=%7B%7D
|
|
884
|
+
body:
|
|
885
|
+
encoding: US-ASCII
|
|
886
|
+
string: ''
|
|
887
|
+
headers:
|
|
888
|
+
Accept:
|
|
889
|
+
- ! '*/*; q=0.5, application/xml'
|
|
890
|
+
Accept-Encoding:
|
|
891
|
+
- gzip, deflate
|
|
892
|
+
User-Agent:
|
|
893
|
+
- Ruby
|
|
894
|
+
response:
|
|
895
|
+
status:
|
|
896
|
+
code: 200
|
|
897
|
+
message: OK
|
|
898
|
+
headers:
|
|
899
|
+
Cache-Control:
|
|
900
|
+
- max-age=0, private, must-revalidate
|
|
901
|
+
Content-Type:
|
|
902
|
+
- application/json; charset=utf-8
|
|
903
|
+
Date:
|
|
904
|
+
- Wed, 17 Apr 2013 20:08:26 GMT
|
|
905
|
+
Etag:
|
|
906
|
+
- ! '"d0ecada8ca2c21086018c3d7a4c57120"'
|
|
907
|
+
Server:
|
|
908
|
+
- nginx/1.2.2
|
|
909
|
+
Set-Cookie:
|
|
910
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2Q3ZjU0YzI0NzVmZGRmYzZhNjY1MjZjZTNmMjI3YmU%3D--5ac343f48db03a275f6a02f912d8152e2976044d;
|
|
911
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:26 GMT; secure;
|
|
912
|
+
HttpOnly
|
|
913
|
+
Status:
|
|
914
|
+
- 200 OK
|
|
915
|
+
X-Runtime:
|
|
916
|
+
- '0.037298'
|
|
917
|
+
X-Ua-Compatible:
|
|
918
|
+
- IE=Edge,chrome=1
|
|
919
|
+
Content-Length:
|
|
920
|
+
- '2999'
|
|
921
|
+
Connection:
|
|
922
|
+
- keep-alive
|
|
923
|
+
body:
|
|
924
|
+
encoding: US-ASCII
|
|
925
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T20:08:21.717Z","updatedAt":"2013-04-17T20:08:21.717Z","objectId":"UtsV0FJc80"},{"title":"post","createdAt":"2013-04-17T20:08:21.800Z","updatedAt":"2013-04-17T20:08:21.800Z","objectId":"hERRFuQvbZ"},{"title":"post","createdAt":"2013-04-17T20:08:21.815Z","updatedAt":"2013-04-17T20:08:21.815Z","objectId":"egZyEQmBoL"},{"title":"post","createdAt":"2013-04-17T20:08:21.827Z","updatedAt":"2013-04-17T20:08:21.827Z","objectId":"LwMY9JHrge"},{"title":"post","createdAt":"2013-04-17T20:08:21.888Z","updatedAt":"2013-04-17T20:08:21.888Z","objectId":"YMdrCKCiab"},{"title":"post","createdAt":"2013-04-17T20:08:21.900Z","updatedAt":"2013-04-17T20:08:21.900Z","objectId":"WzNTfjKuzt"},{"title":"post","createdAt":"2013-04-17T20:08:21.912Z","updatedAt":"2013-04-17T20:08:21.912Z","objectId":"tajyerVmiI"},{"title":"post","createdAt":"2013-04-17T20:08:21.925Z","updatedAt":"2013-04-17T20:08:21.925Z","objectId":"rLlE5uh4Lt"},{"title":"post","createdAt":"2013-04-17T20:08:21.937Z","updatedAt":"2013-04-17T20:08:21.937Z","objectId":"V41wXwOdmD"},{"title":"post","createdAt":"2013-04-17T20:08:21.949Z","updatedAt":"2013-04-17T20:08:21.949Z","objectId":"gIQruawoLk"},{"title":"post","createdAt":"2013-04-17T20:08:21.962Z","updatedAt":"2013-04-17T20:08:21.962Z","objectId":"KUgpRXbv4B"},{"title":"post","createdAt":"2013-04-17T20:08:21.974Z","updatedAt":"2013-04-17T20:08:21.974Z","objectId":"pPP8FNJW7a"},{"title":"post","createdAt":"2013-04-17T20:08:21.987Z","updatedAt":"2013-04-17T20:08:21.987Z","objectId":"qSTCjUJB1d"},{"title":"post","createdAt":"2013-04-17T20:08:21.999Z","updatedAt":"2013-04-17T20:08:21.999Z","objectId":"uSQW1zDho2"},{"title":"post","createdAt":"2013-04-17T20:08:22.012Z","updatedAt":"2013-04-17T20:08:22.012Z","objectId":"1EOecRYruY"},{"title":"post","createdAt":"2013-04-17T20:08:22.024Z","updatedAt":"2013-04-17T20:08:22.024Z","objectId":"j6LSQ5EvWJ"},{"title":"post","createdAt":"2013-04-17T20:08:22.053Z","updatedAt":"2013-04-17T20:08:22.053Z","objectId":"WHgZ7sX3ik"},{"title":"post","createdAt":"2013-04-17T20:08:22.573Z","updatedAt":"2013-04-17T20:08:22.573Z","objectId":"2GfjdbMIvx"},{"title":"post","createdAt":"2013-04-17T20:08:25.762Z","updatedAt":"2013-04-17T20:08:25.762Z","objectId":"b1w5OQhxZ5"},{"title":"post","createdAt":"2013-04-17T20:08:26.088Z","updatedAt":"2013-04-17T20:08:26.088Z","objectId":"5Fjw0aG25P"},{"title":"post","createdAt":"2013-04-17T20:08:26.228Z","updatedAt":"2013-04-17T20:08:26.228Z","objectId":"ZvWVfz7YWA"},{"title":"post","createdAt":"2013-04-17T20:08:26.270Z","updatedAt":"2013-04-17T20:08:26.270Z","objectId":"nFzqOnejFL"},{"title":"post","createdAt":"2013-04-17T20:08:26.280Z","updatedAt":"2013-04-17T20:08:26.280Z","objectId":"fJPkgzhfiQ"},{"title":"post","createdAt":"2013-04-17T20:08:26.291Z","updatedAt":"2013-04-17T20:08:26.291Z","objectId":"k0MzEC0GCW"},{"title":"post","createdAt":"2013-04-17T20:08:26.302Z","updatedAt":"2013-04-17T20:08:26.302Z","objectId":"Thyq8U1baR"}],"count":25}'
|
|
926
|
+
http_version:
|
|
927
|
+
recorded_at: Wed, 17 Apr 2013 20:08:26 GMT
|
|
928
|
+
- request:
|
|
929
|
+
method: get
|
|
930
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?limit=5&skip=0&where=%7B%22title%22:%22post%22%7D
|
|
931
|
+
body:
|
|
932
|
+
encoding: US-ASCII
|
|
933
|
+
string: ''
|
|
934
|
+
headers:
|
|
935
|
+
Accept:
|
|
936
|
+
- ! '*/*; q=0.5, application/xml'
|
|
937
|
+
Accept-Encoding:
|
|
938
|
+
- gzip, deflate
|
|
939
|
+
User-Agent:
|
|
940
|
+
- Ruby
|
|
941
|
+
response:
|
|
942
|
+
status:
|
|
943
|
+
code: 200
|
|
944
|
+
message: OK
|
|
945
|
+
headers:
|
|
946
|
+
Cache-Control:
|
|
947
|
+
- max-age=0, private, must-revalidate
|
|
948
|
+
Content-Type:
|
|
949
|
+
- application/json; charset=utf-8
|
|
950
|
+
Date:
|
|
951
|
+
- Wed, 17 Apr 2013 20:08:26 GMT
|
|
952
|
+
Etag:
|
|
953
|
+
- ! '"3aba44cb8bca20fd70a0a8e971ea6a63"'
|
|
954
|
+
Server:
|
|
955
|
+
- nginx/1.2.2
|
|
956
|
+
Set-Cookie:
|
|
957
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZjgzOGMzNDc2MWM0ODliZTI2ZWQxNjIxYjk1Zjg1NjY%3D--c868344a52544f2f7692ef060bb7072c31d9f474;
|
|
958
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:26 GMT; secure;
|
|
959
|
+
HttpOnly
|
|
960
|
+
Status:
|
|
961
|
+
- 200 OK
|
|
962
|
+
X-Runtime:
|
|
963
|
+
- '0.032310'
|
|
964
|
+
X-Ua-Compatible:
|
|
965
|
+
- IE=Edge,chrome=1
|
|
966
|
+
Content-Length:
|
|
967
|
+
- '608'
|
|
968
|
+
Connection:
|
|
969
|
+
- keep-alive
|
|
970
|
+
body:
|
|
971
|
+
encoding: US-ASCII
|
|
972
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T20:08:26.291Z","updatedAt":"2013-04-17T20:08:26.291Z","objectId":"k0MzEC0GCW"},{"title":"post","createdAt":"2013-04-17T20:08:21.999Z","updatedAt":"2013-04-17T20:08:21.999Z","objectId":"uSQW1zDho2"},{"title":"post","createdAt":"2013-04-17T20:08:21.987Z","updatedAt":"2013-04-17T20:08:21.987Z","objectId":"qSTCjUJB1d"},{"title":"post","createdAt":"2013-04-17T20:08:26.280Z","updatedAt":"2013-04-17T20:08:26.280Z","objectId":"fJPkgzhfiQ"},{"title":"post","createdAt":"2013-04-17T20:08:22.024Z","updatedAt":"2013-04-17T20:08:22.024Z","objectId":"j6LSQ5EvWJ"}]}'
|
|
973
|
+
http_version:
|
|
974
|
+
recorded_at: Wed, 17 Apr 2013 20:08:26 GMT
|
|
975
|
+
- request:
|
|
976
|
+
method: get
|
|
977
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?limit=5&skip=5&where=%7B%22title%22:%22post%22%7D
|
|
978
|
+
body:
|
|
979
|
+
encoding: US-ASCII
|
|
980
|
+
string: ''
|
|
981
|
+
headers:
|
|
982
|
+
Accept:
|
|
983
|
+
- ! '*/*; q=0.5, application/xml'
|
|
984
|
+
Accept-Encoding:
|
|
985
|
+
- gzip, deflate
|
|
986
|
+
User-Agent:
|
|
987
|
+
- Ruby
|
|
988
|
+
response:
|
|
989
|
+
status:
|
|
990
|
+
code: 200
|
|
991
|
+
message: OK
|
|
992
|
+
headers:
|
|
993
|
+
Cache-Control:
|
|
994
|
+
- max-age=0, private, must-revalidate
|
|
995
|
+
Content-Type:
|
|
996
|
+
- application/json; charset=utf-8
|
|
997
|
+
Date:
|
|
998
|
+
- Wed, 17 Apr 2013 20:08:26 GMT
|
|
999
|
+
Etag:
|
|
1000
|
+
- ! '"30f9e91b9148cfbfaf80fc90ea88ae28"'
|
|
1001
|
+
Server:
|
|
1002
|
+
- nginx/1.2.2
|
|
1003
|
+
Set-Cookie:
|
|
1004
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNGY1YmJjZDg2MzYwOWYyMzdlYjkwYzU3MTBlYWY1MjE%3D--fd0eba513ee2d959b13a603157616683c12c5d7f;
|
|
1005
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:26 GMT; secure;
|
|
1006
|
+
HttpOnly
|
|
1007
|
+
Status:
|
|
1008
|
+
- 200 OK
|
|
1009
|
+
X-Runtime:
|
|
1010
|
+
- '0.031344'
|
|
1011
|
+
X-Ua-Compatible:
|
|
1012
|
+
- IE=Edge,chrome=1
|
|
1013
|
+
Content-Length:
|
|
1014
|
+
- '608'
|
|
1015
|
+
Connection:
|
|
1016
|
+
- keep-alive
|
|
1017
|
+
body:
|
|
1018
|
+
encoding: US-ASCII
|
|
1019
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T20:08:22.012Z","updatedAt":"2013-04-17T20:08:22.012Z","objectId":"1EOecRYruY"},{"title":"post","createdAt":"2013-04-17T20:08:22.053Z","updatedAt":"2013-04-17T20:08:22.053Z","objectId":"WHgZ7sX3ik"},{"title":"post","createdAt":"2013-04-17T20:08:22.573Z","updatedAt":"2013-04-17T20:08:22.573Z","objectId":"2GfjdbMIvx"},{"title":"post","createdAt":"2013-04-17T20:08:26.302Z","updatedAt":"2013-04-17T20:08:26.302Z","objectId":"Thyq8U1baR"},{"title":"post","createdAt":"2013-04-17T20:08:25.762Z","updatedAt":"2013-04-17T20:08:25.762Z","objectId":"b1w5OQhxZ5"}]}'
|
|
1020
|
+
http_version:
|
|
1021
|
+
recorded_at: Wed, 17 Apr 2013 20:08:26 GMT
|
|
1022
|
+
- request:
|
|
1023
|
+
method: get
|
|
1024
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?limit=5&skip=10&where=%7B%22title%22:%22post%22%7D
|
|
1025
|
+
body:
|
|
1026
|
+
encoding: US-ASCII
|
|
1027
|
+
string: ''
|
|
1028
|
+
headers:
|
|
1029
|
+
Accept:
|
|
1030
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1031
|
+
Accept-Encoding:
|
|
1032
|
+
- gzip, deflate
|
|
1033
|
+
User-Agent:
|
|
1034
|
+
- Ruby
|
|
1035
|
+
response:
|
|
1036
|
+
status:
|
|
1037
|
+
code: 200
|
|
1038
|
+
message: OK
|
|
1039
|
+
headers:
|
|
1040
|
+
Cache-Control:
|
|
1041
|
+
- max-age=0, private, must-revalidate
|
|
1042
|
+
Content-Type:
|
|
1043
|
+
- application/json; charset=utf-8
|
|
1044
|
+
Date:
|
|
1045
|
+
- Wed, 17 Apr 2013 20:08:26 GMT
|
|
1046
|
+
Etag:
|
|
1047
|
+
- ! '"fa977648284a41eb85e9cea8d21360e4"'
|
|
1048
|
+
Server:
|
|
1049
|
+
- nginx/1.2.2
|
|
1050
|
+
Set-Cookie:
|
|
1051
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMTA1YTY0NzcxOWNmYTE4OTNiYjNjMWU0N2I3ZGVjYjQ%3D--a951a0bacfb7b3e6375a1522f86cf1d3f09c971a;
|
|
1052
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:26 GMT; secure;
|
|
1053
|
+
HttpOnly
|
|
1054
|
+
Status:
|
|
1055
|
+
- 200 OK
|
|
1056
|
+
X-Runtime:
|
|
1057
|
+
- '0.030947'
|
|
1058
|
+
X-Ua-Compatible:
|
|
1059
|
+
- IE=Edge,chrome=1
|
|
1060
|
+
Content-Length:
|
|
1061
|
+
- '608'
|
|
1062
|
+
Connection:
|
|
1063
|
+
- keep-alive
|
|
1064
|
+
body:
|
|
1065
|
+
encoding: US-ASCII
|
|
1066
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T20:08:26.088Z","updatedAt":"2013-04-17T20:08:26.088Z","objectId":"5Fjw0aG25P"},{"title":"post","createdAt":"2013-04-17T20:08:26.228Z","updatedAt":"2013-04-17T20:08:26.228Z","objectId":"ZvWVfz7YWA"},{"title":"post","createdAt":"2013-04-17T20:08:26.270Z","updatedAt":"2013-04-17T20:08:26.270Z","objectId":"nFzqOnejFL"},{"title":"post","createdAt":"2013-04-17T20:08:21.925Z","updatedAt":"2013-04-17T20:08:21.925Z","objectId":"rLlE5uh4Lt"},{"title":"post","createdAt":"2013-04-17T20:08:21.937Z","updatedAt":"2013-04-17T20:08:21.937Z","objectId":"V41wXwOdmD"}]}'
|
|
1067
|
+
http_version:
|
|
1068
|
+
recorded_at: Wed, 17 Apr 2013 20:08:26 GMT
|
|
1069
|
+
- request:
|
|
1070
|
+
method: get
|
|
1071
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?limit=5&skip=15&where=%7B%22title%22:%22post%22%7D
|
|
1072
|
+
body:
|
|
1073
|
+
encoding: US-ASCII
|
|
1074
|
+
string: ''
|
|
1075
|
+
headers:
|
|
1076
|
+
Accept:
|
|
1077
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1078
|
+
Accept-Encoding:
|
|
1079
|
+
- gzip, deflate
|
|
1080
|
+
User-Agent:
|
|
1081
|
+
- Ruby
|
|
1082
|
+
response:
|
|
1083
|
+
status:
|
|
1084
|
+
code: 200
|
|
1085
|
+
message: OK
|
|
1086
|
+
headers:
|
|
1087
|
+
Cache-Control:
|
|
1088
|
+
- max-age=0, private, must-revalidate
|
|
1089
|
+
Content-Type:
|
|
1090
|
+
- application/json; charset=utf-8
|
|
1091
|
+
Date:
|
|
1092
|
+
- Wed, 17 Apr 2013 20:08:26 GMT
|
|
1093
|
+
Etag:
|
|
1094
|
+
- ! '"1cc865ddd2ae2ce2bad28661be257f41"'
|
|
1095
|
+
Server:
|
|
1096
|
+
- nginx/1.2.2
|
|
1097
|
+
Set-Cookie:
|
|
1098
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjE4YjlmNTA2ZmY3ZDQ1Y2Y4YjFhYTYzMjg0MzdmNDk%3D--630eb3be5a33c026128846b86d007bc15e1a0c9d;
|
|
1099
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:26 GMT; secure;
|
|
1100
|
+
HttpOnly
|
|
1101
|
+
Status:
|
|
1102
|
+
- 200 OK
|
|
1103
|
+
X-Runtime:
|
|
1104
|
+
- '0.031580'
|
|
1105
|
+
X-Ua-Compatible:
|
|
1106
|
+
- IE=Edge,chrome=1
|
|
1107
|
+
Content-Length:
|
|
1108
|
+
- '608'
|
|
1109
|
+
Connection:
|
|
1110
|
+
- keep-alive
|
|
1111
|
+
body:
|
|
1112
|
+
encoding: US-ASCII
|
|
1113
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T20:08:21.900Z","updatedAt":"2013-04-17T20:08:21.900Z","objectId":"WzNTfjKuzt"},{"title":"post","createdAt":"2013-04-17T20:08:21.912Z","updatedAt":"2013-04-17T20:08:21.912Z","objectId":"tajyerVmiI"},{"title":"post","createdAt":"2013-04-17T20:08:21.717Z","updatedAt":"2013-04-17T20:08:21.717Z","objectId":"UtsV0FJc80"},{"title":"post","createdAt":"2013-04-17T20:08:21.815Z","updatedAt":"2013-04-17T20:08:21.815Z","objectId":"egZyEQmBoL"},{"title":"post","createdAt":"2013-04-17T20:08:21.888Z","updatedAt":"2013-04-17T20:08:21.888Z","objectId":"YMdrCKCiab"}]}'
|
|
1114
|
+
http_version:
|
|
1115
|
+
recorded_at: Wed, 17 Apr 2013 20:08:26 GMT
|
|
1116
|
+
- request:
|
|
1117
|
+
method: get
|
|
1118
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?limit=5&skip=20&where=%7B%22title%22:%22post%22%7D
|
|
1119
|
+
body:
|
|
1120
|
+
encoding: US-ASCII
|
|
1121
|
+
string: ''
|
|
1122
|
+
headers:
|
|
1123
|
+
Accept:
|
|
1124
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1125
|
+
Accept-Encoding:
|
|
1126
|
+
- gzip, deflate
|
|
1127
|
+
User-Agent:
|
|
1128
|
+
- Ruby
|
|
1129
|
+
response:
|
|
1130
|
+
status:
|
|
1131
|
+
code: 200
|
|
1132
|
+
message: OK
|
|
1133
|
+
headers:
|
|
1134
|
+
Cache-Control:
|
|
1135
|
+
- max-age=0, private, must-revalidate
|
|
1136
|
+
Content-Type:
|
|
1137
|
+
- application/json; charset=utf-8
|
|
1138
|
+
Date:
|
|
1139
|
+
- Wed, 17 Apr 2013 20:08:27 GMT
|
|
1140
|
+
Etag:
|
|
1141
|
+
- ! '"f1c513833cde3cc5881fef6310d6372c"'
|
|
1142
|
+
Server:
|
|
1143
|
+
- nginx/1.2.2
|
|
1144
|
+
Set-Cookie:
|
|
1145
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZjM4OWI4NWQ3NDFmNzcyYmFmZDdhMzJjZGJlNTQ2NTk%3D--cf82d03305ab58fd3ef6989171e627decdc1b555;
|
|
1146
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:27 GMT; secure;
|
|
1147
|
+
HttpOnly
|
|
1148
|
+
Status:
|
|
1149
|
+
- 200 OK
|
|
1150
|
+
X-Runtime:
|
|
1151
|
+
- '0.221340'
|
|
1152
|
+
X-Ua-Compatible:
|
|
1153
|
+
- IE=Edge,chrome=1
|
|
1154
|
+
Content-Length:
|
|
1155
|
+
- '608'
|
|
1156
|
+
Connection:
|
|
1157
|
+
- keep-alive
|
|
1158
|
+
body:
|
|
1159
|
+
encoding: US-ASCII
|
|
1160
|
+
string: ! '{"results":[{"title":"post","createdAt":"2013-04-17T20:08:21.827Z","updatedAt":"2013-04-17T20:08:21.827Z","objectId":"LwMY9JHrge"},{"title":"post","createdAt":"2013-04-17T20:08:21.949Z","updatedAt":"2013-04-17T20:08:21.949Z","objectId":"gIQruawoLk"},{"title":"post","createdAt":"2013-04-17T20:08:21.962Z","updatedAt":"2013-04-17T20:08:21.962Z","objectId":"KUgpRXbv4B"},{"title":"post","createdAt":"2013-04-17T20:08:21.800Z","updatedAt":"2013-04-17T20:08:21.800Z","objectId":"hERRFuQvbZ"},{"title":"post","createdAt":"2013-04-17T20:08:21.974Z","updatedAt":"2013-04-17T20:08:21.974Z","objectId":"pPP8FNJW7a"}]}'
|
|
1161
|
+
http_version:
|
|
1162
|
+
recorded_at: Wed, 17 Apr 2013 20:08:27 GMT
|
|
1163
|
+
- request:
|
|
1164
|
+
method: get
|
|
1165
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?limit=5&skip=25&where=%7B%22title%22:%22post%22%7D
|
|
1166
|
+
body:
|
|
1167
|
+
encoding: US-ASCII
|
|
1168
|
+
string: ''
|
|
1169
|
+
headers:
|
|
1170
|
+
Accept:
|
|
1171
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1172
|
+
Accept-Encoding:
|
|
1173
|
+
- gzip, deflate
|
|
1174
|
+
User-Agent:
|
|
1175
|
+
- Ruby
|
|
1176
|
+
response:
|
|
1177
|
+
status:
|
|
1178
|
+
code: 200
|
|
1179
|
+
message: OK
|
|
1180
|
+
headers:
|
|
1181
|
+
Cache-Control:
|
|
1182
|
+
- max-age=0, private, must-revalidate
|
|
1183
|
+
Content-Type:
|
|
1184
|
+
- application/json; charset=utf-8
|
|
1185
|
+
Date:
|
|
1186
|
+
- Wed, 17 Apr 2013 20:08:27 GMT
|
|
1187
|
+
Etag:
|
|
1188
|
+
- ! '"e2412c1ffbfb6b53a82a9daf665b2c1a"'
|
|
1189
|
+
Server:
|
|
1190
|
+
- nginx/1.2.2
|
|
1191
|
+
Set-Cookie:
|
|
1192
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2I0NGUxMjNlYTc5OTg1MWNiZWVmYmZmMjMxNTQzMjE%3D--d62c2c213f5ef20fcc7756451ef05ebd9702a27f;
|
|
1193
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:27 GMT; secure;
|
|
1194
|
+
HttpOnly
|
|
1195
|
+
Status:
|
|
1196
|
+
- 200 OK
|
|
1197
|
+
X-Runtime:
|
|
1198
|
+
- '0.040730'
|
|
1199
|
+
X-Ua-Compatible:
|
|
1200
|
+
- IE=Edge,chrome=1
|
|
1201
|
+
Content-Length:
|
|
1202
|
+
- '14'
|
|
1203
|
+
Connection:
|
|
1204
|
+
- keep-alive
|
|
1205
|
+
body:
|
|
1206
|
+
encoding: US-ASCII
|
|
1207
|
+
string: ! '{"results":[]}'
|
|
1208
|
+
http_version:
|
|
1209
|
+
recorded_at: Wed, 17 Apr 2013 20:08:27 GMT
|
|
1210
|
+
- request:
|
|
1211
|
+
method: post
|
|
1212
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/batch
|
|
1213
|
+
body:
|
|
1214
|
+
encoding: UTF-8
|
|
1215
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/classes/Post/UtsV0FJc80"},{"method":"DELETE","path":"/1/classes/Post/hERRFuQvbZ"},{"method":"DELETE","path":"/1/classes/Post/egZyEQmBoL"},{"method":"DELETE","path":"/1/classes/Post/LwMY9JHrge"},{"method":"DELETE","path":"/1/classes/Post/YMdrCKCiab"},{"method":"DELETE","path":"/1/classes/Post/WzNTfjKuzt"},{"method":"DELETE","path":"/1/classes/Post/tajyerVmiI"},{"method":"DELETE","path":"/1/classes/Post/rLlE5uh4Lt"},{"method":"DELETE","path":"/1/classes/Post/V41wXwOdmD"},{"method":"DELETE","path":"/1/classes/Post/gIQruawoLk"},{"method":"DELETE","path":"/1/classes/Post/KUgpRXbv4B"},{"method":"DELETE","path":"/1/classes/Post/pPP8FNJW7a"},{"method":"DELETE","path":"/1/classes/Post/qSTCjUJB1d"},{"method":"DELETE","path":"/1/classes/Post/uSQW1zDho2"},{"method":"DELETE","path":"/1/classes/Post/1EOecRYruY"},{"method":"DELETE","path":"/1/classes/Post/j6LSQ5EvWJ"},{"method":"DELETE","path":"/1/classes/Post/WHgZ7sX3ik"},{"method":"DELETE","path":"/1/classes/Post/2GfjdbMIvx"},{"method":"DELETE","path":"/1/classes/Post/b1w5OQhxZ5"},{"method":"DELETE","path":"/1/classes/Post/5Fjw0aG25P"}]}'
|
|
1216
|
+
headers:
|
|
1217
|
+
Accept:
|
|
1218
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1219
|
+
Accept-Encoding:
|
|
1220
|
+
- gzip, deflate
|
|
1221
|
+
Content-Type:
|
|
1222
|
+
- application/json
|
|
1223
|
+
Content-Length:
|
|
1224
|
+
- '1134'
|
|
1225
|
+
User-Agent:
|
|
1226
|
+
- Ruby
|
|
1227
|
+
response:
|
|
1228
|
+
status:
|
|
1229
|
+
code: 200
|
|
1230
|
+
message: OK
|
|
1231
|
+
headers:
|
|
1232
|
+
Cache-Control:
|
|
1233
|
+
- max-age=0, private, must-revalidate
|
|
1234
|
+
Content-Type:
|
|
1235
|
+
- application/json; charset=utf-8
|
|
1236
|
+
Date:
|
|
1237
|
+
- Wed, 17 Apr 2013 20:08:27 GMT
|
|
1238
|
+
Etag:
|
|
1239
|
+
- ! '"73aba4ccb55fd6e8329ceadbad2bbc4a"'
|
|
1240
|
+
Server:
|
|
1241
|
+
- nginx/1.2.2
|
|
1242
|
+
Set-Cookie:
|
|
1243
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNGM1ZDBjNDJkNDJlMjA5N2U4NmNjZjIzYjI5NGQ5MTk%3D--4a1d7603ccc2d77b526c5107b7cb668623968d1b;
|
|
1244
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:27 GMT; secure;
|
|
1245
|
+
HttpOnly
|
|
1246
|
+
Status:
|
|
1247
|
+
- 200 OK
|
|
1248
|
+
X-Runtime:
|
|
1249
|
+
- '0.224229'
|
|
1250
|
+
X-Ua-Compatible:
|
|
1251
|
+
- IE=Edge,chrome=1
|
|
1252
|
+
Content-Length:
|
|
1253
|
+
- '341'
|
|
1254
|
+
Connection:
|
|
1255
|
+
- keep-alive
|
|
1256
|
+
body:
|
|
1257
|
+
encoding: US-ASCII
|
|
1258
|
+
string: ! '[{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true},{"success":true}]'
|
|
1259
|
+
http_version:
|
|
1260
|
+
recorded_at: Wed, 17 Apr 2013 20:08:27 GMT
|
|
1261
|
+
- request:
|
|
1262
|
+
method: post
|
|
1263
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/batch
|
|
1264
|
+
body:
|
|
1265
|
+
encoding: UTF-8
|
|
1266
|
+
string: ! '{"requests":[{"method":"DELETE","path":"/1/classes/Post/ZvWVfz7YWA"},{"method":"DELETE","path":"/1/classes/Post/nFzqOnejFL"},{"method":"DELETE","path":"/1/classes/Post/fJPkgzhfiQ"},{"method":"DELETE","path":"/1/classes/Post/k0MzEC0GCW"},{"method":"DELETE","path":"/1/classes/Post/Thyq8U1baR"}]}'
|
|
1267
|
+
headers:
|
|
1268
|
+
Accept:
|
|
1269
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1270
|
+
Accept-Encoding:
|
|
1271
|
+
- gzip, deflate
|
|
1272
|
+
Content-Type:
|
|
1273
|
+
- application/json
|
|
1274
|
+
Content-Length:
|
|
1275
|
+
- '294'
|
|
1276
|
+
User-Agent:
|
|
1277
|
+
- Ruby
|
|
1278
|
+
response:
|
|
1279
|
+
status:
|
|
1280
|
+
code: 200
|
|
1281
|
+
message: OK
|
|
1282
|
+
headers:
|
|
1283
|
+
Cache-Control:
|
|
1284
|
+
- max-age=0, private, must-revalidate
|
|
1285
|
+
Content-Type:
|
|
1286
|
+
- application/json; charset=utf-8
|
|
1287
|
+
Date:
|
|
1288
|
+
- Wed, 17 Apr 2013 20:08:27 GMT
|
|
1289
|
+
Etag:
|
|
1290
|
+
- ! '"ce743ce78185012845d9156c3362f264"'
|
|
1291
|
+
Server:
|
|
1292
|
+
- nginx/1.2.2
|
|
1293
|
+
Set-Cookie:
|
|
1294
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMjRjZjI0MmY3Yzc3YzQyODYyODQ0ZTc3MDgyYzdlZmM%3D--47b52035b065e94e48ef5604f42a4a03423e36fc;
|
|
1295
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:27 GMT; secure;
|
|
1296
|
+
HttpOnly
|
|
1297
|
+
Status:
|
|
1298
|
+
- 200 OK
|
|
1299
|
+
X-Runtime:
|
|
1300
|
+
- '0.125860'
|
|
1301
|
+
X-Ua-Compatible:
|
|
1302
|
+
- IE=Edge,chrome=1
|
|
1303
|
+
Content-Length:
|
|
1304
|
+
- '86'
|
|
1305
|
+
Connection:
|
|
1306
|
+
- keep-alive
|
|
1307
|
+
body:
|
|
1308
|
+
encoding: US-ASCII
|
|
1309
|
+
string: ! '[{"success":true},{"success":true},{"success":true},{"success":true},{"success":true}]'
|
|
1310
|
+
http_version:
|
|
1311
|
+
recorded_at: Wed, 17 Apr 2013 20:08:27 GMT
|
|
1312
|
+
- request:
|
|
1313
|
+
method: get
|
|
1314
|
+
uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?count=1&where=%7B%7D
|
|
1315
|
+
body:
|
|
1316
|
+
encoding: US-ASCII
|
|
1317
|
+
string: ''
|
|
1318
|
+
headers:
|
|
1319
|
+
Accept:
|
|
1320
|
+
- ! '*/*; q=0.5, application/xml'
|
|
1321
|
+
Accept-Encoding:
|
|
1322
|
+
- gzip, deflate
|
|
1323
|
+
User-Agent:
|
|
1324
|
+
- Ruby
|
|
1325
|
+
response:
|
|
1326
|
+
status:
|
|
1327
|
+
code: 200
|
|
1328
|
+
message: OK
|
|
1329
|
+
headers:
|
|
1330
|
+
Cache-Control:
|
|
1331
|
+
- max-age=0, private, must-revalidate
|
|
1332
|
+
Content-Type:
|
|
1333
|
+
- application/json; charset=utf-8
|
|
1334
|
+
Date:
|
|
1335
|
+
- Wed, 17 Apr 2013 20:08:28 GMT
|
|
1336
|
+
Etag:
|
|
1337
|
+
- ! '"8c97ea0119fb2eb809f32e913cb37202"'
|
|
1338
|
+
Server:
|
|
1339
|
+
- nginx/1.2.2
|
|
1340
|
+
Set-Cookie:
|
|
1341
|
+
- _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMDdhYzgxYjE1ZTQxMDQ4YjFjODMwNGNhMDliODkwZjU%3D--c682f5bf2eae6dc005f045d825bc3404b81037db;
|
|
1342
|
+
domain=.parse.com; path=/; expires=Mon, 17-Apr-2023 20:08:28 GMT; secure;
|
|
1343
|
+
HttpOnly
|
|
1344
|
+
Status:
|
|
1345
|
+
- 200 OK
|
|
1346
|
+
X-Runtime:
|
|
1347
|
+
- '0.042712'
|
|
1348
|
+
X-Ua-Compatible:
|
|
1349
|
+
- IE=Edge,chrome=1
|
|
1350
|
+
Transfer-Encoding:
|
|
1351
|
+
- chunked
|
|
1352
|
+
Connection:
|
|
1353
|
+
- keep-alive
|
|
1354
|
+
body:
|
|
1355
|
+
encoding: US-ASCII
|
|
1356
|
+
string: ! '{"results":[],"count":0}'
|
|
1357
|
+
http_version:
|
|
1358
|
+
recorded_at: Wed, 17 Apr 2013 20:08:28 GMT
|
|
1359
|
+
recorded_with: VCR 2.4.0
|