File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.4.13
2
+ - added SystemInfoSearch model
3
+
1
4
v1.4.12
2
5
- updated 'delete_photos' in SparkApi::Models::Listing to return the response from the API instead of a boolean value.
6
+
3
7
v1.4.11
4
8
- add 'delete_photos' to SparkApi::Models::Listing to enable deleting a batch of photos.
9
+
5
10
v1.4.10
6
11
- add `id` method to SparkApi::Models::Base as a more familiar alias of `Id`
7
12
- add SharedLink and EmailLink models, extracted from FBS internal code
Original file line number Diff line number Diff line change 1
- 1.4.12
1
+ 1.4.13
Original file line number Diff line number Diff line change 40
40
require 'spark_api/models/sort'
41
41
require 'spark_api/models/standard_fields'
42
42
require 'spark_api/models/system_info'
43
+ require 'spark_api/models/system_info_search'
43
44
require 'spark_api/models/tour_of_home'
44
45
require 'spark_api/models/video'
45
46
require 'spark_api/models/virtual_tour'
Original file line number Diff line number Diff line change
1
+ module SparkApi
2
+ module Models
3
+ class SystemInfoSearch < Base
4
+
5
+ self . element_name = "system/search"
6
+
7
+ end
8
+ end
9
+ end
You can’t perform that action at this time.
0 commit comments