spark_api 1.3.16 → 1.3.17

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.
@@ -20,5 +20,13 @@ describe SparkApi do
20
20
  subject.client.should_not eq(c1)
21
21
  end
22
22
 
23
+ it "should let me override the default logger" do
24
+ subject.logger.level.should eq(Logger::DEBUG) # default overridden in spec_helper
25
+
26
+ subject.logger = Logger.new('/dev/null')
27
+ subject.logger.level = Logger::WARN
28
+
29
+ SparkApi.logger.level.should eq(Logger::WARN)
30
+ end
23
31
  end
24
32
 
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spark_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.16
4
+ hash: 57
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 3
9
+ - 17
10
+ version: 1.3.17
5
11
  platform: ruby
6
12
  authors:
7
13
  - Brandon Hornseth
@@ -10,161 +16,256 @@ autorequire:
10
16
  bindir: bin
11
17
  cert_chain: []
12
18
 
13
- date: 2014-09-29 00:00:00 Z
19
+ date: 2014-11-07 00:00:00 Z
14
20
  dependencies:
15
21
  - !ruby/object:Gem::Dependency
16
- name: faraday
22
+ type: :runtime
17
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
18
25
  requirements:
19
26
  - - ~>
20
27
  - !ruby/object:Gem::Version
28
+ hash: 61
29
+ segments:
30
+ - 0
31
+ - 8
32
+ - 1
21
33
  version: 0.8.1
22
- type: :runtime
23
- prerelease: false
24
34
  version_requirements: *id001
35
+ prerelease: false
36
+ name: faraday
25
37
  - !ruby/object:Gem::Dependency
26
- name: multi_json
38
+ type: :runtime
27
39
  requirement: &id002 !ruby/object:Gem::Requirement
40
+ none: false
28
41
  requirements:
29
42
  - - ~>
30
- - &id007 !ruby/object:Gem::Version
43
+ - !ruby/object:Gem::Version
44
+ hash: 15
45
+ segments:
46
+ - 1
47
+ - 0
31
48
  version: "1.0"
32
- type: :runtime
33
- prerelease: false
34
49
  version_requirements: *id002
50
+ prerelease: false
51
+ name: multi_json
35
52
  - !ruby/object:Gem::Dependency
36
- name: json
53
+ type: :runtime
37
54
  requirement: &id003 !ruby/object:Gem::Requirement
55
+ none: false
38
56
  requirements:
39
57
  - - ~>
40
58
  - !ruby/object:Gem::Version
59
+ hash: 1
60
+ segments:
61
+ - 1
62
+ - 7
41
63
  version: "1.7"
42
- type: :runtime
43
- prerelease: false
44
64
  version_requirements: *id003
65
+ prerelease: false
66
+ name: json
45
67
  - !ruby/object:Gem::Dependency
46
- name: builder
68
+ type: :runtime
47
69
  requirement: &id004 !ruby/object:Gem::Requirement
70
+ none: false
48
71
  requirements:
49
72
  - - ">="
50
73
  - !ruby/object:Gem::Version
74
+ hash: 15
75
+ segments:
76
+ - 2
77
+ - 1
78
+ - 2
51
79
  version: 2.1.2
52
80
  - - <
53
- - &id005 !ruby/object:Gem::Version
81
+ - !ruby/object:Gem::Version
82
+ hash: 63
83
+ segments:
84
+ - 4
85
+ - 0
86
+ - 0
54
87
  version: 4.0.0
55
- type: :runtime
56
- prerelease: false
57
88
  version_requirements: *id004
89
+ prerelease: false
90
+ name: builder
58
91
  - !ruby/object:Gem::Dependency
59
- name: will_paginate
60
- requirement: &id006 !ruby/object:Gem::Requirement
92
+ type: :runtime
93
+ requirement: &id005 !ruby/object:Gem::Requirement
94
+ none: false
61
95
  requirements:
62
96
  - - ">="
63
97
  - !ruby/object:Gem::Version
98
+ hash: 1923831917
99
+ segments:
100
+ - 3
101
+ - 0
102
+ - pre
103
+ - 2
64
104
  version: 3.0.pre2
65
105
  - - <
66
- - *id005
67
- type: :runtime
106
+ - !ruby/object:Gem::Version
107
+ hash: 63
108
+ segments:
109
+ - 4
110
+ - 0
111
+ - 0
112
+ version: 4.0.0
113
+ version_requirements: *id005
68
114
  prerelease: false
69
- version_requirements: *id006
115
+ name: will_paginate
70
116
  - !ruby/object:Gem::Dependency
71
- name: highline
72
- requirement: &id008 !ruby/object:Gem::Requirement
117
+ type: :runtime
118
+ requirement: &id006 !ruby/object:Gem::Requirement
119
+ none: false
73
120
  requirements:
74
121
  - - ">="
75
- - *id007
76
- type: :runtime
122
+ - !ruby/object:Gem::Version
123
+ hash: 15
124
+ segments:
125
+ - 1
126
+ - 0
127
+ version: "1.0"
128
+ version_requirements: *id006
77
129
  prerelease: false
78
- version_requirements: *id008
130
+ name: highline
79
131
  - !ruby/object:Gem::Dependency
80
- name: rake
81
- requirement: &id009 !ruby/object:Gem::Requirement
132
+ type: :development
133
+ requirement: &id007 !ruby/object:Gem::Requirement
134
+ none: false
82
135
  requirements:
83
136
  - - ~>
84
137
  - !ruby/object:Gem::Version
138
+ hash: 63
139
+ segments:
140
+ - 0
141
+ - 9
142
+ - 2
85
143
  version: 0.9.2
86
- type: :development
144
+ version_requirements: *id007
87
145
  prerelease: false
88
- version_requirements: *id009
146
+ name: rake
89
147
  - !ruby/object:Gem::Dependency
90
- name: rspec
91
- requirement: &id010 !ruby/object:Gem::Requirement
148
+ type: :development
149
+ requirement: &id008 !ruby/object:Gem::Requirement
150
+ none: false
92
151
  requirements:
93
152
  - - ~>
94
153
  - !ruby/object:Gem::Version
95
- version: 2.12.0
96
- type: :development
154
+ hash: 55
155
+ segments:
156
+ - 2
157
+ - 14
158
+ - 0
159
+ version: 2.14.0
160
+ version_requirements: *id008
97
161
  prerelease: false
98
- version_requirements: *id010
162
+ name: rspec
99
163
  - !ruby/object:Gem::Dependency
100
- name: webmock
101
- requirement: &id011 !ruby/object:Gem::Requirement
164
+ type: :development
165
+ requirement: &id009 !ruby/object:Gem::Requirement
166
+ none: false
102
167
  requirements:
103
168
  - - ~>
104
169
  - !ruby/object:Gem::Version
170
+ hash: 29
171
+ segments:
172
+ - 1
173
+ - 9
105
174
  version: "1.9"
106
- type: :development
175
+ version_requirements: *id009
107
176
  prerelease: false
108
- version_requirements: *id011
177
+ name: webmock
109
178
  - !ruby/object:Gem::Dependency
