blueprint_ruby_client 0.5.2 → 0.5.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.
@@ -22,7 +22,7 @@ module BlueprintClient
22
22
 
23
23
  #
24
24
  # Add an integration
25
- # @param namespace identifier namespacing the blueprint.
25
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
26
26
  # @param body integration
27
27
  # @param [Hash] opts the optional parameters
28
28
  # @return [IntegrationBody]
@@ -33,7 +33,7 @@ module BlueprintClient
33
33
 
34
34
  #
35
35
  # Add an integration
36
- # @param namespace identifier namespacing the blueprint.
36
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
37
37
  # @param body integration
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [Array<(IntegrationBody, Fixnum, Hash)>] IntegrationBody data, response status code and response headers
@@ -97,7 +97,7 @@ module BlueprintClient
97
97
 
98
98
  #
99
99
  # Delete an integration
100
- # @param namespace identifier namespacing the blueprint.
100
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
101
101
  # @param integration_id id of an integration
102
102
  # @param integration_type Type of external integration, e.g. &#39;lti1&#39;
103
103
  # @param [Hash] opts the optional parameters
@@ -109,7 +109,7 @@ module BlueprintClient
109
109
 
110
110
  #
111
111
  # Delete an integration
112
- # @param namespace identifier namespacing the blueprint.
112
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
113
113
  # @param integration_id id of an integration
114
114
  # @param integration_type Type of external integration, e.g. &#39;lti1&#39;
115
115
  # @param [Hash] opts the optional parameters
@@ -181,7 +181,7 @@ module BlueprintClient
181
181
 
182
182
  #
183
183
  # Get details of a given integration
184
- # @param namespace identifier namespacing the blueprint.
184
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
185
185
  # @param integration_type Type of external integration, e.g. &#39;lti1&#39;
186
186
  # @param integration_id id of an integration
187
187
  # @param [Hash] opts the optional parameters
@@ -193,7 +193,7 @@ module BlueprintClient
193
193
 
194
194
  #
195
195
  # Get details of a given integration
196
- # @param namespace identifier namespacing the blueprint.
196
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
197
197
  # @param integration_type Type of external integration, e.g. &#39;lti1&#39;
198
198
  # @param integration_id id of an integration
199
199
  # @param [Hash] opts the optional parameters
@@ -266,7 +266,7 @@ module BlueprintClient
266
266
 
267
267
  #
268
268
  # LTI launch url for integration
269
- # @param namespace identifier namespacing the blueprint.
269
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
270
270
  # @param integration_id id of an integration
271
271
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
272
272
  # @param asset_id id of an asset
@@ -294,7 +294,7 @@ module BlueprintClient
294
294
 
295
295
  #
296
296
  # LTI launch url for integration
297
- # @param namespace identifier namespacing the blueprint.
297
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
298
298
  # @param integration_id id of an integration
299
299
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
300
300
  # @param asset_id id of an asset
@@ -519,7 +519,7 @@ module BlueprintClient
519
519
 
520
520
  #
521
521
  # Replace an integration
522
- # @param namespace identifier namespacing the blueprint.
522
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
523
523
  # @param integration_id id of an integration
524
524
  # @param integration_type Type of external integration, e.g. &#39;lti1&#39;
525
525
  # @param body integration
@@ -532,7 +532,7 @@ module BlueprintClient
532
532
 
533
533
  #
534
534
  # Replace an integration
535
- # @param namespace identifier namespacing the blueprint.
535
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
536
536
  # @param integration_id id of an integration
537
537
  # @param integration_type Type of external integration, e.g. &#39;lti1&#39;
538
538
  # @param body integration
@@ -22,7 +22,7 @@ module BlueprintClient
22
22
 
23
23
  #
24
24
  # LTI launch url for integration
25
- # @param namespace identifier namespacing the blueprint.
25
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
26
26
  # @param integration_id id of an integration
27
27
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
28
28
  # @param asset_id id of an asset
