parse_resource 1.7.2 → 1.7.3

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.
Files changed (41) hide show
  1. data/.travis.yml +6 -0
  2. data/Gemfile +5 -1
  3. data/Gemfile.lock +11 -1
  4. data/README.md +21 -8
  5. data/VERSION +1 -1
  6. data/fixtures/vcr_cassettes/test_all.yml +161 -0
  7. data/fixtures/vcr_cassettes/test_attribute_getters.yml +57 -0
  8. data/fixtures/vcr_cassettes/test_attribute_setters.yml +57 -0
  9. data/fixtures/vcr_cassettes/test_authenticate.yml +155 -0
  10. data/fixtures/vcr_cassettes/test_chained_wheres.yml +161 -0
  11. data/fixtures/vcr_cassettes/test_count.yml +411 -0
  12. data/fixtures/vcr_cassettes/test_create.yml +57 -0
  13. data/fixtures/vcr_cassettes/test_created_at.yml +57 -0
  14. data/fixtures/vcr_cassettes/test_destroy.yml +157 -0
  15. data/fixtures/vcr_cassettes/test_destroy_all.yml +207 -0
  16. data/fixtures/vcr_cassettes/test_each.yml +269 -0
  17. data/fixtures/vcr_cassettes/test_find.yml +107 -0
  18. data/fixtures/vcr_cassettes/test_find_all_by.yml +157 -0
  19. data/fixtures/vcr_cassettes/test_find_by.yml +157 -0
  20. data/fixtures/vcr_cassettes/test_first.yml +107 -0
  21. data/fixtures/vcr_cassettes/test_id.yml +57 -0
  22. data/fixtures/vcr_cassettes/test_limit.yml +864 -0
  23. data/fixtures/vcr_cassettes/test_map.yml +269 -0
  24. data/fixtures/vcr_cassettes/test_save.yml +111 -0
  25. data/fixtures/vcr_cassettes/test_skip.yml +843 -0
  26. data/fixtures/vcr_cassettes/test_update.yml +111 -0
  27. data/fixtures/vcr_cassettes/test_updated_at.yml +111 -0
  28. data/fixtures/vcr_cassettes/test_username_should_be_unique.yml +109 -0
  29. data/fixtures/vcr_cassettes/test_where.yml +107 -0
  30. data/lib/parse_resource/base.rb +66 -69
  31. data/lib/parse_resource/parse_user.rb +1 -1
  32. data/lib/parse_resource/query.rb +9 -9
  33. data/parse_resource.gemspec +41 -7
  34. data/parse_resource.yml +12 -0
  35. data/test/active_model_lint_test.rb +5 -6
  36. data/test/helper.rb +8 -0
  37. data/test/test_parse_resource.rb +183 -117
  38. data/test/test_parse_user.rb +39 -32
  39. data/test/test_query_options.rb +43 -17
  40. metadata +149 -26
  41. data/test/test_associations.rb +0 -105