110
- name: typhoeus
111
- requirement: &id012 !ruby/object:Gem::Requirement
179
+ type: :development
180
+ requirement: &id010 !ruby/object:Gem::Requirement
181
+ none: false
112
182
  requirements:
113
183
  - - ~>
114
184
  - !ruby/object:Gem::Version
185
+ hash: 13
186
+ segments:
187
+ - 0
188
+ - 3
115
189
  version: "0.3"
116
- type: :development
190
+ version_requirements: *id010
117
191
  prerelease: false
118
- version_requirements: *id012
192
+ name: typhoeus
119
193
  - !ruby/object:Gem::Dependency
120
- name: ci_reporter
121
- requirement: &id013 !ruby/object:Gem::Requirement
194
+ type: :development
195
+ requirement: &id011 !ruby/object:Gem::Requirement
196
+ none: false
122
197
  requirements:
123
198
  - - ~>
124
199
  - !ruby/object:Gem::Version
200
+ hash: 11
201
+ segments:
202
+ - 1
203
+ - 7
204
+ - 0
125
205
  version: 1.7.0
126
- type: :development
206
+ version_requirements: *id011
127
207
  prerelease: false
128
- version_requirements: *id013
208
+ name: ci_reporter
129
209
  - !ruby/object:Gem::Dependency
130
- name: rcov
131
- requirement: &id014 !ruby/object:Gem::Requirement
210
+ type: :development
211
+ requirement: &id012 !ruby/object:Gem::Requirement
212
+ none: false
132
213
  requirements:
133
214
  - - ~>
134
215
  - !ruby/object:Gem::Version
216
+ hash: 41
217
+ segments:
218
+ - 0
219
+ - 9
220
+ - 9
135
221
  version: 0.9.9
136
- type: :development
222
+ version_requirements: *id012
137
223
  prerelease: false
138
- version_requirements: *id014
224
+ name: rcov
139
225
  - !ruby/object:Gem::Dependency
140
- name: flexmls_gems
141
- requirement: &id015 !ruby/object:Gem::Requirement
226
+ type: :development
227
+ requirement: &id013 !ruby/object:Gem::Requirement
228
+ none: false
142
229
  requirements:
143
230
  - - ~>
144
231
  - !ruby/object:Gem::Version
232
+ hash: 29
233
+ segments:
234
+ - 0
235
+ - 2
236
+ - 5
145
237
  version: 0.2.5
146
- type: :development
238
+ version_requirements: *id013
147
239
  prerelease: false
148
- version_requirements: *id015
240
+ name: flexmls_gems
149
241
  - !ruby/object:Gem::Dependency
150
- name: rb-readline
151
- requirement: &id016 !ruby/object:Gem::Requirement
242
+ type: :development
243
+ requirement: &id014 !ruby/object:Gem::Requirement
244
+ none: false
152
245
  requirements:
153
- - &id017
154
- - ">="
246
+ - - ">="
155
247
  - !ruby/object:Gem::Version
248
+ hash: 3
249
+ segments:
250
+ - 0
156
251
  version: "0"
157
- type: :development
252
+ version_requirements: *id014
158
253
  prerelease: false
159
- version_requirements: *id016
254
+ name: rb-readline
160
255
  - !ruby/object:Gem::Dependency
161
- name: rb-fsevent
162
- requirement: &id018 !ruby/object:Gem::Requirement
163
- requirements:
164
- - *id017
165
256
  type: :development
257
+ requirement: &id015 !ruby/object:Gem::Requirement
258
+ none: false
259
+ requirements:
260
+ - - ">="
261
+ - !ruby/object:Gem::Version
262
+ hash: 3
263
+ segments:
264
+ - 0
265
+ version: "0"
266
+ version_requirements: *id015
166
267
  prerelease: false
167
- version_requirements: *id018
268
+ name: rb-fsevent
168
269
  description: The spark_api gem handles most of the boilerplate for communicating with the Spark API rest services, including authentication and request parsing.
169
270
  email: api-support@sparkapi.com
170
271
  executables:
@@ -177,440 +278,455 @@ extra_rdoc_files:
177
278
  files:
178
279
  - History.txt
179
280
  - LICENSE
180
- - README.md
181
281
  - Rakefile
282
+ - README.md
182
283
  - VERSION
183
284
  - bin/spark_api
184
285
  - lib/spark_api.rb
185
- - lib/spark_api/authentication.rb
186
- - lib/spark_api/authentication/api_auth.rb
187
- - lib/spark_api/authentication/base_auth.rb
188
- - lib/spark_api/authentication/oauth2.rb
189
- - lib/spark_api/authentication/oauth2_impl/cli_provider.rb
190
- - lib/spark_api/authentication/oauth2_impl/faraday_middleware.rb
191
- - lib/spark_api/authentication/oauth2_impl/grant_type_base.rb
192
- - lib/spark_api/authentication/oauth2_impl/grant_type_code.rb
193
- - lib/spark_api/authentication/oauth2_impl/grant_type_password.rb
194
- - lib/spark_api/authentication/oauth2_impl/grant_type_refresh.rb
195
- - lib/spark_api/authentication/oauth2_impl/simple_provider.rb
196
- - lib/spark_api/authentication/oauth2_impl/single_session_provider.rb
197
- - lib/spark_api/cli.rb
198
- - lib/spark_api/cli/api_auth.rb
199
- - lib/spark_api/cli/oauth2.rb
200
- - lib/spark_api/cli/setup.rb
201
- - lib/spark_api/client.rb
286
+ - lib/spark_api/connection.rb
287
+ - lib/spark_api/version.rb
288
+ - lib/spark_api/faraday_middleware.rb
202
289
  - lib/spark_api/configuration.rb
290
+ - lib/spark_api/primary_array.rb
203
291
  - lib/spark_api/configuration/oauth2_configurable.rb
204
292
  - lib/spark_api/configuration/yaml.rb
205
- - lib/spark_api/connection.rb
293
+ - lib/spark_api/response.rb
294
+ - lib/spark_api/multi_client.rb
295
+ - lib/spark_api/paginate.rb
296
+ - lib/spark_api/request.rb
206
297
  - lib/spark_api/errors.rb
207
- - lib/spark_api/faraday_middleware.rb
298
+ - lib/spark_api/client.rb
299
+ - lib/spark_api/cli/oauth2.rb
300
+ - lib/spark_api/cli/setup.rb
301
+ - lib/spark_api/cli/api_auth.rb
208
302
  - lib/spark_api/models.rb
209
- - lib/spark_api/models/account.rb
210
- - lib/spark_api/models/activity.rb
211
- - lib/spark_api/models/base.rb
212
- - lib/spark_api/models/comment.rb
303
+ - lib/spark_api/cli.rb
304
+ - lib/spark_api/authentication/oauth2_impl/faraday_middleware.rb
305
+ - lib/spark_api/authentication/oauth2_impl/grant_type_refresh.rb
306
+ - lib/spark_api/authentication/oauth2_impl/simple_provider.rb
307
+ - lib/spark_api/authentication/oauth2_impl/cli_provider.rb
308
+ - lib/spark_api/authentication/oauth2_impl/grant_type_base.rb
309
+ - lib/spark_api/authentication/oauth2_impl/grant_type_code.rb
310
+ - lib/spark_api/authentication/oauth2_impl/grant_type_password.rb
311
+ - lib/spark_api/authentication/oauth2_impl/single_session_provider.rb
312
+ - lib/spark_api/authentication/oauth2.rb
313
+ - lib/spark_api/authentication/api_auth.rb
314
+ - lib/spark_api/authentication/base_auth.rb
315
+ - lib/spark_api/options_hash.rb
316
+ - lib/spark_api/models/dirty.rb
317
+ - lib/spark_api/models/note.rb
213
318
  - lib/spark_api/models/concerns.rb