@@ -50,7 +50,7 @@ module BlueprintClient
50
50
 
51
51
  #
52
52
  # LTI launch url for integration
53
- # @param namespace identifier namespacing the blueprint.
53
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
54
54
  # @param integration_id id of an integration
55
55
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
56
56
  # @param asset_id id of an asset
@@ -11,5 +11,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  =end
12
12
 
13
13
  module BlueprintClient
14
- VERSION = "0.5.2"
14
+ VERSION = "0.5.3"
15
15
  end
@@ -35,7 +35,7 @@ describe 'AssetTypeConfigsApi' do
35
35
  # unit tests for get
36
36
  #
37
37
  # get a template for a given asset type
38
- # @param namespace identifier namespacing the blueprint.
38
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
39
39
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @return [TemplateBody]
@@ -35,7 +35,7 @@ describe 'AssetTypeTemplatesApi' do
35
35
  # unit tests for add
36
36
  #
37
37
  # Configure a template for a given asset type
38
- # @param namespace identifier namespacing the blueprint.
38
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
39
39
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
40
40
  # @param template_body template body
41
41
  # @param [Hash] opts the optional parameters
@@ -53,7 +53,7 @@ describe 'AssetTypeTemplatesApi' do
53
53
  # unit tests for delete
54
54
  #
55
55
  # Delete a template for a given asset type
56
- # @param namespace identifier namespacing the blueprint.
56
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
57
57
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
58
58
  # @param [Hash] opts the optional parameters
59
59
  # @return [TemplateBody]
@@ -70,7 +70,7 @@ describe 'AssetTypeTemplatesApi' do
70
70
  # unit tests for put
71
71
  #
72
72
  # update a template for a given asset type
73
- # @param namespace identifier namespacing the blueprint.
73
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
74
74
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
75
75
  # @param template_body template body
76
76
  # @param [Hash] opts the optional parameters
@@ -35,7 +35,7 @@ describe 'AssetsApi' do
35
35
  # unit tests for add_asset_to_node
36
36
  #
37
37
  # Add an asset to the node. Body must be empty. Will upsert the asset if it doesn&#39;t exist
38
- # @param namespace identifier namespacing the blueprint.
38
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
39
39
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
40
40
  # @param id id identifying a domain model
41
41
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
@@ -55,7 +55,7 @@ describe 'AssetsApi' do
55
55
  # unit tests for delete_asset
56
56
  #
57
57
  # Delete an Asset
58
- # @param namespace identifier namespacing the blueprint.
58
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
59
59
  # @param asset_id id of an asset
60
60
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
61
61
  # @param [Hash] opts the optional parameters
@@ -73,7 +73,7 @@ describe 'AssetsApi' do
73
73
  # unit tests for get_asset
74
74
  #
75
75
  # Get details of a given asset
76
- # @param namespace identifier namespacing the blueprint.
76
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
77
77
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
78
78
  # @param asset_id id of an asset
79
79
  # @param [Hash] opts the optional parameters
@@ -91,11 +91,11 @@ describe 'AssetsApi' do
91
91
  # unit tests for get_assets_in_node
92
92
  #
93
93
  # Get for assets in the relevant node
94
- # @param namespace identifier namespacing the blueprint.
94
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
95
95
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
96
96
  # @param id id identifying a domain model
97
97
  # @param [Hash] opts the optional parameters
98
- # @option opts [Array<String>] :filter_asset_type type of asset to return
98
+ # @option opts [Array<String>] :filter_asset_type type of asset to return. Depricated. This filters the results by asset type, but incorrectly only returns the assets of thay type. Use asset.type.2
99
99
  # @option opts [Float] :offset index to start result set from
100
100
  # @option opts [Float] :limit number of records to return
101
101
  # @return [AssetResultSet]
@@ -112,7 +112,7 @@ describe 'AssetsApi' do
112
112
  # unit tests for remove_asset_from_node
113
113
  #
114
114
  # Remove an asset from the relevant node
