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":"each"}'
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
+ - '16'
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:43 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Post/ae7svSSL8B
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYmU1ZDU2ZDUwMjZhZWNjZTYxN2ZlZGZhM2UxYThkMWQ%3D--43cbbe6c3d2c26ee0fc4c17f003e9778c8470964;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:43 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.023730'
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:43.203Z","objectId":"ae7svSSL8B"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:43 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":"each"}'
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
+ - '16'
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:43 GMT
89
+ Location:
90
+ - https://api.parse.com/1/classes/Post/RCh2i7CPq8
91
+ Server:
92
+ - nginx/1.2.2
93
+ Set-Cookie:
94
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMGQwOTQyNzlmZDE2MzNhZjY1YzRiNzg0MmRhZmVkZDY%3D--c1ee7c40c832e2eda9ac22c8674f2fc8adb8cafd;
95
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:43 GMT; HttpOnly
96
+ Status:
97
+ - 201 Created
98
+ X-Runtime:
99
+ - '0.017997'
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:43.422Z","objectId":"RCh2i7CPq8"}'
109
+ http_version:
110
+ recorded_at: Thu, 20 Sep 2012 04:31:43 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":"each"}'
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
+ - '16'
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:43 GMT
143
+ Location:
144
+ - https://api.parse.com/1/classes/Post/nKmvVD9S7K
145
+ Server:
146
+ - nginx/1.2.2
147
+ Set-Cookie:
148
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlODUyNjM0N2JmOWFmNjYzNGY5ZDlkMDFjY2E5YzRjMzA%3D--d90d97ee2778852dc69359446a440b431d352bef;
149
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:43 GMT; HttpOnly
150
+ Status:
151
+ - 201 Created
152
+ X-Runtime:
153
+ - '0.016963'
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:43.650Z","objectId":"nKmvVD9S7K"}'
163
+ http_version:
164
+ recorded_at: Thu, 20 Sep 2012 04:31:43 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":"each"}'
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
+ - '16'
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:43 GMT
197
+ Location:
198
+ - https://api.parse.com/1/classes/Post/iptDOXYcAh
199
+ Server:
200
+ - nginx/1.2.2
201
+ Set-Cookie:
202
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZmY5YWE3NjFkMzViNjZhOTFkN2M2MDY1Yjk2MjE4OTU%3D--b4459b07069a830dc0973caf89f5f67d90e2687b;
203
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:43 GMT; HttpOnly
204
+ Status:
205
+ - 201 Created
206
+ X-Runtime:
207
+ - '0.016830'
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:43.895Z","objectId":"iptDOXYcAh"}'
217
+ http_version:
218
+ recorded_at: Thu, 20 Sep 2012 04:31:43 GMT
219
+ - request:
220
+ method: get
221
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?where=%7B%22title%22:%22each%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:44 GMT
247
+ Etag:
248
+ - ! '"6a9a14b5c245189981d09ca917836522"'
249
+ Server:
250
+ - nginx/1.2.2
251
+ Set-Cookie:
252
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlZjNmNjBhNzczYzYwNWNlMGJmODg3NDMyM2NlNTA2MzQ%3D--1f647c2092732fc4391ff48224f37f6c37d1a66e;
253
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:44 GMT; HttpOnly
254
+ Status:
255
+ - 200 OK
256
+ X-Runtime:
257
+ - '0.090173'
258
+ X-Ua-Compatible:
259
+ - IE=Edge,chrome=1
260
+ Content-Length:
261
+ - '489'
262
+ Connection:
263
+ - keep-alive
264
+ body:
265
+ encoding: US-ASCII
266
+ string: ! '{"results":[{"title":"each","createdAt":"2012-09-20T04:31:43.650Z","updatedAt":"2012-09-20T04:31:43.650Z","objectId":"nKmvVD9S7K"},{"title":"each","createdAt":"2012-09-20T04:31:43.895Z","updatedAt":"2012-09-20T04:31:43.895Z","objectId":"iptDOXYcAh"},{"title":"each","createdAt":"2012-09-20T04:31:43.422Z","updatedAt":"2012-09-20T04:31:43.422Z","objectId":"RCh2i7CPq8"},{"title":"each","createdAt":"2012-09-20T04:31:43.203Z","updatedAt":"2012-09-20T04:31:43.203Z","objectId":"ae7svSSL8B"}]}'
267
+ http_version:
268
+ recorded_at: Thu, 20 Sep 2012 04:31:44 GMT
269
+ recorded_with: VCR 2.2.4
@@ -0,0 +1,107 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Spoon
6
+ body:
7
+ encoding: UTF-8
8
+ string: ! '{"length":"Welcome"}'
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
+ - '20'
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:44 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Spoon/xkJeYEfqMd
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNTM5MDNhZDI0NGFlN2YxZTMwNDM2NjJkZjNkYjFmMGE%3D--33984c7aa9a814b64c98ce0137696b136bc39277;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:44 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.021043'
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:44.394Z","objectId":"xkJeYEfqMd"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:44 GMT
57
+ - request:
58
+ method: get
59
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Spoon?where=%7B%22objectId%22:%22xkJeYEfqMd%22%7D
60
+ body:
61
+ encoding: US-ASCII
62
+ string: ''
63
+ headers:
64
+ Accept:
65
+ - ! '*/*; q=0.5, application/xml'
66
+ Accept-Encoding:
67
+ - gzip, deflate
68
+ User-Agent:
69
+ - Ruby
70
+ response:
71
+ status:
72
+ code: 200
73
+ message: OK
74
+ headers:
75
+ Access-Control-Allow-Origin:
76
+ - https://parse.com, https://www.parse.com
77
+ Access-Control-Request-Method:
78
+ - ! '*'
79
+ Cache-Control:
80
+ - max-age=0, private, must-revalidate
81
+ Content-Type:
82
+ - application/json; charset=utf-8
83
+ Date:
84
+ - Thu, 20 Sep 2012 04:31:44 GMT
85
+ Etag:
86
+ - ! '"06287f71cecc6f9c1b7bcad061d0d2e6"'
87
+ Server:
88
+ - nginx/1.2.2
89
+ Set-Cookie:
90
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlN2RjNjI0NmEyNzAzNjliYTUxNTYxNGVhMzMxNmU5ZWQ%3D--4ccddf11c1c866981b6ab7f8911da61322ff94bb;
91
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:44 GMT; HttpOnly
92
+ Status:
93
+ - 200 OK
94
+ X-Runtime:
95
+ - '0.033418'
96
+ X-Ua-Compatible:
97
+ - IE=Edge,chrome=1
98
+ Content-Length:
99
+ - '136'
100
+ Connection:
101
+ - keep-alive
102
+ body:
103
+ encoding: US-ASCII
104
+ string: ! '{"results":[{"length":"Welcome","createdAt":"2012-09-20T04:31:44.394Z","updatedAt":"2012-09-20T04:31:44.394Z","objectId":"xkJeYEfqMd"}]}'
105
+ http_version:
106
+ recorded_at: Thu, 20 Sep 2012 04:31:44 GMT
107
+ recorded_with: VCR 2.2.4
@@ -0,0 +1,157 @@
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":"Welcome111"}'
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
+ - '22'
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:44 GMT
35
+ Location:
36
+ - https://api.parse.com/1/classes/Post/ZwjYQFBuv6
37
+ Server:
38
+ - nginx/1.2.2
39
+ Set-Cookie:
40
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlMjgxODI3MWQzNDI3NDQ5MjA4N2NmODEzYTg2YzE2ZTQ%3D--4d8d0d1848d3e6f39f64be4b88ffd141a2623d2e;
41
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:44 GMT; HttpOnly
42
+ Status:
43
+ - 201 Created
44
+ X-Runtime:
45
+ - '0.016997'
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:44.836Z","objectId":"ZwjYQFBuv6"}'
55
+ http_version:
56
+ recorded_at: Thu, 20 Sep 2012 04:31:44 GMT
57
+ - request:
58
+ method: get
59
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?where=%7B%22title%22:%22Welcome111%22%7D
60
+ body:
61
+ encoding: US-ASCII
62
+ string: ''
63
+ headers:
64
+ Accept:
65
+ - ! '*/*; q=0.5, application/xml'
66
+ Accept-Encoding:
67
+ - gzip, deflate
68
+ User-Agent:
69
+ - Ruby
70
+ response:
71
+ status:
72
+ code: 200
73
+ message: OK
74
+ headers:
75
+ Access-Control-Allow-Origin:
76
+ - https://parse.com, https://www.parse.com
77
+ Access-Control-Request-Method:
78
+ - ! '*'
79
+ Cache-Control:
80
+ - max-age=0, private, must-revalidate
81
+ Content-Type:
82
+ - application/json; charset=utf-8
83
+ Date:
84
+ - Thu, 20 Sep 2012 04:31:44 GMT
85
+ Etag:
86
+ - ! '"4d7ab37dce0e55c0ac4f389a7bb8d329"'
87
+ Server:
88
+ - nginx/1.2.2
89
+ Set-Cookie:
90
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNzZiMjMwZWYxNjExNDYwMjY5M2Y1ODNhNzJiNjljMDc%3D--d4e85c6d835e610b9442f6b16c0165eda0037edc;
91
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:44 GMT; HttpOnly
92
+ Status:
93
+ - 200 OK
94
+ X-Runtime:
95
+ - '0.017498'
96
+ X-Ua-Compatible:
97
+ - IE=Edge,chrome=1
98
+ Content-Length:
99
+ - '138'
100
+ Connection:
101
+ - keep-alive
102
+ body:
103
+ encoding: US-ASCII
104
+ string: ! '{"results":[{"title":"Welcome111","createdAt":"2012-09-20T04:31:44.836Z","updatedAt":"2012-09-20T04:31:44.836Z","objectId":"ZwjYQFBuv6"}]}'
105
+ http_version:
106
+ recorded_at: Thu, 20 Sep 2012 04:31:45 GMT
107
+ - request:
108
+ method: get
109
+ uri: https://FKEzdzDgEyghLDFgIVHYJehVlWpfVtUmEv4MUEkJ:bOYO7usWbrcIbL5L5bPzlYrSonQRvwJecC1XLsuN@api.parse.com/1/classes/Post?where=%7B%22title%22:%22Welcome111%22%7D
110
+ body:
111
+ encoding: US-ASCII
112
+ string: ''
113
+ headers:
114
+ Accept:
115
+ - ! '*/*; q=0.5, application/xml'
116
+ Accept-Encoding:
117
+ - gzip, deflate
118
+ User-Agent:
119
+ - Ruby
120
+ response:
121
+ status:
122
+ code: 200
123
+ message: OK
124
+ headers:
125
+ Access-Control-Allow-Origin:
126
+ - https://parse.com, https://www.parse.com
127
+ Access-Control-Request-Method:
128
+ - ! '*'
129
+ Cache-Control:
130
+ - max-age=0, private, must-revalidate
131
+ Content-Type:
132
+ - application/json; charset=utf-8
133
+ Date:
134
+ - Thu, 20 Sep 2012 04:31:45 GMT
135
+ Etag:
136
+ - ! '"4d7ab37dce0e55c0ac4f389a7bb8d329"'
137
+ Server:
138
+ - nginx/1.2.2
139
+ Set-Cookie:
140
+ - _parse_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYzVmYWYzNmNiMzFhYzA0YmVjZTJiY2VhMDk4OWVhOWY%3D--936695426c77e609d0afcda770009da7cef0265a;
141
+ domain=.parse.com; path=/; expires=Tue, 20-Sep-2022 04:31:45 GMT; HttpOnly
142
+ Status:
143
+ - 200 OK
144
+ X-Runtime:
145
+ - '0.122842'
146
+ X-Ua-Compatible:
147
+ - IE=Edge,chrome=1
148
+ Content-Length:
149
+ - '138'
150
+ Connection:
151
+ - keep-alive
152
+ body:
153
+ encoding: US-ASCII
154
+ string: ! '{"results":[{"title":"Welcome111","createdAt":"2012-09-20T04:31:44.836Z","updatedAt":"2012-09-20T04:31:44.836Z","objectId":"ZwjYQFBuv6"}]}'
155
+ http_version:
156
+ recorded_at: Thu, 20 Sep 2012 04:31:45 GMT
157
+ recorded_with: VCR 2.2.4