214
- - lib/spark_api/models/concerns/destroyable.rb
215
- - lib/spark_api/models/concerns/savable.rb
216
- - lib/spark_api/models/connect_prefs.rb
319
+ - lib/spark_api/models/activity.rb
217
320
  - lib/spark_api/models/constraint.rb
218
- - lib/spark_api/models/contact.rb
219
- - lib/spark_api/models/custom_fields.rb
220
- - lib/spark_api/models/dirty.rb
221
- - lib/spark_api/models/document.rb
222
- - lib/spark_api/models/fields.rb
223
321
  - lib/spark_api/models/finders.rb
322
+ - lib/spark_api/models/shared_listing.rb
323
+ - lib/spark_api/models/account.rb
324
+ - lib/spark_api/models/subresource.rb
325
+ - lib/spark_api/models/portal.rb
326
+ - lib/spark_api/models/connect_prefs.rb
224
327
  - lib/spark_api/models/idx_link.rb
225
- - lib/spark_api/models/listing.rb
226
- - lib/spark_api/models/listing_cart.rb
227
- - lib/spark_api/models/market_statistics.rb
328
+ - lib/spark_api/models/video.rb
329
+ - lib/spark_api/models/property_types.rb
330
+ - lib/spark_api/models/virtual_tour.rb
228
331
  - lib/spark_api/models/message.rb
229
- - lib/spark_api/models/note.rb
230
- - lib/spark_api/models/notification.rb
332
+ - lib/spark_api/models/listing_cart.rb
333
+ - lib/spark_api/models/standard_fields.rb
231
334
  - lib/spark_api/models/open_house.rb
232
- - lib/spark_api/models/photo.rb
233
- - lib/spark_api/models/portal.rb
234
- - lib/spark_api/models/property_types.rb
235
- - lib/spark_api/models/rental_calendar.rb
236
335
  - lib/spark_api/models/saved_search.rb
237
- - lib/spark_api/models/search_template/quick_search.rb
238
- - lib/spark_api/models/shared_listing.rb
239
- - lib/spark_api/models/standard_fields.rb
240
- - lib/spark_api/models/subresource.rb
336
+ - lib/spark_api/models/vow_account.rb
337
+ - lib/spark_api/models/listing.rb
338
+ - lib/spark_api/models/base.rb
339
+ - lib/spark_api/models/fields.rb
241
340
  - lib/spark_api/models/system_info.rb
341
+ - lib/spark_api/models/document.rb
342
+ - lib/spark_api/models/comment.rb
343
+ - lib/spark_api/models/market_statistics.rb
344
+ - lib/spark_api/models/photo.rb
345
+ - lib/spark_api/models/notification.rb
346
+ - lib/spark_api/models/concerns/destroyable.rb
347
+ - lib/spark_api/models/concerns/savable.rb
348
+ - lib/spark_api/models/search_template/quick_search.rb
349
+ - lib/spark_api/models/contact.rb
242
350
  - lib/spark_api/models/tour_of_home.rb
243
- - lib/spark_api/models/video.rb
244
- - lib/spark_api/models/virtual_tour.rb
245
- - lib/spark_api/models/vow_account.rb
246
- - lib/spark_api/multi_client.rb
247
- - lib/spark_api/options_hash.rb
248
- - lib/spark_api/paginate.rb
249
- - lib/spark_api/primary_array.rb
250
- - lib/spark_api/request.rb
251
- - lib/spark_api/response.rb
252
- - lib/spark_api/version.rb
253
- - script/combined_flow_example.rb
351
+ - lib/spark_api/models/rental_calendar.rb
352
+ - lib/spark_api/models/custom_fields.rb
353
+ - lib/spark_api/authentication.rb
254
354
  - script/console
355
+ - script/combined_flow_example.rb
255
356
  - script/example.rb
256
357
  - script/oauth2_example.rb
358
+ - spec/fixtures/generic_delete.json
359
+ - spec/fixtures/oauth2/refresh_body.json
360
+ - spec/fixtures/oauth2/access.json
361
+ - spec/fixtures/oauth2/authorization_code_body.json
362
+ - spec/fixtures/oauth2/access_with_old_refresh.json
363
+ - spec/fixtures/oauth2/access_with_refresh.json
364
+ - spec/fixtures/oauth2/error.json
365
+ - spec/fixtures/oauth2/password_body.json
366
+ - spec/fixtures/fields/order_a.json
367
+ - spec/fixtures/fields/order.json
368
+ - spec/fixtures/success.json
369
+ - spec/fixtures/session.json
370
+ - spec/fixtures/oauth2_error.json
371
+ - spec/fixtures/base.json
372
+ - spec/fixtures/idx_links/get.json
373
+ - spec/fixtures/authentication_failure.json
374
+ - spec/fixtures/standardfields/nearby.json
375
+ - spec/fixtures/standardfields/city.json
376
+ - spec/fixtures/standardfields/standardfields.json
377
+ - spec/fixtures/standardfields/stateorprovince.json
378
+ - spec/fixtures/finders.json
379
+ - spec/fixtures/notes/agent_shared_empty.json
380
+ - spec/fixtures/notes/new.json
381
+ - spec/fixtures/notes/add.json
382
+ - spec/fixtures/notes/agent_shared.json
383
+ - spec/fixtures/accounts/office.json
257
384
  - spec/fixtures/accounts/all.json
385
+ - spec/fixtures/accounts/my_save.json
258
386
  - spec/fixtures/accounts/my.json
259
387
  - spec/fixtures/accounts/my_portal.json
260
- - spec/fixtures/accounts/my_put.json
261
- - spec/fixtures/accounts/my_save.json
262
- - spec/fixtures/accounts/office.json
263
388
  - spec/fixtures/accounts/password_save.json
264
- - spec/fixtures/activities/get.json
265
- - spec/fixtures/authentication_failure.json
266
- - spec/fixtures/base.json
267
- - spec/fixtures/comments/get.json
268
- - spec/fixtures/comments/new.json
269
- - spec/fixtures/comments/post.json
270
- - spec/fixtures/contacts/contacts.json
271
- - spec/fixtures/contacts/my.json
272
- - spec/fixtures/contacts/new.json
273
- - spec/fixtures/contacts/new_empty.json
274
- - spec/fixtures/contacts/new_notify.json
275
- - spec/fixtures/contacts/post.json
276
- - spec/fixtures/contacts/tags.json
277
- - spec/fixtures/contacts/vow_accounts/edit.json
278
- - spec/fixtures/contacts/vow_accounts/get.json
279
- - spec/fixtures/contacts/vow_accounts/new.json
280
- - spec/fixtures/contacts/vow_accounts/post.json
389
+ - spec/fixtures/accounts/my_put.json
281
390
  - spec/fixtures/count.json