115
- # @param namespace identifier namespacing the blueprint.
115
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
116
116
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
117
117
  # @param id id identifying a domain model
118
118
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
@@ -132,7 +132,7 @@ describe 'AssetsApi' do
132
132
  # unit tests for replace_asset
133
133
  # Replaces the Asset with the data sent in the body
134
134
  # Wholesale replacement of Asset data: if you were to PUT to:\n /1/{namespace}/assets/sometype/someid\n\nwith a body of:\n { type: \&quot;someothertype\&quot;, id: \&quot;someotherid\&quot; }\n\nIt would change the Asset&#39;s path to:\n /1/{namespace}/assets/someothertype/someotherid\n\nand\n /1/{namespace}/assets/sometype/someid\nwould return a 404.\nIt would also update the assets associated with any node.\n
135
- # @param namespace identifier namespacing the blueprint.
135
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
136
136
  # @param asset_id id of an asset
137
137
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
138
138
  # @param [Hash] opts the optional parameters
@@ -151,13 +151,13 @@ describe 'AssetsApi' do
151
151
  # unit tests for search_assets
152
152
  # Search assets
153
153
  # This endpoint provides a way to get assets as a pageable result set, based (optionally) on filters.\nThe include parameter can only be set to `nodes`\n\n###### Find all assets in namespace abc\n`/1/abc/assets`\n\n###### Find all lists for abc:\n`/1/abc/assets?filter[assetType]=lists`\n\n###### Find all assets that are related to a given node of DEP101:\n`/1/abc/assets?filter[node]=departments%2Fdep101`\n\n###### Find all assets that are related to both node DEP101 and DEP102:\n`/1/abc/assets?filter[node]=departments%2Fdep101&amp;filter[node]=departments%2Fdep102`\n\n###### Find all assets that are related to either node DEP101 and DEP102:\n`/1/abc/assets?filter[node]=departments%2Fdep101,departments%2Fdep102`\n
154
- # @param namespace identifier namespacing the blueprint.
154
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
155
155
  # @param [Hash] opts the optional parameters
156
156
  # @option opts [Float] :offset index to start result set from
157
157
  # @option opts [Float] :limit number of records to return
158
158
  # @option opts [Array<String>] :include comma separated list of elements to hydrate. Can include children, parents, nodes, and/or assets
159
159
  # @option opts [Array<String>] :filter_node limit to assets that are related to a node matching type/code
160
- # @option opts [Array<String>] :filter_asset_type type of asset to return
160
+ # @option opts [Array<String>] :filter_asset_type type of asset to return. Depricated. This filters the results by asset type, but incorrectly only returns the assets of thay type. Use asset.type.2
161
161
  # @return [AssetResultSet]
162
162
  describe 'search_assets test' do
163
163
  it "should work" do
@@ -52,7 +52,7 @@ describe 'HierarchyApi' do
52
52
  # unit tests for bulk_upload
53
53
  #
54
54
  # Send operations to modify nodes in bulk, to be applied/rejected as a single transaction.\nFormat will be:\n\n OLD NODE TYPE, OLD NODE ID, NEW NODE TYPE, NEW NODE ID, PARENTS, TITLE, DESCRIPTION, DOMAIN IDS, STUDENT NUMBERS\n
55
- # @param namespace identifier namespacing the blueprint.
55
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
56
56
  # @param [Hash] opts the optional parameters
57
57
  # @return [nil]
58
58
  describe 'bulk_upload test' do
@@ -68,7 +68,7 @@ describe 'HierarchyApi' do
68
68
  # unit tests for delete_node
69
69
  #
70
70
  # Delete a node
71
- # @param namespace identifier namespacing the blueprint.
71
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
72
72
  # @param id id identifying a domain model
73
73
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
74
74
  # @param [Hash] opts the optional parameters
@@ -86,7 +86,7 @@ describe 'HierarchyApi' do
86
86
  # unit tests for export_hierarchy
87
87
  #