@@ -0,0 +1,269 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
6
+ body:
7
+ encoding: UTF-8
8
+ string: ! '{"title":"map"}'
9
+ headers:
10
+ Accept:
11
+ - ! '*/*; q=0.5, application/xml'
12
+ Accept-Encoding:
13
+ - gzip, deflate
14
+ Content-Type:
15
+ - application/json
16
+ Content-Length:
17
+ - '15'
18
+ User-Agent:
19
+ - Ruby
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Access-Control-Allow-Origin:
26
+ - https://parse.com, https://www.parse.com
27
+ Access-Control-Request-Method:
28
+ - ! '*'
29
+ Cache-Control:
30
+ - no-cache
31
+ Content-Type:
32
+ - application/json; charset=utf-8
33
+ Date:
34
+ - Thu, 20 Sep 2012 04:31:50 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Post/wGC0iMhC1q
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMzNhNWMwZmIzNzU4YjBjYTE3OWFiZDJkMmM2OGQ3MWI%3D--3a80dffe6951bc3040ba317b8ba50d398f457aa0;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:50 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.021269'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Content-Length:
49
+ - '64'
50
+ Connection:
51
+ - keep-alive
52
+ body:
53
+ encoding: US-ASCII
54
+ string: ! '{"createdAt":"2012-09-20T04:31:50.715Z","objectId":"wGC0iMhC1q"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:50 GMT
57
+ - request:
58
+ method: post
59
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
60
+ body:
61
+ encoding: UTF-8
62
+ string: ! '{"title":"map"}'
63
+ headers:
64
+ Accept:
65
+ - ! '*/*; q=0.5, application/xml'
66
+ Accept-Encoding:
67
+ - gzip, deflate
68
+ Content-Type:
69
+ - application/json
70
+ Content-Length:
71
+ - '15'
72
+ User-Agent:
73
+ - Ruby
74
+ response:
75
+ status:
76
+ code: 201
77
+ message: Created
78
+ headers:
79
+ Access-Control-Allow-Origin:
80
+ - https://parse.com, https://www.parse.com
81
+ Access-Control-Request-Method:
82
+ - ! '*'
83
+ Cache-Control:
84
+ - no-cache
85
+ Content-Type:
86
+ - application/json; charset=utf-8
87
+ Date:
88
+ - Thu, 20 Sep 2012 04:31:50 GMT
89
+ Location:
90
+ - https://api.parse.com/1/classes/Post/BRe3inSdfc
91
+ Server:
92
+ - nginx/1.2.2
93
+ Set-Cookie:
94
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMmNlZmU3MGQ0OWE5ZDg1ZTFlYjcyM2UxNmE5YzMwNmU%3D--7f67a6e22f435a78690f51e5a8df6d4fa1d9b284;
95
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:50 GMT; HttpOnly
96
+ Status:
97
+ - 201 Created
98
+ X-Runtime:
99
+ - '0.021096'
100
+ X-Ua-Compatible:
101
+ - IE=Edge,chrome=1
102
+ Content-Length:
103
+ - '64'
104
+ Connection:
105
+ - keep-alive
106
+ body:
107
+ encoding: US-ASCII
108
+ string: ! '{"createdAt":"2012-09-20T04:31:50.930Z","objectId":"BRe3inSdfc"}'
109
+ http_version:
110
+ recorded_at: Thu, 20 Sep 2012 04:31:51 GMT
111
+ - request:
112
+ method: post
113
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
114
+ body:
115
+ encoding: UTF-8
116
+ string: ! '{"title":"map"}'
117
+ headers:
118
+ Accept:
119
+ - ! '*/*; q=0.5, application/xml'
120
+ Accept-Encoding:
121
+ - gzip, deflate
122
+ Content-Type:
123
+ - application/json
124
+ Content-Length:
125
+ - '15'
126
+ User-Agent:
127
+ - Ruby
128
+ response:
129
+ status:
130
+ code: 201
131
+ message: Created
132
+ headers:
133
+ Access-Control-Allow-Origin:
134
+ - https://parse.com, https://www.parse.com
135
+ Access-Control-Request-Method:
136
+ - ! '*'
137
+ Cache-Control:
138
+ - no-cache
139
+ Content-Type:
140
+ - application/json; charset=utf-8
141
+ Date:
142
+ - Thu, 20 Sep 2012 04:31:51 GMT
143
+ Location:
144
+ - https://api.parse.com/1/classes/Post/GsgLDzn7qR
145
+ Server:
146
+ - nginx/1.2.2
147
+ Set-Cookie:
148
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMmNlMmRjYmY1NjE2OWM4ZDIwNjhjZjEyZjE4M2JmMzg%3D--10a5d611912381762dc8672ac61e7feb4a552ce0;
149
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:51 GMT; HttpOnly
150
+ Status:
151
+ - 201 Created
152
+ X-Runtime:
153
+ - '0.037962'
154
+ X-Ua-Compatible:
155
+ - IE=Edge,chrome=1
156
+ Content-Length:
157
+ - '64'
158
+ Connection:
159
+ - keep-alive
160
+ body:
161
+ encoding: US-ASCII
162
+ string: ! '{"createdAt":"2012-09-20T04:31:51.191Z","objectId":"GsgLDzn7qR"}'
163
+ http_version:
164
+ recorded_at: Thu, 20 Sep 2012 04:31:51 GMT
165
+ - request:
166
+ method: post
167
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
168
+ body:
169
+ encoding: UTF-8
170
+ string: ! '{"title":"map"}'
171
+ headers:
172
+ Accept:
173
+ - ! '*/*; q=0.5, application/xml'
174
+ Accept-Encoding:
175
+ - gzip, deflate
176
+ Content-Type:
177
+ - application/json
178
+ Content-Length:
179
+ - '15'
180
+ User-Agent:
181
+ - Ruby
182
+ response:
183
+ status:
184
+ code: 201
185
+ message: Created
186
+ headers:
187
+ Access-Control-Allow-Origin:
188
+ - https://parse.com, https://www.parse.com
189
+ Access-Control-Request-Method:
190
+ - ! '*'
191
+ Cache-Control:
192
+ - no-cache
193
+ Content-Type:
194
+ - application/json; charset=utf-8
195
+ Date:
196
+ - Thu, 20 Sep 2012 04:31:51 GMT
197
+ Location:
198
+ - https://api.parse.com/1/classes/Post/fPtW8fQjWf
199
+ Server:
200
+ - nginx/1.2.2
201
+ Set-Cookie:
202
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNmUwY2JhNDYxNTY4MWQ1ZGVjMDAxMTY0ODEwYmQ2NTM%3D--cc5e28ffc09d56dcf6546007f6cb1ff1ae43f04d;
203
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:51 GMT; HttpOnly
204
+ Status:
205
+ - 201 Created
206
+ X-Runtime:
207
+ - '0.023611'
208
+ X-Ua-Compatible:
209
+ - IE=Edge,chrome=1
210
+ Content-Length:
211
+ - '64'
212
+ Connection:
213
+ - keep-alive
214
+ body:
215
+ encoding: US-ASCII
216
+ string: ! '{"createdAt":"2012-09-20T04:31:51.422Z","objectId":"fPtW8fQjWf"}'
217
+ http_version:
218
+ recorded_at: Thu, 20 Sep 2012 04:31:51 GMT
219
+ - request:
220
+ method: get
221
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?where=%7B%22title%22:%22map%22%7D
222
+ body:
223
+ encoding: US-ASCII
224
+ string: ''
225
+ headers:
226
+ Accept:
227
+ - ! '*/*; q=0.5, application/xml'
228
+ Accept-Encoding:
229
+ - gzip, deflate
230
+ User-Agent:
231
+ - Ruby
232
+ response:
233
+ status:
234
+ code: 200
235
+ message: OK
236
+ headers:
237
+ Access-Control-Allow-Origin:
238
+ - https://parse.com, https://www.parse.com
239
+ Access-Control-Request-Method:
240
+ - ! '*'
241
+ Cache-Control:
242
+ - max-age=0, private, must-revalidate
243
+ Content-Type:
244
+ - application/json; charset=utf-8
245
+ Date:
246
+ - Thu, 20 Sep 2012 04:31:51 GMT
247
+ Etag:
248
+ - ! '"d7d19fd9bbeaeffe791ece40fa57a6c3"'
249
+ Server:
250
+ - nginx/1.2.2
251
+ Set-Cookie:
252
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZGIyNzVmYTUzN2I2MjRkZWI3ZWUyODBmMjU1MjFiYWU%3D--f631102717e48b13015f40ff35754179944472c7;
253
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:51 GMT; HttpOnly
254
+ Status:
255
+ - 200 OK
256
+ X-Runtime:
257
+ - '0.028513'
258
+ X-Ua-Compatible:
259
+ - IE=Edge,chrome=1
260
+ Content-Length:
261
+ - '485'
262
+ Connection:
263
+ - keep-alive
264
+ body:
265
+ encoding: US-ASCII
266
+ string: ! '{"results":[{"title":"map","createdAt":"2012-09-20T04:31:51.422Z","updatedAt":"2012-09-20T04:31:51.422Z","objectId":"fPtW8fQjWf"},{"title":"map","createdAt":"2012-09-20T04:31:50.930Z","updatedAt":"2012-09-20T04:31:50.930Z","objectId":"BRe3inSdfc"},{"title":"map","createdAt":"2012-09-20T04:31:51.191Z","updatedAt":"2012-09-20T04:31:51.191Z","objectId":"GsgLDzn7qR"},{"title":"map","createdAt":"2012-09-20T04:31:50.715Z","updatedAt":"2012-09-20T04:31:50.715Z","objectId":"wGC0iMhC1q"}]}'
267
+ http_version:
268
+ recorded_at: Thu, 20 Sep 2012 04:31:51 GMT
269
+ recorded_with: VCR 2.2.4
@@ -0,0 +1,111 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post
6
+ body:
7
+ encoding: UTF-8
8
+ string: ! '{"title":"testing save"}'
9
+ headers:
10
+ Accept:
11
+ - ! '*/*; q=0.5, application/xml'
12
+ Accept-Encoding:
13
+ - gzip, deflate
14
+ Content-Type:
15
+ - application/json
16
+ Content-Length:
17
+ - '24'
18
+ User-Agent:
19
+ - Ruby
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Access-Control-Allow-Origin:
26
+ - https://parse.com, https://www.parse.com
27
+ Access-Control-Request-Method:
28
+ - ! '*'
29
+ Cache-Control:
30
+ - no-cache
31
+ Content-Type:
32
+ - application/json; charset=utf-8
33
+ Date:
34
+ - Thu, 20 Sep 2012 04:31:51 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Post/PFICQIeiEl
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNGQ2MTBjMTQ5MzI5MjExYTE5YmYyOTFmNmJlMDJlMTk%3D--cca48482a1e0f06d3fe11f0016c6a57c412c0015;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:51 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.060560'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Content-Length:
49
+ - '64'
50
+ Connection:
51
+ - keep-alive
52
+ body:
53
+ encoding: US-ASCII
54
+ string: ! '{"createdAt":"2012-09-20T04:31:51.898Z","objectId":"PFICQIeiEl"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:51 GMT
57
+ - request:
58
+ method: put
59
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post/PFICQIeiEl
60
+ body:
61
+ encoding: UTF-8
62
+ string: ! '{}'
63
+ headers:
64
+ Accept:
65
+ - ! '*/*; q=0.5, application/xml'
66
+ Accept-Encoding:
67
+ - gzip, deflate
68
+ Content-Type:
69
+ - application/json
70
+ Content-Length:
71
+ - '2'
72
+ User-Agent:
73
+ - Ruby
74
+ response:
75
+ status:
76
+ code: 200
77
+ message: OK
78
+ headers:
79
+ Access-Control-Allow-Origin:
80
+ - https://parse.com, https://www.parse.com
81
+ Access-Control-Request-Method:
82
+ - ! '*'
83
+ Cache-Control:
84
+ - max-age=0, private, must-revalidate
85
+ Content-Type:
86
+ - application/json; charset=utf-8
87
+ Date:
88
+ - Thu, 20 Sep 2012 04:31:52 GMT
89
+ Etag:
90
+ - ! '"26e644c443af1d2db14990f5ae29e1f4"'
91
+ Server:
92
+ - nginx/1.2.2
93
+ Set-Cookie:
94
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOWRhODFiNTI4NjI0N2RkZjNlOWQ2OThjN2NhNDBjZTI%3D--e7349e9999b9c14fb1066f254624587f3532d843;
95
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:52 GMT; HttpOnly
96
+ Status:
97
+ - 200 OK
98
+ X-Runtime:
99
+ - '0.019587'
100
+ X-Ua-Compatible:
101
+ - IE=Edge,chrome=1
102
+ Content-Length:
103
+ - '40'
104
+ Connection:
105
+ - keep-alive
106
+ body:
107
+ encoding: US-ASCII
108
+ string: ! '{"updatedAt":"2012-09-20T04:31:52.132Z"}'
109
+ http_version:
110
+ recorded_at: Thu, 20 Sep 2012 04:31:52 GMT
111
+ recorded_with: VCR 2.2.4
@@ -0,0 +1,843 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
6
+ body:
7
+ encoding: UTF-8
8
+ string: ! '{"name":"0"}'
9
+ headers:
10
+ Accept:
11
+ - ! '*/*; q=0.5, application/xml'
12
+ Accept-Encoding:
13
+ - gzip, deflate
14
+ Content-Type:
15
+ - application/json
16
+ Content-Length:
17
+ - '12'
18
+ User-Agent:
19
+ - Ruby
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Access-Control-Allow-Origin:
26
+ - https://parse.com, https://www.parse.com
27
+ Access-Control-Request-Method:
28
+ - ! '*'
29
+ Cache-Control:
30
+ - no-cache
31
+ Content-Type:
32
+ - application/json; charset=utf-8
33
+ Date:
34
+ - Thu, 20 Sep 2012 04:31:55 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Event/aXThuJIGBa
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlY2RjYjIxMzA4Yzc2YmVhZTYwNDU4MDY4NGU3NzU4YWQ%3D--9412a4b1b2f49edb99dd56409baa31f5b5369d8e;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:55 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.016039'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Content-Length:
49
+ - '64'
50
+ Connection:
51
+ - keep-alive
52
+ body:
53
+ encoding: US-ASCII
54
+ string: ! '{"createdAt":"2012-09-20T04:31:55.359Z","objectId":"aXThuJIGBa"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:55 GMT
57
+ - request:
58
+ method: post
59
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
60
+ body:
61
+ encoding: UTF-8
62
+ string: ! '{"name":"1"}'
63
+ headers:
64
+ Accept:
65
+ - ! '*/*; q=0.5, application/xml'
66
+ Accept-Encoding:
67
+ - gzip, deflate
68
+ Content-Type:
69
+ - application/json
70
+ Content-Length:
71
+ - '12'
72
+ User-Agent:
73
+ - Ruby
74
+ response:
75
+ status:
76
+ code: 201
77
+ message: Created
78
+ headers:
79
+ Access-Control-Allow-Origin:
80
+ - https://parse.com, https://www.parse.com
81
+ Access-Control-Request-Method:
82
+ - ! '*'
83
+ Cache-Control:
84
+ - no-cache
85
+ Content-Type:
86
+ - application/json; charset=utf-8
87
+ Date:
88
+ - Thu, 20 Sep 2012 04:31:55 GMT
89
+ Location:
90
+ - https://api.parse.com/1/classes/Event/tOzSj6bT1P
91
+ Server:
92
+ - nginx/1.2.2
93
+ Set-Cookie:
94
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjExZWI0MDgxMmY1MjNiZWMxZTFlYTA4ZDdiMjk3MTg%3D--153afd04f5368008f239bef657f80f13a18ad30b;
95
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:55 GMT; HttpOnly
96
+ Status:
97
+ - 201 Created
98
+ X-Runtime:
99
+ - '0.016972'
100
+ X-Ua-Compatible:
101
+ - IE=Edge,chrome=1
102
+ Content-Length:
103
+ - '64'
104
+ Connection:
105
+ - keep-alive
106
+ body:
107
+ encoding: US-ASCII
108
+ string: ! '{"createdAt":"2012-09-20T04:31:55.582Z","objectId":"tOzSj6bT1P"}'
109
+ http_version:
110
+ recorded_at: Thu, 20 Sep 2012 04:31:55 GMT
111
+ - request:
112
+ method: post
113
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
114
+ body:
115
+ encoding: UTF-8
116
+ string: ! '{"name":"2"}'
117
+ headers:
118
+ Accept:
119
+ - ! '*/*; q=0.5, application/xml'
120
+ Accept-Encoding:
121
+ - gzip, deflate
122
+ Content-Type:
123
+ - application/json
124
+ Content-Length:
125
+ - '12'
126
+ User-Agent:
127
+ - Ruby
128
+ response:
129
+ status:
130
+ code: 201
131
+ message: Created
132
+ headers:
133
+ Access-Control-Allow-Origin:
134
+ - https://parse.com, https://www.parse.com
135
+ Access-Control-Request-Method:
136
+ - ! '*'
137
+ Cache-Control:
138
+ - no-cache
139
+ Content-Type:
140
+ - application/json; charset=utf-8
141
+ Date:
142
+ - Thu, 20 Sep 2012 04:31:55 GMT
143
+ Location:
144
+ - https://api.parse.com/1/classes/Event/JHYWX6fBdm
145
+ Server:
146
+ - nginx/1.2.2
147
+ Set-Cookie:
148
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOWFkNjI5ZmJiOGNhODk5YzMxYjliY2YzZTQxYjY5Y2M%3D--8d1cc7bf5e986aea4bd0930e86055d96528910eb;
149
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:55 GMT; HttpOnly
150
+ Status:
151
+ - 201 Created
152
+ X-Runtime:
153
+ - '0.020243'
154
+ X-Ua-Compatible:
155
+ - IE=Edge,chrome=1
156
+ Content-Length:
157
+ - '64'
158
+ Connection:
159
+ - keep-alive
160
+ body:
161
+ encoding: US-ASCII
162
+ string: ! '{"createdAt":"2012-09-20T04:31:55.803Z","objectId":"JHYWX6fBdm"}'
163
+ http_version:
164
+ recorded_at: Thu, 20 Sep 2012 04:31:55 GMT
165
+ - request:
166
+ method: post
167
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
168
+ body:
169
+ encoding: UTF-8
170
+ string: ! '{"name":"3"}'
171
+ headers:
172
+ Accept:
173
+ - ! '*/*; q=0.5, application/xml'
174
+ Accept-Encoding:
175
+ - gzip, deflate
176
+ Content-Type:
177
+ - application/json
178
+ Content-Length:
179
+ - '12'
180
+ User-Agent:
181
+ - Ruby
182
+ response:
183
+ status:
184
+ code: 201
185
+ message: Created
186
+ headers:
187
+ Access-Control-Allow-Origin:
188
+ - https://parse.com, https://www.parse.com
189
+ Access-Control-Request-Method:
190
+ - ! '*'
191
+ Cache-Control:
192
+ - no-cache
193
+ Content-Type:
194
+ - application/json; charset=utf-8
195
+ Date:
196
+ - Thu, 20 Sep 2012 04:31:56 GMT
197
+ Location:
198
+ - https://api.parse.com/1/classes/Event/xBlgtcIUej
199
+ Server:
200
+ - nginx/1.2.2
201
+ Set-Cookie:
202
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMWQyYzhiNTk2MGVjZWUzMTAxMzdjNTdiNDIwNmNjMWE%3D--0c35f2bea8c77b0fefa6630e216d9aea0474ef34;
203
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:56 GMT; HttpOnly
204
+ Status:
205
+ - 201 Created
206
+ X-Runtime:
207
+ - '0.015278'
208
+ X-Ua-Compatible:
209
+ - IE=Edge,chrome=1
210
+ Content-Length:
211
+ - '64'
212
+ Connection:
213
+ - keep-alive
214
+ body:
215
+ encoding: US-ASCII
216
+ string: ! '{"createdAt":"2012-09-20T04:31:56.024Z","objectId":"xBlgtcIUej"}'
217
+ http_version:
218
+ recorded_at: Thu, 20 Sep 2012 04:31:56 GMT
219
+ - request:
220
+ method: post
221
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
222
+ body:
223
+ encoding: UTF-8
224
+ string: ! '{"name":"4"}'
225
+ headers:
226
+ Accept:
227
+ - ! '*/*; q=0.5, application/xml'
228
+ Accept-Encoding:
229
+ - gzip, deflate
230
+ Content-Type:
231
+ - application/json
232
+ Content-Length:
233
+ - '12'
234
+ User-Agent:
235
+ - Ruby
236
+ response:
237
+ status:
238
+ code: 201
239
+ message: Created
240
+ headers:
241
+ Access-Control-Allow-Origin:
242
+ - https://parse.com, https://www.parse.com
243
+ Access-Control-Request-Method:
244
+ - ! '*'
245
+ Cache-Control:
246
+ - no-cache
247
+ Content-Type:
248
+ - application/json; charset=utf-8
249
+ Date:
250
+ - Thu, 20 Sep 2012 04:31:56 GMT
251
+ Location:
252
+ - https://api.parse.com/1/classes/Event/Gqsp6QjswY
253
+ Server:
254
+ - nginx/1.2.2
255
+ Set-Cookie:
256
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMDI5ZDNmNDgwY2I5MjdkZmRmMWY1NWVjYzZkOTk4OWI%3D--d5065617468bbea2cf0dfb361d0afb25f9052f0c;
257
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:56 GMT; HttpOnly
258
+ Status:
259
+ - 201 Created
260
+ X-Runtime:
261
+ - '0.018216'
262
+ X-Ua-Compatible:
263
+ - IE=Edge,chrome=1
264
+ Content-Length:
265
+ - '64'
266
+ Connection:
267
+ - keep-alive
268
+ body:
269
+ encoding: US-ASCII
270
+ string: ! '{"createdAt":"2012-09-20T04:31:56.241Z","objectId":"Gqsp6QjswY"}'
271
+ http_version:
272
+ recorded_at: Thu, 20 Sep 2012 04:31:56 GMT
273
+ - request:
274
+ method: post
275
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
276
+ body:
277
+ encoding: UTF-8
278
+ string: ! '{"name":"5"}'
279
+ headers:
280
+ Accept:
281
+ - ! '*/*; q=0.5, application/xml'
282
+ Accept-Encoding:
283
+ - gzip, deflate
284
+ Content-Type:
285
+ - application/json
286
+ Content-Length:
287
+ - '12'
288
+ User-Agent:
289
+ - Ruby
290
+ response:
291
+ status:
292
+ code: 201
293
+ message: Created
294
+ headers:
295
+ Access-Control-Allow-Origin:
296
+ - https://parse.com, https://www.parse.com
297
+ Access-Control-Request-Method:
298
+ - ! '*'
299
+ Cache-Control:
300
+ - no-cache
301
+ Content-Type:
302
+ - application/json; charset=utf-8
303
+ Date:
304
+ - Thu, 20 Sep 2012 04:31:56 GMT
305
+ Location:
306
+ - https://api.parse.com/1/classes/Event/PWhx6IzEwv
307
+ Server:
308
+ - nginx/1.2.2
309
+ Set-Cookie:
310
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2FlZWQ3NmY4NmQ4YjhmZmFiNDQ4ZjRhNWRhZGM4MDg%3D--953d90d3d7db01a83963f151f26f6be356c5f932;
311
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:56 GMT; HttpOnly
312
+ Status:
313
+ - 201 Created
314
+ X-Runtime:
315
+ - '0.016833'
316
+ X-Ua-Compatible:
317
+ - IE=Edge,chrome=1
318
+ Content-Length:
319
+ - '64'
320
+ Connection:
321
+ - keep-alive
322
+ body:
323
+ encoding: US-ASCII
324
+ string: ! '{"createdAt":"2012-09-20T04:31:56.455Z","objectId":"PWhx6IzEwv"}'
325
+ http_version:
326
+ recorded_at: Thu, 20 Sep 2012 04:31:56 GMT
327
+ - request:
328
+ method: post
329
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
330
+ body:
331
+ encoding: UTF-8
332
+ string: ! '{"name":"6"}'
333
+ headers:
334
+ Accept:
335
+ - ! '*/*; q=0.5, application/xml'
336
+ Accept-Encoding:
337
+ - gzip, deflate
338
+ Content-Type:
339
+ - application/json
340
+ Content-Length:
341
+ - '12'
342
+ User-Agent:
343
+ - Ruby
344
+ response:
345
+ status:
346
+ code: 201
347
+ message: Created
348
+ headers:
349
+ Access-Control-Allow-Origin:
350
+ - https://parse.com, https://www.parse.com
351
+ Access-Control-Request-Method:
352
+ - ! '*'
353
+ Cache-Control:
354
+ - no-cache
355
+ Content-Type:
356
+ - application/json; charset=utf-8
357
+ Date:
358
+ - Thu, 20 Sep 2012 04:31:56 GMT
359
+ Location:
360
+ - https://api.parse.com/1/classes/Event/r7xHgEnIOQ
361
+ Server:
362
+ - nginx/1.2.2
363
+ Set-Cookie:
364
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYzM3YWQxMDljYjVhYjk1Yzc3MDY1MTAyOGFmMDA0NjA%3D--a52f9e2e79ba8c81a74c94c4c03c5cc8b8b95a73;
365
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:56 GMT; HttpOnly
366
+ Status:
367
+ - 201 Created
368
+ X-Runtime:
369
+ - '0.016407'
370
+ X-Ua-Compatible:
371
+ - IE=Edge,chrome=1
372
+ Content-Length:
373
+ - '64'
374
+ Connection:
375
+ - keep-alive
376
+ body:
377
+ encoding: US-ASCII
378
+ string: ! '{"createdAt":"2012-09-20T04:31:56.687Z","objectId":"r7xHgEnIOQ"}'
379
+ http_version:
380
+ recorded_at: Thu, 20 Sep 2012 04:31:56 GMT
381
+ - request:
382
+ method: post
383
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
384
+ body:
385
+ encoding: UTF-8
386
+ string: ! '{"name":"7"}'
387
+ headers:
388
+ Accept:
389
+ - ! '*/*; q=0.5, application/xml'
390
+ Accept-Encoding:
391
+ - gzip, deflate
392
+ Content-Type:
393
+ - application/json
394
+ Content-Length:
395
+ - '12'
396
+ User-Agent:
397
+ - Ruby
398
+ response:
399
+ status:
400
+ code: 201
401
+ message: Created
402
+ headers:
403
+ Access-Control-Allow-Origin:
404
+ - https://parse.com, https://www.parse.com
405
+ Access-Control-Request-Method:
406
+ - ! '*'
407
+ Cache-Control:
408
+ - no-cache
409
+ Content-Type:
410
+ - application/json; charset=utf-8
411
+ Date:
412
+ - Thu, 20 Sep 2012 04:31:56 GMT
413
+ Location:
414
+ - https://api.parse.com/1/classes/Event/WFmPmWT4er
415
+ Server:
416
+ - nginx/1.2.2
417
+ Set-Cookie:
418
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYWU1YTgxZmVkNzNjZmM4ODI5MDhkN2I3NTgxZDczMTU%3D--bf06502890ddd163f3edf06c47f3b5865fccc724;
419
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:56 GMT; HttpOnly
420
+ Status:
421
+ - 201 Created
422
+ X-Runtime:
423
+ - '0.024098'
424
+ X-Ua-Compatible:
425
+ - IE=Edge,chrome=1
426
+ Content-Length:
427
+ - '64'
428
+ Connection:
429
+ - keep-alive
430
+ body:
431
+ encoding: US-ASCII
432
+ string: ! '{"createdAt":"2012-09-20T04:31:56.929Z","objectId":"WFmPmWT4er"}'
433
+ http_version:
434
+ recorded_at: Thu, 20 Sep 2012 04:31:57 GMT
435
+ - request:
436
+ method: post
437
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
438
+ body:
439
+ encoding: UTF-8
440
+ string: ! '{"name":"8"}'
441
+ headers:
442
+ Accept:
443
+ - ! '*/*; q=0.5, application/xml'
444
+ Accept-Encoding:
445
+ - gzip, deflate
446
+ Content-Type:
447
+ - application/json
448
+ Content-Length:
449
+ - '12'
450
+ User-Agent:
451
+ - Ruby
452
+ response:
453
+ status:
454
+ code: 201
455
+ message: Created
456
+ headers:
457
+ Access-Control-Allow-Origin:
458
+ - https://parse.com, https://www.parse.com
459
+ Access-Control-Request-Method:
460
+ - ! '*'
461
+ Cache-Control:
462
+ - no-cache
463
+ Content-Type:
464
+ - application/json; charset=utf-8
465
+ Date:
466
+ - Thu, 20 Sep 2012 04:31:57 GMT
467
+ Location:
468
+ - https://api.parse.com/1/classes/Event/KG9Nfwolk5
469
+ Server:
470
+ - nginx/1.2.2
471
+ Set-Cookie:
472
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlOGRjM2MzMzQ0ODVmNjk5MTFmMDRkYWExMDBiZDlhOTM%3D--b1df67479b8894e9d585845b61b3967f2ddd2437;
473
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:57 GMT; HttpOnly
474
+ Status:
475
+ - 201 Created
476
+ X-Runtime:
477
+ - '0.015548'
478
+ X-Ua-Compatible:
479
+ - IE=Edge,chrome=1
480
+ Content-Length:
481
+ - '64'
482
+ Connection:
483
+ - keep-alive
484
+ body:
485
+ encoding: US-ASCII
486
+ string: ! '{"createdAt":"2012-09-20T04:31:57.160Z","objectId":"KG9Nfwolk5"}'
487
+ http_version:
488
+ recorded_at: Thu, 20 Sep 2012 04:31:57 GMT
489
+ - request:
490
+ method: post
491
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event
492
+ body:
493
+ encoding: UTF-8
494
+ string: ! '{"name":"9"}'
495
+ headers:
496
+ Accept:
497
+ - ! '*/*; q=0.5, application/xml'
498
+ Accept-Encoding:
499
+ - gzip, deflate
500
+ Content-Type:
501
+ - application/json
502
+ Content-Length:
503
+ - '12'
504
+ User-Agent:
505
+ - Ruby
506
+ response:
507
+ status:
508
+ code: 201
509
+ message: Created
510
+ headers:
511
+ Access-Control-Allow-Origin:
512
+ - https://parse.com, https://www.parse.com
513
+ Access-Control-Request-Method:
514
+ - ! '*'
515
+ Cache-Control:
516
+ - no-cache
517
+ Content-Type:
518
+ - application/json; charset=utf-8
519
+ Date:
520
+ - Thu, 20 Sep 2012 04:31:57 GMT
521
+ Location:
522
+ - https://api.parse.com/1/classes/Event/34AO9Qeddx
523
+ Server:
524
+ - nginx/1.2.2
525
+ Set-Cookie:
526
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlODFkMWU2NThiODIwYzJmMWQ5ODk4ZjkyMzk3MTE1Nzg%3D--b6bdc541bc029e8a03c4f808702a50076c24c1b2;
527
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:57 GMT; HttpOnly
528
+ Status:
529
+ - 201 Created
530
+ X-Runtime:
531
+ - '0.021170'
532
+ X-Ua-Compatible:
533
+ - IE=Edge,chrome=1
534
+ Content-Length:
535
+ - '64'
536
+ Connection:
537
+ - keep-alive
538
+ body:
539
+ encoding: US-ASCII
540
+ string: ! '{"createdAt":"2012-09-20T04:31:57.389Z","objectId":"34AO9Qeddx"}'
541
+ http_version:
542
+ recorded_at: Thu, 20 Sep 2012 04:31:57 GMT
543
+ - request:
544
+ method: get
545
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event?limit=2&skip=0&where=%7B%7D
546
+ body:
547
+ encoding: US-ASCII
548
+ string: ''
549
+ headers:
550
+ Accept:
551
+ - ! '*/*; q=0.5, application/xml'
552
+ Accept-Encoding:
553
+ - gzip, deflate
554
+ User-Agent:
555
+ - Ruby
556
+ response:
557
+ status:
558
+ code: 200
559
+ message: OK
560
+ headers:
561
+ Access-Control-Allow-Origin:
562
+ - https://parse.com, https://www.parse.com
563
+ Access-Control-Request-Method:
564
+ - ! '*'
565
+ Cache-Control:
566
+ - max-age=0, private, must-revalidate
567
+ Content-Type:
568
+ - application/json; charset=utf-8
569
+ Date:
570
+ - Thu, 20 Sep 2012 04:31:57 GMT
571
+ Etag:
572
+ - ! '"bd760a6e5534f4da9d21d49db4191a07"'
573
+ Server:
574
+ - nginx/1.2.2
575
+ Set-Cookie:
576
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNGMyYzYxMDhjZjY5YmI5YTRiOTZjNGNiZDdjNzg3OWQ%3D--3f5a4f347e52a9ef2366911108628a0d34fb4928;
577
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:57 GMT; HttpOnly
578
+ Status:
579
+ - 200 OK
580
+ X-Runtime:
581
+ - '0.035566'
582
+ X-Ua-Compatible:
583
+ - IE=Edge,chrome=1
584
+ Content-Length:
585
+ - '243'
586
+ Connection:
587
+ - keep-alive
588
+ body:
589
+ encoding: US-ASCII
590
+ string: ! '{"results":[{"name":"0","createdAt":"2012-09-20T04:31:55.359Z","updatedAt":"2012-09-20T04:31:55.359Z","objectId":"aXThuJIGBa"},{"name":"1","createdAt":"2012-09-20T04:31:55.582Z","updatedAt":"2012-09-20T04:31:55.582Z","objectId":"tOzSj6bT1P"}]}'
591
+ http_version:
592
+ recorded_at: Thu, 20 Sep 2012 04:31:57 GMT
593
+ - request:
594
+ method: get
595
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event?limit=2&skip=2&where=%7B%7D
596
+ body:
597
+ encoding: US-ASCII
598
+ string: ''
599
+ headers:
600
+ Accept:
601
+ - ! '*/*; q=0.5, application/xml'
602
+ Accept-Encoding:
603
+ - gzip, deflate
604
+ User-Agent:
605
+ - Ruby
606
+ response:
607
+ status:
608
+ code: 200
609
+ message: OK
610
+ headers:
611
+ Access-Control-Allow-Origin:
612
+ - https://parse.com, https://www.parse.com
613
+ Access-Control-Request-Method:
614
+ - ! '*'
615
+ Cache-Control:
616
+ - max-age=0, private, must-revalidate
617
+ Content-Type:
618
+ - application/json; charset=utf-8
619
+ Date:
620
+ - Thu, 20 Sep 2012 04:31:57 GMT
621
+ Etag:
622
+ - ! '"b5fb9a37c75f1e238fd6066bd3ace6bf"'
623
+ Server:
624
+ - nginx/1.2.2
625
+ Set-Cookie:
626
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNjY3ZTEyMTA1ODAxN2U5NGQyMWRmMzQxNWM1M2RmY2U%3D--62aa9beca457f2c68b92d4888d4363b540f5664b;
627
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:57 GMT; HttpOnly
628
+ Status:
629
+ - 200 OK
630
+ X-Runtime:
631
+ - '0.018754'
632
+ X-Ua-Compatible:
633
+ - IE=Edge,chrome=1
634
+ Content-Length:
635
+ - '243'
636
+ Connection:
637
+ - keep-alive
638
+ body:
639
+ encoding: US-ASCII
640
+ string: ! '{"results":[{"name":"2","createdAt":"2012-09-20T04:31:55.803Z","updatedAt":"2012-09-20T04:31:55.803Z","objectId":"JHYWX6fBdm"},{"name":"3","createdAt":"2012-09-20T04:31:56.024Z","updatedAt":"2012-09-20T04:31:56.024Z","objectId":"xBlgtcIUej"}]}'
641
+ http_version:
642
+ recorded_at: Thu, 20 Sep 2012 04:31:57 GMT
643
+ - request:
644
+ method: get
645
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event?limit=2&skip=4&where=%7B%7D
646
+ body:
647
+ encoding: US-ASCII
648
+ string: ''
649
+ headers:
650
+ Accept:
651
+ - ! '*/*; q=0.5, application/xml'
652
+ Accept-Encoding:
653
+ - gzip, deflate
654
+ User-Agent:
655
+ - Ruby
656
+ response:
657
+ status:
658
+ code: 200
659
+ message: OK
660
+ headers:
661
+ Access-Control-Allow-Origin:
662
+ - https://parse.com, https://www.parse.com
663
+ Access-Control-Request-Method:
664
+ - ! '*'
665
+ Cache-Control:
666
+ - max-age=0, private, must-revalidate
667
+ Content-Type:
668
+ - application/json; charset=utf-8
669
+ Date:
670
+ - Thu, 20 Sep 2012 04:31:58 GMT
671
+ Etag:
672
+ - ! '"2dc8a95a743103449961329a97d74890"'
673
+ Server:
674
+ - nginx/1.2.2
675
+ Set-Cookie:
676
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZDk1MTZkZGNmMDlkZDg0MWI1ODI3YWU5NmY3N2E5OWQ%3D--edad90baafad4dc85d078520be06fc0ad283b95c;
677
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:58 GMT; HttpOnly
678
+ Status:
679
+ - 200 OK
680
+ X-Runtime:
681
+ - '0.025542'
682
+ X-Ua-Compatible:
683
+ - IE=Edge,chrome=1
684
+ Content-Length:
685
+ - '243'
686
+ Connection:
687
+ - keep-alive
688
+ body:
689
+ encoding: US-ASCII
690
+ string: ! '{"results":[{"name":"4","createdAt":"2012-09-20T04:31:56.241Z","updatedAt":"2012-09-20T04:31:56.241Z","objectId":"Gqsp6QjswY"},{"name":"5","createdAt":"2012-09-20T04:31:56.455Z","updatedAt":"2012-09-20T04:31:56.455Z","objectId":"PWhx6IzEwv"}]}'
691
+ http_version:
692
+ recorded_at: Thu, 20 Sep 2012 04:31:58 GMT
693
+ - request:
694
+ method: get
695
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event?limit=2&skip=6&where=%7B%7D
696
+ body:
697
+ encoding: US-ASCII
698
+ string: ''
699
+ headers:
700
+ Accept:
701
+ - ! '*/*; q=0.5, application/xml'
702
+ Accept-Encoding:
703
+ - gzip, deflate
704
+ User-Agent:
705
+ - Ruby
706
+ response:
707
+ status:
708
+ code: 200
709
+ message: OK
710
+ headers:
711
+ Access-Control-Allow-Origin:
712
+ - https://parse.com, https://www.parse.com
713
+ Access-Control-Request-Method:
714
+ - ! '*'
715
+ Cache-Control:
716
+ - max-age=0, private, must-revalidate
717
+ Content-Type:
718
+ - application/json; charset=utf-8
719
+ Date:
720
+ - Thu, 20 Sep 2012 04:31:58 GMT
721
+ Etag:
722
+ - ! '"384ed2b283d1f589a4c94d689b7d2949"'
723
+ Server:
724
+ - nginx/1.2.2
725
+ Set-Cookie:
726
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMTNjMDkxYTRiMTM2MjY5YmU4ZjgwMzQ3MDhhZWQ0MmE%3D--64b907cc298ca99ed13e31fd4ede68a4916666f6;
727
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:58 GMT; HttpOnly
728
+ Status:
729
+ - 200 OK
730
+ X-Runtime:
731
+ - '0.017580'
732
+ X-Ua-Compatible:
733
+ - IE=Edge,chrome=1
734
+ Content-Length:
735
+ - '243'
736
+ Connection:
737
+ - keep-alive
738
+ body:
739
+ encoding: US-ASCII
740
+ string: ! '{"results":[{"name":"6","createdAt":"2012-09-20T04:31:56.687Z","updatedAt":"2012-09-20T04:31:56.687Z","objectId":"r7xHgEnIOQ"},{"name":"7","createdAt":"2012-09-20T04:31:56.929Z","updatedAt":"2012-09-20T04:31:56.929Z","objectId":"WFmPmWT4er"}]}'
741
+ http_version:
742
+ recorded_at: Thu, 20 Sep 2012 04:31:58 GMT
743
+ - request:
744
+ method: get
745
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event?limit=2&skip=8&where=%7B%7D
746
+ body:
747
+ encoding: US-ASCII
748
+ string: ''
749
+ headers:
750
+ Accept:
751
+ - ! '*/*; q=0.5, application/xml'
752
+ Accept-Encoding:
753
+ - gzip, deflate
754
+ User-Agent:
755
+ - Ruby
756
+ response:
757
+ status:
758
+ code: 200
759
+ message: OK
760
+ headers:
761
+ Access-Control-Allow-Origin:
762
+ - https://parse.com, https://www.parse.com
763
+ Access-Control-Request-Method:
764
+ - ! '*'
765
+ Cache-Control:
766
+ - max-age=0, private, must-revalidate
767
+ Content-Type:
768
+ - application/json; charset=utf-8
769
+ Date:
770
+ - Thu, 20 Sep 2012 04:31:58 GMT
771
+ Etag:
772
+ - ! '"dd019645fac6956a002ac89c025caf87"'
773
+ Server:
774
+ - nginx/1.2.2
775
+ Set-Cookie:
776
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMDY0MTgyZTcxYjYyOWEwODE2YmM3NTUwZGIwNDBjMTA%3D--97abdfbeb0ca124aaf50d53d155f2ee616c6f820;
777
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:58 GMT; HttpOnly
778
+ Status:
779
+ - 200 OK
780
+ X-Runtime:
781
+ - '0.016927'
782
+ X-Ua-Compatible:
783
+ - IE=Edge,chrome=1
784
+ Content-Length:
785
+ - '243'
786
+ Connection:
787
+ - keep-alive
788
+ body:
789
+ encoding: US-ASCII
790
+ string: ! '{"results":[{"name":"8","createdAt":"2012-09-20T04:31:57.160Z","updatedAt":"2012-09-20T04:31:57.160Z","objectId":"KG9Nfwolk5"},{"name":"9","createdAt":"2012-09-20T04:31:57.389Z","updatedAt":"2012-09-20T04:31:57.389Z","objectId":"34AO9Qeddx"}]}'
791
+ http_version:
792
+ recorded_at: Thu, 20 Sep 2012 04:31:58 GMT
793
+ - request:
794
+ method: get
795
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Event?limit=2&skip=10&where=%7B%7D
796
+ body:
797
+ encoding: US-ASCII
798
+ string: ''
799
+ headers:
800
+ Accept:
801
+ - ! '*/*; q=0.5, application/xml'
802
+ Accept-Encoding:
803
+ - gzip, deflate
804
+ User-Agent:
805
+ - Ruby
806
+ response:
807
+ status:
808
+ code: 200
809
+ message: OK
810
+ headers:
811
+ Access-Control-Allow-Origin:
812
+ - https://parse.com, https://www.parse.com
813
+ Access-Control-Request-Method:
814
+ - ! '*'
815
+ Cache-Control:
816
+ - max-age=0, private, must-revalidate
817
+ Content-Type:
818
+ - application/json; charset=utf-8
819
+ Date:
820
+ - Thu, 20 Sep 2012 04:31:58 GMT
821
+ Etag:
822
+ - ! '"e2412c1ffbfb6b53a82a9daf665b2c1a"'
823
+ Server:
824
+ - nginx/1.2.2
825
+ Set-Cookie:
826
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNWU0MDljMjEzYjUwNDNkMTA2OTM3NGIwMjRkNWRiYjI%3D--c4a6959ce82153797eaca640817dddd48fc2d028;
827
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:58 GMT; HttpOnly
828
+ Status:
829
+ - 200 OK
830
+ X-Runtime:
831
+ - '0.019938'
832
+ X-Ua-Compatible:
833
+ - IE=Edge,chrome=1
834
+ Content-Length:
835
+ - '14'
836
+ Connection:
837
+ - keep-alive
838
+ body:
839
+ encoding: US-ASCII
840
+ string: ! '{"results":[]}'
841
+ http_version:
842
+ recorded_at: Thu, 20 Sep 2012 04:31:58 GMT
843
+ recorded_with: VCR 2.2.4