282
- - spec/fixtures/empty.json
283
- - spec/fixtures/errors/expired.json
284
- - spec/fixtures/errors/failure.json
285
- - spec/fixtures/errors/failure_with_constraint.json
286
- - spec/fixtures/errors/failure_with_msg.json
287
- - spec/fixtures/fields/order.json
288
- - spec/fixtures/fields/order_a.json
289
- - spec/fixtures/finders.json
290
- - spec/fixtures/generic_delete.json
291
- - spec/fixtures/generic_failure.json
292
- - spec/fixtures/idx_links/get.json
293
- - spec/fixtures/listing_carts/add_listing.json
391
+ - spec/fixtures/notifications/notifications.json
392
+ - spec/fixtures/notifications/mark_read.json
393
+ - spec/fixtures/notifications/post.json
394
+ - spec/fixtures/notifications/new.json
395
+ - spec/fixtures/notifications/new_empty.json
396
+ - spec/fixtures/notifications/unread.json
397
+ - spec/fixtures/search_templates/quick_searches/get.json
398
+ - spec/fixtures/listing_carts/post.json
399
+ - spec/fixtures/listing_carts/add_portal_cart_listings_post.json
400
+ - spec/fixtures/listing_carts/post_portal_cart.json
294
401
  - spec/fixtures/listing_carts/add_listing_post.json
295
402
  - spec/fixtures/listing_carts/add_portal_cart_listings.json
296
- - spec/fixtures/listing_carts/add_portal_cart_listings_post.json
297
403
  - spec/fixtures/listing_carts/empty.json
298
- - spec/fixtures/listing_carts/listing_cart.json
299
- - spec/fixtures/listing_carts/listing_portal_cart.json
404
+ - spec/fixtures/listing_carts/add_listing.json
405
+ - spec/fixtures/listing_carts/put.json
300
406
  - spec/fixtures/listing_carts/new.json
301
- - spec/fixtures/listing_carts/new_portal_cart.json
302
- - spec/fixtures/listing_carts/post.json
303
- - spec/fixtures/listing_carts/post_portal_cart.json
304
407
  - spec/fixtures/listing_carts/remove_listing.json
408
+ - spec/fixtures/listing_carts/listing_portal_cart.json
409
+ - spec/fixtures/listing_carts/listing_cart.json
410
+ - spec/fixtures/listing_carts/new_portal_cart.json
411
+ - spec/fixtures/listing_carts/put_name.json
412
+ - spec/fixtures/listing_carts/put_ids.json
413
+ - spec/fixtures/activities/get.json
414
+ - spec/fixtures/errors/expired.json
415
+ - spec/fixtures/errors/failure_with_msg.json
416
+ - spec/fixtures/errors/failure.json
417
+ - spec/fixtures/errors/failure_with_constraint.json
418
+ - spec/fixtures/property_types/property_types.json
419
+ - spec/fixtures/empty.json
420
+ - spec/fixtures/logo_fbs.png
421
+ - spec/fixtures/comments/post.json
422
+ - spec/fixtures/comments/new.json
423
+ - spec/fixtures/comments/get.json
424
+ - spec/fixtures/saved_searches/post.json
425
+ - spec/fixtures/saved_searches/update.json
426
+ - spec/fixtures/saved_searches/new.json
427
+ - spec/fixtures/saved_searches/get.json
428
+ - spec/fixtures/messages/post.json
429
+ - spec/fixtures/messages/new_with_recipients.json
430
+ - spec/fixtures/messages/new.json
431
+ - spec/fixtures/messages/new_empty.json
305
432
  - spec/fixtures/listings/constraints.json
306
- - spec/fixtures/listings/constraints_with_pagination.json
307
- - spec/fixtures/listings/document_index.json
308
- - spec/fixtures/listings/multiple.json
433
+ - spec/fixtures/listings/tour_of_homes_search.json
434
+ - spec/fixtures/listings/tour_of_homes.json
309
435
  - spec/fixtures/listings/no_subresources.json
310
- - spec/fixtures/listings/open_houses.json
436
+ - spec/fixtures/listings/with_vtour.json
437
+ - spec/fixtures/listings/multiple.json
438
+ - spec/fixtures/listings/with_documents.json
439
+ - spec/fixtures/listings/with_supplement.json
440
+ - spec/fixtures/listings/rental_calendar.json
441
+ - spec/fixtures/listings/with_rental_calendar.json
442
+ - spec/fixtures/listings/put.json
443
+ - spec/fixtures/listings/with_permissions.json
444
+ - spec/fixtures/listings/with_videos.json
445
+ - spec/fixtures/listings/shared_listing_get.json
446
+ - spec/fixtures/listings/shared_listing_post.json
447
+ - spec/fixtures/listings/shared_listing_new.json
448
+ - spec/fixtures/listings/document_index.json
449
+ - spec/fixtures/listings/photos/post.json
311
450
  - spec/fixtures/listings/photos/index.json
312
451
  - spec/fixtures/listings/photos/new.json
313
- - spec/fixtures/listings/photos/post.json
314
452
  - spec/fixtures/listings/photos/rollback.json
315
- - spec/fixtures/listings/put.json
316
453
  - spec/fixtures/listings/put_expiration_date.json
317
- - spec/fixtures/listings/rental_calendar.json
318
- - spec/fixtures/listings/shared_listing_get.json
319
- - spec/fixtures/listings/shared_listing_new.json
320
- - spec/fixtures/listings/shared_listing_post.json
321
- - spec/fixtures/listings/tour_of_homes.json
322
- - spec/fixtures/listings/tour_of_homes_search.json
323
- - spec/fixtures/listings/videos_index.json
324
- - spec/fixtures/listings/virtual_tours_index.json
325
- - spec/fixtures/listings/with_documents.json
326
- - spec/fixtures/listings/with_permissions.json
327
454
  - spec/fixtures/listings/with_photos.json
328
- - spec/fixtures/listings/with_rental_calendar.json
329
- - spec/fixtures/listings/with_supplement.json
330
- - spec/fixtures/listings/with_videos.json
331
- - spec/fixtures/listings/with_vtour.json
332
- - spec/fixtures/logo_fbs.png
333
- - spec/fixtures/messages/new.json
334
- - spec/fixtures/messages/new_empty.json
335
- - spec/fixtures/messages/new_with_recipients.json
336
- - spec/fixtures/messages/post.json
455
+ - spec/fixtures/listings/open_houses.json
456
+ - spec/fixtures/listings/virtual_tours_index.json
457
+ - spec/fixtures/listings/constraints_with_pagination.json
458
+ - spec/fixtures/listings/videos_index.json
337
459
  - spec/fixtures/no_results.json