88
88
  # Download the blueprint&#39;s nodes in CSV format\nFormat will be:\n\n OLD NODE TYPE, OLD NODE ID, NEW NODE TYPE, NEW NODE ID, PARENTS, TITLE, DESCRIPTION, DOMAIN IDS, STUDENT NUMBERS\n\nOLD NODE TYPE and OLD NODE ID are left intentionally blank to allow direct upload of the output back into the bulk importer\n
89
- # @param namespace identifier namespacing the blueprint.
89
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
90
90
  # @param [Hash] opts the optional parameters
91
91
  # @return [nil]
92
92
  describe 'export_hierarchy test' do
@@ -103,7 +103,7 @@ describe 'HierarchyApi' do
103
103
  # Get ancestor nodes
104
104
  # A proxy for finding ancestors of a given node, equivalent to\n`/1/abc/nodes?filter[descendant]=department%2Fdep101`\n
105
105
  # @param id id identifying a domain model
106
- # @param namespace identifier namespacing the blueprint.
106
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
107
107
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @option opts [Float] :offset index to start result set from
@@ -123,7 +123,7 @@ describe 'HierarchyApi' do
123
123
  # Get child nodes
124
124
  # A proxy for finding children of a given node, equivalent to\n`/1/abc/nodes?filter[parent]=department%2Fdep101`\n
125
125
  # @param id id identifying a domain model
126
- # @param namespace identifier namespacing the blueprint.
126
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
127
127
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
128
128
  # @param [Hash] opts the optional parameters
129
129
  # @option opts [Float] :offset index to start result set from
@@ -143,7 +143,7 @@ describe 'HierarchyApi' do
143
143
  # Get descendant nodes
144
144
  # A proxy for finding descendants of a given node, equivalent to\n`/1/abc/nodes?filter[ancestor]=department%2Fdep101`\n
145
145
  # @param id id identifying a domain model
146
- # @param namespace identifier namespacing the blueprint.
146
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
147
147
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
148
148
  # @param [Hash] opts the optional parameters
149
149
  # @option opts [Float] :offset index to start result set from
@@ -162,7 +162,7 @@ describe 'HierarchyApi' do
162
162
  # unit tests for get_node
163
163
  #
164
164
  # Get details of a given node
165
- # @param namespace identifier namespacing the blueprint.
165
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
166
166
  # @param id id identifying a domain model
167
167
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
168
168
  # @param [Hash] opts the optional parameters
@@ -182,7 +182,7 @@ describe 'HierarchyApi' do
182
182
  # Get parent nodes
183
183
  # A proxy for finding parents of a given node, equivalent to\n`/1/abc/nodes?filter[child]=department%2Fdep101`\n
184
184
  # @param id id identifying a domain model
185
- # @param namespace identifier namespacing the blueprint.
185
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
186
186
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
187
187
  # @param [Hash] opts the optional parameters
188
188
  # @option opts [Float] :offset index to start result set from
@@ -201,7 +201,7 @@ describe 'HierarchyApi' do
201
201
  # unit tests for replace_node
202
202
  #
203
203
  # Replaces the node with the data sent in the body
204
- # @param namespace identifier namespacing the blueprint.
204
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
205
205
  # @param id id identifying a domain model
206
206
  # @param body node
207
207
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
@@ -219,7 +219,7 @@ describe 'HierarchyApi' do
219
219
 
220
220
  # unit tests for search_nodes
221
221
  # Search nodes