338
- - spec/fixtures/notes/add.json
339
- - spec/fixtures/notes/agent_shared.json
340
- - spec/fixtures/notes/agent_shared_empty.json
341
- - spec/fixtures/notes/new.json
342
- - spec/fixtures/notifications/mark_read.json
343
- - spec/fixtures/notifications/new.json
344
- - spec/fixtures/notifications/new_empty.json
345
- - spec/fixtures/notifications/notifications.json
346
- - spec/fixtures/notifications/post.json
347
- - spec/fixtures/notifications/unread.json
348
- - spec/fixtures/oauth2/access.json
349
- - spec/fixtures/oauth2/access_with_old_refresh.json
350
- - spec/fixtures/oauth2/access_with_refresh.json
351
- - spec/fixtures/oauth2/authorization_code_body.json
352
- - spec/fixtures/oauth2/error.json
353
- - spec/fixtures/oauth2/password_body.json
354
- - spec/fixtures/oauth2/refresh_body.json
355
- - spec/fixtures/oauth2_error.json
356
- - spec/fixtures/portal/disable.json
357
- - spec/fixtures/portal/enable.json
358
460
  - spec/fixtures/portal/my.json
359
461
  - spec/fixtures/portal/my_non_existant.json
360
- - spec/fixtures/portal/new.json
361
462
  - spec/fixtures/portal/post.json
362
- - spec/fixtures/property_types/property_types.json
363
- - spec/fixtures/saved_searches/get.json
364
- - spec/fixtures/saved_searches/new.json
365
- - spec/fixtures/saved_searches/post.json
366
- - spec/fixtures/saved_searches/update.json
367
- - spec/fixtures/search_templates/quick_searches/get.json
368
- - spec/fixtures/session.json
369
- - spec/fixtures/standardfields/city.json
370
- - spec/fixtures/standardfields/nearby.json
371
- - spec/fixtures/standardfields/standardfields.json
372
- - spec/fixtures/standardfields/stateorprovince.json
373
- - spec/fixtures/success.json
374
- - spec/spec_helper.rb
463
+ - spec/fixtures/portal/enable.json
464
+ - spec/fixtures/portal/new.json
465
+ - spec/fixtures/portal/disable.json
466
+ - spec/fixtures/contacts/contacts.json
467
+ - spec/fixtures/contacts/vow_accounts/edit.json
468
+ - spec/fixtures/contacts/vow_accounts/post.json
469
+ - spec/fixtures/contacts/vow_accounts/new.json
470
+ - spec/fixtures/contacts/vow_accounts/get.json
471
+ - spec/fixtures/contacts/my.json
472
+ - spec/fixtures/contacts/post.json
473
+ - spec/fixtures/contacts/new_notify.json
474
+ - spec/fixtures/contacts/new.json
475
+ - spec/fixtures/contacts/new_empty.json
476
+ - spec/fixtures/contacts/tags.json
477
+ - spec/fixtures/generic_failure.json
478
+ - spec/unit/spark_api/paginate_spec.rb
479
+ - spec/unit/spark_api/primary_array_spec.rb
480
+ - spec/unit/spark_api/configuration/yaml_spec.rb
481
+ - spec/unit/spark_api/options_hash_spec.rb
482
+ - spec/unit/spark_api/faraday_middleware_spec.rb
483
+ - spec/unit/spark_api/authentication_spec.rb
484
+ - spec/unit/spark_api/multi_client_spec.rb
375
485
  - spec/unit/spark_api/authentication/api_auth_spec.rb
376
- - spec/unit/spark_api/authentication/base_auth_spec.rb
377
486
  - spec/unit/spark_api/authentication/oauth2_impl/faraday_middleware_spec.rb
378
- - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb
379
487
  - spec/unit/spark_api/authentication/oauth2_impl/single_session_provider_spec.rb
488
+ - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb
380
489
  - spec/unit/spark_api/authentication/oauth2_spec.rb
381
- - spec/unit/spark_api/authentication_spec.rb
382
- - spec/unit/spark_api/configuration/yaml_spec.rb
490
+ - spec/unit/spark_api/authentication/base_auth_spec.rb
383
491
  - spec/unit/spark_api/configuration_spec.rb
384
- - spec/unit/spark_api/faraday_middleware_spec.rb
385
- - spec/unit/spark_api/models/account_spec.rb
386
- - spec/unit/spark_api/models/activity_spec.rb
387
- - spec/unit/spark_api/models/base_spec.rb
388
- - spec/unit/spark_api/models/concerns/destroyable_spec.rb
389
- - spec/unit/spark_api/models/concerns/savable_spec.rb
390
- - spec/unit/spark_api/models/connect_prefs_spec.rb
391
- - spec/unit/spark_api/models/constraint_spec.rb
392
- - spec/unit/spark_api/models/contact_spec.rb
393
- - spec/unit/spark_api/models/dirty_spec.rb
492
+ - spec/unit/spark_api/request_spec.rb
493
+ - spec/unit/spark_api/models/open_house_spec.rb
394
494
  - spec/unit/spark_api/models/document_spec.rb
395
- - spec/unit/spark_api/models/fields_spec.rb
396
- - spec/unit/spark_api/models/finders_spec.rb
397
- - spec/unit/spark_api/models/idx_link_spec.rb
495
+ - spec/unit/spark_api/models/system_info_spec.rb
496
+ - spec/unit/spark_api/models/virtual_tour_spec.rb
497
+ - spec/unit/spark_api/models/rental_calendar_spec.rb
398
498
  - spec/unit/spark_api/models/listing_cart_spec.rb
499
+ - spec/unit/spark_api/models/dirty_spec.rb
500
+ - spec/unit/spark_api/models/standard_fields_spec.rb
501
+ - spec/unit/spark_api/models/shared_listing_spec.rb
502
+ - spec/unit/spark_api/models/finders_spec.rb
503
+ - spec/unit/spark_api/models/account_spec.rb
399
504
  - spec/unit/spark_api/models/listing_spec.rb
505
+ - spec/unit/spark_api/models/video_spec.rb
506
+ - spec/unit/spark_api/models/saved_search_spec.rb
507
+ - spec/unit/spark_api/models/contact_spec.rb
508
+ - spec/unit/spark_api/models/portal_spec.rb
400
509
  - spec/unit/spark_api/models/message_spec.rb
401
- - spec/unit/spark_api/models/note_spec.rb
402
- - spec/unit/spark_api/models/notification_spec.rb
403
- - spec/unit/spark_api/models/open_house_spec.rb
510
+ - spec/unit/spark_api/models/constraint_spec.rb
511
+ - spec/unit/spark_api/models/tour_of_home_spec.rb
404
512
  - spec/unit/spark_api/models/photo_spec.rb
405
- - spec/unit/spark_api/models/portal_spec.rb
406
- - spec/unit/spark_api/models/property_types_spec.rb
407
- - spec/unit/spark_api/models/rental_calendar_spec.rb
408
- - spec/unit/spark_api/models/saved_search_spec.rb
513
+ - spec/unit/spark_api/models/notification_spec.rb
514
+ - spec/unit/spark_api/models/note_spec.rb
515
+ - spec/unit/spark_api/models/connect_prefs_spec.rb
516
+ - spec/unit/spark_api/models/fields_spec.rb
517
+ - spec/unit/spark_api/models/concerns/destroyable_spec.rb
518
+ - spec/unit/spark_api/models/concerns/savable_spec.rb
409
519
  - spec/unit/spark_api/models/search_template/quick_search_spec.rb
410
- - spec/unit/spark_api/models/shared_listing_spec.rb
411
- - spec/unit/spark_api/models/standard_fields_spec.rb
520
+ - spec/unit/spark_api/models/property_types_spec.rb
521
+ - spec/unit/spark_api/models/base_spec.rb
412
522
  - spec/unit/spark_api/models/subresource_spec.rb
413
- - spec/unit/spark_api/models/system_info_spec.rb
414
- - spec/unit/spark_api/models/tour_of_home_spec.rb
415
- - spec/unit/spark_api/models/video_spec.rb
416
- - spec/unit/spark_api/models/virtual_tour_spec.rb
523
+ - spec/unit/spark_api/models/idx_link_spec.rb
417
524
  - spec/unit/spark_api/models/vow_account_spec.rb
418
- - spec/unit/spark_api/multi_client_spec.rb
419
- - spec/unit/spark_api/options_hash_spec.rb
420
- - spec/unit/spark_api/paginate_spec.rb
421
- - spec/unit/spark_api/primary_array_spec.rb
422
- - spec/unit/spark_api/request_spec.rb
525
+ - spec/unit/spark_api/models/activity_spec.rb
423
526
  - spec/unit/spark_api_spec.rb
527
+ - spec/spec_helper.rb
424
528
  homepage: https://github.com/sparkapi/spark_api
425
529
  licenses:
426
530
  - Apache 2.0
427
- metadata: {}
428
-
429
531
  post_install_message:
430
532
  rdoc_options: []
431
533
 
432
534
  require_paths:
433
535
  - lib
434
536
  required_ruby_version: !ruby/object:Gem::Requirement
537
+ none: false
435
538
  requirements:
436
- - *id017
539
+ - - ">="
540
+ - !ruby/object:Gem::Version
541
+ hash: 3
542
+ segments:
543
+ - 0
544
+ version: "0"
437
545
  required_rubygems_version: !ruby/object:Gem::Requirement
546
+ none: false
438
547
  requirements:
439
548
  - - ">="
440
549
  - !ruby/object:Gem::Version
550
+ hash: 31
551
+ segments:
552
+ - 1
553
+ - 8
441
554
  version: "1.8"
442
555
  requirements: []
443
556
 
444
557
  rubyforge_project: spark_api
445
- rubygems_version: 2.2.1
558
+ rubygems_version: 1.8.24
446
559
  signing_key:
447
- specification_version: 4
560
+ specification_version: 3
448
561
  summary: A library for interacting with the Spark web services.
449
562
  test_files:
450
- - spec/fixtures/fields/order.json
563
+ - spec/fixtures/generic_delete.json
564
+ - spec/fixtures/oauth2/refresh_body.json
565
+ - spec/fixtures/oauth2/access.json
566
+ - spec/fixtures/oauth2/authorization_code_body.json
567
+ - spec/fixtures/oauth2/access_with_old_refresh.json
568
+ - spec/fixtures/oauth2/access_with_refresh.json
569
+ - spec/fixtures/oauth2/error.json
570
+ - spec/fixtures/oauth2/password_body.json
451
571
  - spec/fixtures/fields/order_a.json
572
+ - spec/fixtures/fields/order.json
573
+ - spec/fixtures/success.json
452
574
  - spec/fixtures/session.json
453
- - spec/fixtures/portal/my_non_existant.json
454
- - spec/fixtures/portal/disable.json
455
- - spec/fixtures/portal/my.json
456
- - spec/fixtures/portal/enable.json
457
- - spec/fixtures/portal/post.json
458
- - spec/fixtures/portal/new.json
459
- - spec/fixtures/generic_failure.json
575
+ - spec/fixtures/oauth2_error.json
576
+ - spec/fixtures/base.json
460
577
  - spec/fixtures/idx_links/get.json
461
- - spec/fixtures/search_templates/quick_searches/get.json
462
- - spec/fixtures/finders.json
463
- - spec/fixtures/property_types/property_types.json
464
578
  - spec/fixtures/authentication_failure.json
465
- - spec/fixtures/activities/get.json
466
- - spec/fixtures/accounts/password_save.json
467
- - spec/fixtures/accounts/office.json
468
- - spec/fixtures/accounts/my_put.json
469
- - spec/fixtures/accounts/my.json
470
- - spec/fixtures/accounts/my_portal.json
471
- - spec/fixtures/accounts/my_save.json
472
- - spec/fixtures/accounts/all.json
473
- - spec/fixtures/no_results.json
474
- - spec/fixtures/contacts/vow_accounts/edit.json
475
- - spec/fixtures/contacts/vow_accounts/get.json
476
- - spec/fixtures/contacts/vow_accounts/post.json
477
- - spec/fixtures/contacts/vow_accounts/new.json
478
- - spec/fixtures/contacts/contacts.json
479
- - spec/fixtures/contacts/my.json
480
- - spec/fixtures/contacts/tags.json
481
- - spec/fixtures/contacts/post.json
482
- - spec/fixtures/contacts/new.json
483
- - spec/fixtures/contacts/new_notify.json
484
- - spec/fixtures/contacts/new_empty.json
485
- - spec/fixtures/listings/open_houses.json
486
- - spec/fixtures/listings/constraints.json
487
- - spec/fixtures/listings/with_documents.json
488
- - spec/fixtures/listings/shared_listing_post.json
489
- - spec/fixtures/listings/rental_calendar.json
490
- - spec/fixtures/listings/no_subresources.json
491
- - spec/fixtures/listings/with_photos.json
492
- - spec/fixtures/listings/put_expiration_date.json
493
- - spec/fixtures/listings/photos/index.json
494
- - spec/fixtures/listings/photos/post.json
495
- - spec/fixtures/listings/photos/new.json
496
- - spec/fixtures/listings/photos/rollback.json
497
- - spec/fixtures/listings/multiple.json
498
- - spec/fixtures/listings/with_videos.json
499
- - spec/fixtures/listings/tour_of_homes.json
500
- - spec/fixtures/listings/shared_listing_get.json
501
- - spec/fixtures/listings/shared_listing_new.json
502
- - spec/fixtures/listings/with_supplement.json
503
- - spec/fixtures/listings/with_rental_calendar.json
504
- - spec/fixtures/listings/constraints_with_pagination.json
505
- - spec/fixtures/listings/document_index.json
506
- - spec/fixtures/listings/virtual_tours_index.json
507
- - spec/fixtures/listings/with_vtour.json
508
- - spec/fixtures/listings/tour_of_homes_search.json
509
- - spec/fixtures/listings/videos_index.json
510
- - spec/fixtures/listings/with_permissions.json
511
- - spec/fixtures/listings/put.json
512
- - spec/fixtures/success.json
513
- - spec/fixtures/standardfields/standardfields.json
514
579
  - spec/fixtures/standardfields/nearby.json
515
- - spec/fixtures/standardfields/stateorprovince.json
516
580
  - spec/fixtures/standardfields/city.json