222
- # This endpoint is a really flexible way to ask questions about the hierarchy.\nThe includes parameter can be set to either parents, children, assets.\n\nExamples:\n\n###### Find all nodes for abc:\n`/1/abc/nodes`\n\n###### Find all modules for abc:\n`/1/abc/nodes?filter[nodeType]=Modules`\n\n###### Find all nodes that are descendants of DEP101:\n`/1/abc/nodes?filter[descendant]=departments%2Fdep101`\n\n###### Find all nodes that are descendants of DEP101 or DEP102:\n`/1/abc/nodes?filter[descendant]=departments%2Fdep101,departments%2Fdep102`\n\n###### Find all nodes that are descendants of DEP101 and DEP102:\n`/1/abc/nodes?filter[descendant]=departments%2Fdep101&amp;filter[descendant]=departments%2Fdep102``\n\n###### Find all Departments that are ancestors of ABF203:\n`/1/abc/nodes?filter[descendant]=modules%2Fabf203&amp;filter[nodeType]=Departments` # &lt;= case insensitive\n\n###### Find all nodes with list assets that are descendants of DEP101 for abc:\n`/1/abc/nodes?filter[nodeType]=Modules&amp;filter[ancestor]=departments%2FDEP101&amp;filter[hasAssets]=true&amp;filter[assetType]=Lists`\n\n###### Globally, find all modules that have no list assets\n`/1/global/nodes?filter[nodeType]=Modules&amp;filter[hasAssets]=false&amp;filter[assetType]=Lists`\n\n###### Find all nodes of type modules during 2015 that have no assets. Note a node&#39;s valid_from/valid_to just need to overlap from/to to qualify\n`/1/global/nodes?filter[nodeType]=Modules&amp;filter[hasAssets]=false&amp;filter[from]=20150101&amp;filter[to]=20151231`\n\n###### Find all nodes of type modules with assets which are also related to DEP101.\n`/1/global/nodes?filter[nodeType]=Modules&amp;filter[hasAssets]=true&amp;filter[assetNode]=departments%2Fdep101`\n
222
+ # This endpoint is a really flexible way to ask questions about the hierarchy.\nThe includes parameter can be set to either parents, children, assets.\n\nExamples:\n\n###### Find all nodes for abc:\n`/1/abc/nodes`\n\n###### Find all modules for abc:\n`/1/abc/nodes?filter[nodeType]=Modules`\n\n###### Find all nodes that are descendants of DEP101:\n`/1/abc/nodes?filter[descendant]=departments%2Fdep101`\n\n###### Find all nodes that are descendants of DEP101 or DEP102:\n`/1/abc/nodes?filter[descendant]=departments%2Fdep101,departments%2Fdep102`\n\n###### Find all nodes that are descendants of DEP101 and DEP102:\n`/1/abc/nodes?filter[descendant]=departments%2Fdep101&amp;filter[descendant]=departments%2Fdep102``\n\n###### Find all Departments that are ancestors of ABF203:\n`/1/abc/nodes?filter[descendant]=modules%2Fabf203&amp;filter[nodeType]=Departments` # &lt;= case insensitive\n\n###### Find all nodes with list assets that are descendants of DEP101 for abc:\n`/1/abc/nodes?filter[nodeType]=Modules&amp;filter[ancestor]=departments%2FDEP101&amp;filter[hasAssets]=true&amp;filter[assetType]=Lists`\n\n###### Globally, find all modules that have no list assets\n`/1/global/nodes?filter[nodeType]=Modules&amp;filter[hasAssets]=false&amp;filter[assetType]=Lists`\n\n###### Find all nodes of type modules during 2015 that have no assets. Note a node&#39;s valid_from/valid_to just need to overlap from/to to qualify\n`/1/global/nodes?filter[nodeType]=Modules&amp;filter[hasAssets]=false&amp;filter[from]=20150101&amp;filter[to]=20151231`\n\n###### Find all nodes of type modules with assets which are also related to DEP101.\n`/1/global/nodes?filter[nodeType]=Modules&amp;filter[asset.node]=departments%2Fdep101`\n
223
223
  # @param namespace_inc_global identifier namespacing the blueprint. `global` is a special namespace which references data from all blueprints in the call.
224
224
  # @param [Hash] opts the optional parameters
225
225
  # @option opts [Float] :offset index to start result set from
@@ -232,7 +232,8 @@ describe 'HierarchyApi' do
232
232
  # @option opts [Array<String>] :filter_ancestor limit to nodes with ancestor matching type/code