581
+ - spec/fixtures/standardfields/standardfields.json
582
+ - spec/fixtures/standardfields/stateorprovince.json
583
+ - spec/fixtures/finders.json
517
584
  - spec/fixtures/notes/agent_shared_empty.json
518
- - spec/fixtures/notes/agent_shared.json
519
- - spec/fixtures/notes/add.json
520
585
  - spec/fixtures/notes/new.json
521
- - spec/fixtures/generic_delete.json
522
- - spec/fixtures/oauth2/access_with_refresh.json
523
- - spec/fixtures/oauth2/password_body.json
524
- - spec/fixtures/oauth2/refresh_body.json
525
- - spec/fixtures/oauth2/error.json
526
- - spec/fixtures/oauth2/access_with_old_refresh.json
527
- - spec/fixtures/oauth2/authorization_code_body.json
528
- - spec/fixtures/oauth2/access.json
529
- - spec/fixtures/oauth2_error.json
530
- - spec/fixtures/errors/failure_with_msg.json
531
- - spec/fixtures/errors/failure.json
532
- - spec/fixtures/errors/expired.json
533
- - spec/fixtures/errors/failure_with_constraint.json
534
- - spec/fixtures/comments/get.json
535
- - spec/fixtures/comments/post.json
536
- - spec/fixtures/comments/new.json
586
+ - spec/fixtures/notes/add.json
587
+ - spec/fixtures/notes/agent_shared.json
588
+ - spec/fixtures/accounts/office.json
589
+ - spec/fixtures/accounts/all.json
590
+ - spec/fixtures/accounts/my_save.json
591
+ - spec/fixtures/accounts/my.json
592
+ - spec/fixtures/accounts/my_portal.json
593
+ - spec/fixtures/accounts/password_save.json
594
+ - spec/fixtures/accounts/my_put.json
537
595
  - spec/fixtures/count.json
538
- - spec/fixtures/saved_searches/update.json
539
- - spec/fixtures/saved_searches/get.json
540
- - spec/fixtures/saved_searches/post.json
541
- - spec/fixtures/saved_searches/new.json
542
- - spec/fixtures/logo_fbs.png
543
- - spec/fixtures/listing_carts/listing_cart.json
544
- - spec/fixtures/listing_carts/add_listing.json
596
+ - spec/fixtures/notifications/notifications.json
597
+ - spec/fixtures/notifications/mark_read.json
598
+ - spec/fixtures/notifications/post.json
599
+ - spec/fixtures/notifications/new.json
600
+ - spec/fixtures/notifications/new_empty.json
601
+ - spec/fixtures/notifications/unread.json
602
+ - spec/fixtures/search_templates/quick_searches/get.json
603
+ - spec/fixtures/listing_carts/post.json
545
604
  - spec/fixtures/listing_carts/add_portal_cart_listings_post.json
546
- - spec/fixtures/listing_carts/add_listing_post.json
547
605
  - spec/fixtures/listing_carts/post_portal_cart.json
606
+ - spec/fixtures/listing_carts/add_listing_post.json
548
607
  - spec/fixtures/listing_carts/add_portal_cart_listings.json
608
+ - spec/fixtures/listing_carts/empty.json
609
+ - spec/fixtures/listing_carts/add_listing.json
610
+ - spec/fixtures/listing_carts/put.json
611
+ - spec/fixtures/listing_carts/new.json
549
612
  - spec/fixtures/listing_carts/remove_listing.json
550
613
  - spec/fixtures/listing_carts/listing_portal_cart.json
551
- - spec/fixtures/listing_carts/empty.json
614
+ - spec/fixtures/listing_carts/listing_cart.json
552
615
  - spec/fixtures/listing_carts/new_portal_cart.json
553
- - spec/fixtures/listing_carts/post.json
554
- - spec/fixtures/listing_carts/new.json
616
+ - spec/fixtures/listing_carts/put_name.json
617
+ - spec/fixtures/listing_carts/put_ids.json
618
+ - spec/fixtures/activities/get.json
619
+ - spec/fixtures/errors/expired.json
620
+ - spec/fixtures/errors/failure_with_msg.json
621
+ - spec/fixtures/errors/failure.json
622
+ - spec/fixtures/errors/failure_with_constraint.json
623
+ - spec/fixtures/property_types/property_types.json
555
624
  - spec/fixtures/empty.json
556
- - spec/fixtures/messages/new_with_recipients.json
625
+ - spec/fixtures/logo_fbs.png
626
+ - spec/fixtures/comments/post.json
627
+ - spec/fixtures/comments/new.json
628
+ - spec/fixtures/comments/get.json
629
+ - spec/fixtures/saved_searches/post.json
630
+ - spec/fixtures/saved_searches/update.json
631
+ - spec/fixtures/saved_searches/new.json
632
+ - spec/fixtures/saved_searches/get.json
557
633
  - spec/fixtures/messages/post.json
634
+ - spec/fixtures/messages/new_with_recipients.json
558
635
  - spec/fixtures/messages/new.json
559
636
  - spec/fixtures/messages/new_empty.json
560
- - spec/fixtures/base.json
561
- - spec/fixtures/notifications/notifications.json
562
- - spec/fixtures/notifications/unread.json
563
- - spec/fixtures/notifications/mark_read.json
564
- - spec/fixtures/notifications/post.json
565
- - spec/fixtures/notifications/new.json
566
- - spec/fixtures/notifications/new_empty.json
567
- - spec/unit/spark_api_spec.rb
637
+ - spec/fixtures/listings/constraints.json
638
+ - spec/fixtures/listings/tour_of_homes_search.json
639
+ - spec/fixtures/listings/tour_of_homes.json
640
+ - spec/fixtures/listings/no_subresources.json
641
+ - spec/fixtures/listings/with_vtour.json
642
+ - spec/fixtures/listings/multiple.json
643
+ - spec/fixtures/listings/with_documents.json
644
+ - spec/fixtures/listings/with_supplement.json
645
+ - spec/fixtures/listings/rental_calendar.json
646
+ - spec/fixtures/listings/with_rental_calendar.json
647
+ - spec/fixtures/listings/put.json
648
+ - spec/fixtures/listings/with_permissions.json
649
+ - spec/fixtures/listings/with_videos.json
650
+ - spec/fixtures/listings/shared_listing_get.json
651
+ - spec/fixtures/listings/shared_listing_post.json
652
+ - spec/fixtures/listings/shared_listing_new.json
653
+ - spec/fixtures/listings/document_index.json
654
+ - spec/fixtures/listings/photos/post.json
655
+ - spec/fixtures/listings/photos/index.json
656
+ - spec/fixtures/listings/photos/new.json
657
+ - spec/fixtures/listings/photos/rollback.json
658
+ - spec/fixtures/listings/put_expiration_date.json
659
+ - spec/fixtures/listings/with_photos.json
660
+ - spec/fixtures/listings/open_houses.json
661
+ - spec/fixtures/listings/virtual_tours_index.json
662
+ - spec/fixtures/listings/constraints_with_pagination.json
663
+ - spec/fixtures/listings/videos_index.json
664
+ - spec/fixtures/no_results.json
665
+ - spec/fixtures/portal/my.json
666
+ - spec/fixtures/portal/my_non_existant.json
667
+ - spec/fixtures/portal/post.json
668
+ - spec/fixtures/portal/enable.json
669
+ - spec/fixtures/portal/new.json
670
+ - spec/fixtures/portal/disable.json
671
+ - spec/fixtures/contacts/contacts.json
672
+ - spec/fixtures/contacts/vow_accounts/edit.json
673
+ - spec/fixtures/contacts/vow_accounts/post.json
674
+ - spec/fixtures/contacts/vow_accounts/new.json
675
+ - spec/fixtures/contacts/vow_accounts/get.json
676
+ - spec/fixtures/contacts/my.json
677
+ - spec/fixtures/contacts/post.json
678
+ - spec/fixtures/contacts/new_notify.json
679
+ - spec/fixtures/contacts/new.json
680
+ - spec/fixtures/contacts/new_empty.json
681
+ - spec/fixtures/contacts/tags.json
682
+ - spec/fixtures/generic_failure.json
683
+ - spec/unit/spark_api/paginate_spec.rb
568
684
  - spec/unit/spark_api/primary_array_spec.rb
685
+ - spec/unit/spark_api/configuration/yaml_spec.rb
569
686
  - spec/unit/spark_api/options_hash_spec.rb
570
- - spec/unit/spark_api/models/finders_spec.rb
571
- - spec/unit/spark_api/models/saved_search_spec.rb
572
- - spec/unit/spark_api/models/video_spec.rb
687
+ - spec/unit/spark_api/faraday_middleware_spec.rb
688
+ - spec/unit/spark_api/authentication_spec.rb
689
+ - spec/unit/spark_api/multi_client_spec.rb
690
+ - spec/unit/spark_api/authentication/api_auth_spec.rb
691
+ - spec/unit/spark_api/authentication/oauth2_impl/faraday_middleware_spec.rb
692
+ - spec/unit/spark_api/authentication/oauth2_impl/single_session_provider_spec.rb
693
+ - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb
694
+ - spec/unit/spark_api/authentication/oauth2_spec.rb
695
+ - spec/unit/spark_api/authentication/base_auth_spec.rb
696
+ - spec/unit/spark_api/configuration_spec.rb
697
+ - spec/unit/spark_api/request_spec.rb
698
+ - spec/unit/spark_api/models/open_house_spec.rb
699
+ - spec/unit/spark_api/models/document_spec.rb
700
+ - spec/unit/spark_api/models/system_info_spec.rb
701
+ - spec/unit/spark_api/models/virtual_tour_spec.rb
702
+ - spec/unit/spark_api/models/rental_calendar_spec.rb
573
703
  - spec/unit/spark_api/models/listing_cart_spec.rb
574
- - spec/unit/spark_api/models/subresource_spec.rb
575
- - spec/unit/spark_api/models/vow_account_spec.rb
576
- - spec/unit/spark_api/models/search_template/quick_search_spec.rb
577
- - spec/unit/spark_api/models/message_spec.rb
578
- - spec/unit/spark_api/models/shared_listing_spec.rb
579
704
  - spec/unit/spark_api/models/dirty_spec.rb
580
- - spec/unit/spark_api/models/listing_spec.rb
581
- - spec/unit/spark_api/models/base_spec.rb
582
- - spec/unit/spark_api/models/note_spec.rb
583
- - spec/unit/spark_api/models/portal_spec.rb
584
- - spec/unit/spark_api/models/system_info_spec.rb
705
+ - spec/unit/spark_api/models/standard_fields_spec.rb
706
+ - spec/unit/spark_api/models/shared_listing_spec.rb
707
+ - spec/unit/spark_api/models/finders_spec.rb
585
708
  - spec/unit/spark_api/models/account_spec.rb
586
- - spec/unit/spark_api/models/rental_calendar_spec.rb
587
- - spec/unit/spark_api/models/document_spec.rb
709
+ - spec/unit/spark_api/models/listing_spec.rb
710
+ - spec/unit/spark_api/models/video_spec.rb
711
+ - spec/unit/spark_api/models/saved_search_spec.rb
588
712
  - spec/unit/spark_api/models/contact_spec.rb
589
- - spec/unit/spark_api/models/property_types_spec.rb
590
- - spec/unit/spark_api/models/concerns/savable_spec.rb
591
- - spec/unit/spark_api/models/concerns/destroyable_spec.rb
592
- - spec/unit/spark_api/models/activity_spec.rb
593
- - spec/unit/spark_api/models/virtual_tour_spec.rb
594
- - spec/unit/spark_api/models/fields_spec.rb
713
+ - spec/unit/spark_api/models/portal_spec.rb
714
+ - spec/unit/spark_api/models/message_spec.rb
715
+ - spec/unit/spark_api/models/constraint_spec.rb
595
716
  - spec/unit/spark_api/models/tour_of_home_spec.rb
717
+ - spec/unit/spark_api/models/photo_spec.rb
596
718
  - spec/unit/spark_api/models/notification_spec.rb
719
+ - spec/unit/spark_api/models/note_spec.rb
597
720
  - spec/unit/spark_api/models/connect_prefs_spec.rb
721
+ - spec/unit/spark_api/models/fields_spec.rb
722
+ - spec/unit/spark_api/models/concerns/destroyable_spec.rb
723
+ - spec/unit/spark_api/models/concerns/savable_spec.rb
724
+ - spec/unit/spark_api/models/search_template/quick_search_spec.rb
725
+ - spec/unit/spark_api/models/property_types_spec.rb
726
+ - spec/unit/spark_api/models/base_spec.rb
727
+ - spec/unit/spark_api/models/subresource_spec.rb
598
728
  - spec/unit/spark_api/models/idx_link_spec.rb
599
- - spec/unit/spark_api/models/constraint_spec.rb
600
- - spec/unit/spark_api/models/photo_spec.rb
601
- - spec/unit/spark_api/models/standard_fields_spec.rb
602
- - spec/unit/spark_api/models/open_house_spec.rb
603
- - spec/unit/spark_api/authentication_spec.rb
604
- - spec/unit/spark_api/faraday_middleware_spec.rb
605
- - spec/unit/spark_api/configuration_spec.rb
606
- - spec/unit/spark_api/configuration/yaml_spec.rb
607
- - spec/unit/spark_api/multi_client_spec.rb
608
- - spec/unit/spark_api/authentication/base_auth_spec.rb
609
- - spec/unit/spark_api/authentication/oauth2_impl/faraday_middleware_spec.rb
610
- - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb
611
- - spec/unit/spark_api/authentication/oauth2_impl/single_session_provider_spec.rb
612
- - spec/unit/spark_api/authentication/api_auth_spec.rb
613
- - spec/unit/spark_api/authentication/oauth2_spec.rb
614
- - spec/unit/spark_api/request_spec.rb
615
- - spec/unit/spark_api/paginate_spec.rb
729
+ - spec/unit/spark_api/models/vow_account_spec.rb
730
+ - spec/unit/spark_api/models/activity_spec.rb
731
+ - spec/unit/spark_api_spec.rb
616
732
  - spec/spec_helper.rb