233
233
  # @option opts [Array<String>] :filter_descendant limit to nodes with descendant matching type/code
234
234
  # @option opts [BOOLEAN] :filter_has_assets limit to either nodes that have assets (true) nodes that have no assets (false) or omit to consider both nodes with and without assets
235
- # @option opts [Array<String>] :filter_asset_type type of asset to return
235
+ # @option opts [Array<String>] :filter_asset_type type of asset to return. Depricated. This filters the results by asset type, but incorrectly only returns the assets of thay type. Use asset.type.2
236
+ # @option opts [Array<String>] :filter_asset_type2 type of asset to return. Version 2. This filters the results by asset type, but returns all the assets associated with the result.
236
237
  # @option opts [Date] :filter_from limit to results valid after this date, format is ISO8601 date
237
238
  # @option opts [Date] :filter_to limit to results valid before this date, format is ISO8601
238
239
  # @option opts [String] :q_node query term(s) to search for nodes. Allows wildcard searching with &#39;*&#39;
@@ -255,7 +256,7 @@ describe 'HierarchyApi' do
255
256
  # unit tests for update_node
256
257
  #
257
258
  # Perform a partial update of a node
258
- # @param namespace identifier namespacing the blueprint.
259
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
259
260
  # @param id id identifying a domain model
260
261
  # @param body node
261
262
  # @param type subtype of Node, e.g. &#39;modules&#39;, &#39;departments&#39;, etc.
@@ -35,7 +35,7 @@ describe 'IntegrationsApi' do
35
35
  # unit tests for add_integration
36
36
  #
37
37
  # Add an integration
38
- # @param namespace identifier namespacing the blueprint.
38
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
39
39
  # @param body integration
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @return [IntegrationBody]
@@ -52,7 +52,7 @@ describe 'IntegrationsApi' do
52
52
  # unit tests for delete_integration
53
53
  #
54
54
  # Delete an integration
55
- # @param namespace identifier namespacing the blueprint.
55
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
56
56
  # @param integration_id id of an integration
57
57
  # @param integration_type Type of external integration, e.g. &#39;lti1&#39;
58
58
  # @param [Hash] opts the optional parameters
@@ -70,7 +70,7 @@ describe 'IntegrationsApi' do
70
70
  # unit tests for get_integration
71
71
  #
72
72
  # Get details of a given integration
73
- # @param namespace identifier namespacing the blueprint.
73
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
74
74
  # @param integration_type Type of external integration, e.g. &#39;lti1&#39;
75
75
  # @param integration_id id of an integration
76
76
  # @param [Hash] opts the optional parameters
@@ -88,7 +88,7 @@ describe 'IntegrationsApi' do
88
88
  # unit tests for namespace_integrations_lti1_integration_id_assets_asset_type_asset_id_post
89
89
  #
90
90
  # LTI launch url for integration
91
- # @param namespace identifier namespacing the blueprint.
91
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
92
92
  # @param integration_id id of an integration
93
93
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
94
94
  # @param asset_id id of an asset
@@ -122,7 +122,7 @@ describe 'IntegrationsApi' do
122
122
  # unit tests for replace_integration
123
123
  #
124
124
  # Replace an integration
125
- # @param namespace identifier namespacing the blueprint.
125
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
126
126
  # @param integration_id id of an integration
127
127
  # @param integration_type Type of external integration, e.g. &#39;lti1&#39;
128
128
  # @param body integration
@@ -35,7 +35,7 @@ describe 'LTIApi' do
35
35
  # unit tests for namespace_integrations_lti1_integration_id_assets_asset_type_asset_id_post
36
36
  #
37
37
  # LTI launch url for integration
38
- # @param namespace identifier namespacing the blueprint.
38
+ # @param namespace identifier namespacing the blueprint. It must start with a letter or underscore and can only be followed by letters, numbers and underscores.
39
39
  # @param integration_id id of an integration
40
40
  # @param asset_type subtype of Asset, e.g. &#39;textbooks&#39;, &#39;digitisations&#39;, etc.
41
41
  # @param asset_id id of an asset
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueprint_ruby_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Paddock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-09 00:00:00.000000000 Z
11
+ date: 2017-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -198,10 +198,8 @@ extensions: []
198
198
  extra_rdoc_files: []
199
199
  files:
200
200
  - Gemfile
201
- - Gemfile.lock
202
201
  - LICENSE
203
202
  - README.md
204
- - blueprint_ruby_client-0.5.1.gem
205
203
  - blueprint_ruby_client.gemspec
206
204
  - config.json
207
205
  - docs/Asset.md
@@ -351,43 +349,42 @@ required_rubygems_version: !ruby/object:Gem::Requirement
351
349
  version: '0'
352
350
  requirements: []
353
351
  rubyforge_project:
354
- rubygems_version: 2.4.5.1
352
+ rubygems_version: 2.5.1
355
353
  signing_key:
356
354
  specification_version: 4
357
355
  summary: A ruby API wrapper for Blueprint
358
356
  test_files:
357
+ - spec/api/assets_api_spec.rb
359
358
  - spec/api/asset_type_configs_api_spec.rb
360
359
  - spec/api/asset_type_templates_api_spec.rb
361
- - spec/api/assets_api_spec.rb
362
360
  - spec/api/hierarchy_api_spec.rb
363
361
  - spec/api/integrations_api_spec.rb
364
362
  - spec/api/lti_api_spec.rb
365
363
  - spec/api/security_api_spec.rb
366
- - spec/models/asset_body_spec.rb
367
- - spec/models/asset_relationship_spec.rb
364
+ - spec/models/node_body_spec.rb
368
365
  - spec/models/asset_relationships_spec.rb
366
+ - spec/models/template_spec.rb
369
367
  - spec/models/asset_result_set_spec.rb
368
+ - spec/models/integration_spec.rb
369
+ - spec/models/node_relationships_spec.rb
370
+ - spec/models/links_spec.rb
370
371
  - spec/models/asset_spec.rb
371
- - spec/models/error_spec.rb
372
- - spec/models/errors_spec.rb
373
372
  - spec/models/integration_body_spec.rb
374
- - spec/models/integration_spec.rb
375
373
  - spec/models/integration_transform_example_spec.rb
376
- - spec/models/integration_transform_spec.rb
377
- - spec/models/links_spec.rb
378
- - spec/models/lti1_integration_attributes_spec.rb
374
+ - spec/models/template_attributes_spec.rb
375
+ - spec/models/error_spec.rb
376
+ - spec/models/errors_spec.rb
377
+ - spec/models/node_relationship_spec.rb
378
+ - spec/models/resource_spec.rb
379
379
  - spec/models/meta_spec.rb
380
- - spec/models/namespace_relationship_spec.rb
380
+ - spec/models/asset_body_spec.rb
381
+ - spec/models/integration_transform_spec.rb
382
+ - spec/models/asset_relationship_spec.rb
381
383
  - spec/models/namespace_spec.rb
384
+ - spec/models/namespace_relationship_spec.rb
382
385
  - spec/models/node_attributes_spec.rb
383
- - spec/models/node_body_spec.rb
384
- - spec/models/node_relationship_spec.rb
385
- - spec/models/node_relationships_spec.rb
386
- - spec/models/node_result_set_spec.rb
387
- - spec/models/node_spec.rb
388
- - spec/models/resource_spec.rb
389
- - spec/models/template_attributes_spec.rb
386
+ - spec/models/lti1_integration_attributes_spec.rb
390
387
  - spec/models/template_body_spec.rb
391
- - spec/models/template_spec.rb
388
+ - spec/models/node_result_set_spec.rb
392
389
  - spec/models/template_variables_spec.rb
393
- has_rdoc:
390
+ - spec/models/node_spec.rb