pulp_npm_client 0.1.0a1.dev01595813316 → 0.1.0a1.dev01596158992

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_npm_client might be problematic. Click here for more details.

Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -11
  3. data/docs/ContentPackagesApi.md +27 -27
  4. data/docs/ContentSummary.md +3 -3
  5. data/docs/ContentSummaryResponse.md +21 -0
  6. data/docs/DistributionsNpmApi.md +104 -56
  7. data/docs/InlineResponse200.md +3 -3
  8. data/docs/InlineResponse2001.md +3 -3
  9. data/docs/InlineResponse2002.md +3 -3
  10. data/docs/InlineResponse2003.md +3 -3
  11. data/docs/InlineResponse2004.md +3 -3
  12. data/docs/NpmNpmDistribution.md +1 -7
  13. data/docs/NpmNpmDistributionResponse.md +31 -0
  14. data/docs/NpmNpmRemote.md +4 -10
  15. data/docs/NpmNpmRemoteResponse.md +43 -0
  16. data/docs/NpmNpmRepository.md +4 -10
  17. data/docs/NpmNpmRepositoryResponse.md +29 -0
  18. data/docs/NpmPackage.md +5 -5
  19. data/docs/NpmPackageResponse.md +27 -0
  20. data/docs/PatchednpmNpmDistribution.md +25 -0
  21. data/docs/PatchednpmNpmRemote.md +37 -0
  22. data/docs/PatchednpmNpmRepository.md +21 -0
  23. data/docs/PolicyEnum.md +16 -0
  24. data/docs/RemotesNpmApi.md +124 -64
  25. data/docs/RepositoriesNpmApi.md +94 -70
  26. data/docs/RepositoriesNpmVersionsApi.md +90 -58
  27. data/docs/RepositoryAddRemoveContent.md +2 -2
  28. data/docs/RepositorySyncURL.md +1 -1
  29. data/docs/RepositoryVersion.md +1 -9
  30. data/docs/RepositoryVersionResponse.md +25 -0
  31. data/lib/pulp_npm_client.rb +12 -2
  32. data/lib/pulp_npm_client/api/content_packages_api.rb +34 -46
  33. data/lib/pulp_npm_client/api/distributions_npm_api.rb +131 -68
  34. data/lib/pulp_npm_client/api/remotes_npm_api.rb +165 -84
  35. data/lib/pulp_npm_client/api/repositories_npm_api.rb +121 -94
  36. data/lib/pulp_npm_client/api/repositories_npm_versions_api.rb +119 -74
  37. data/lib/pulp_npm_client/api_client.rb +2 -2
  38. data/lib/pulp_npm_client/api_error.rb +2 -2
  39. data/lib/pulp_npm_client/configuration.rb +3 -3
  40. data/lib/pulp_npm_client/models/async_operation_response.rb +3 -2
  41. data/lib/pulp_npm_client/models/content_summary.rb +9 -15
  42. data/lib/pulp_npm_client/models/content_summary_response.rb +240 -0
  43. data/lib/pulp_npm_client/models/inline_response200.rb +3 -13
  44. data/lib/pulp_npm_client/models/inline_response2001.rb +3 -13
  45. data/lib/pulp_npm_client/models/inline_response2002.rb +3 -13
  46. data/lib/pulp_npm_client/models/inline_response2003.rb +3 -13
  47. data/lib/pulp_npm_client/models/inline_response2004.rb +3 -13
  48. data/lib/pulp_npm_client/models/npm_npm_distribution.rb +4 -85
  49. data/lib/pulp_npm_client/models/npm_npm_distribution_response.rb +290 -0
  50. data/lib/pulp_npm_client/models/npm_npm_remote.rb +7 -199
  51. data/lib/pulp_npm_client/models/npm_npm_remote_response.rb +368 -0
  52. data/lib/pulp_npm_client/models/npm_npm_repository.rb +18 -78
  53. data/lib/pulp_npm_client/models/npm_npm_repository_response.rb +271 -0
  54. data/lib/pulp_npm_client/models/npm_package.rb +24 -79
  55. data/lib/pulp_npm_client/models/npm_package_response.rb +269 -0
  56. data/lib/pulp_npm_client/models/patchednpm_npm_distribution.rb +251 -0
  57. data/lib/pulp_npm_client/models/patchednpm_npm_remote.rb +329 -0
  58. data/lib/pulp_npm_client/models/patchednpm_npm_repository.rb +229 -0
  59. data/lib/pulp_npm_client/models/policy_enum.rb +37 -0
  60. data/lib/pulp_npm_client/models/repository_add_remove_content.rb +5 -4
  61. data/lib/pulp_npm_client/models/repository_sync_url.rb +3 -8
  62. data/lib/pulp_npm_client/models/repository_version.rb +7 -43
  63. data/lib/pulp_npm_client/models/repository_version_response.rb +246 -0
  64. data/lib/pulp_npm_client/version.rb +3 -3
  65. data/pulp_npm_client.gemspec +4 -4
  66. data/spec/api/content_packages_api_spec.rb +14 -14
  67. data/spec/api/distributions_npm_api_spec.rb +39 -18
  68. data/spec/api/remotes_npm_api_spec.rb +51 -24
  69. data/spec/api/repositories_npm_api_spec.rb +31 -22
  70. data/spec/api/repositories_npm_versions_api_spec.rb +38 -23
  71. data/spec/api_client_spec.rb +2 -2
  72. data/spec/configuration_spec.rb +2 -2
  73. data/spec/models/async_operation_response_spec.rb +2 -2
  74. data/spec/models/content_summary_response_spec.rb +53 -0
  75. data/spec/models/content_summary_spec.rb +2 -2
  76. data/spec/models/inline_response2001_spec.rb +2 -2
  77. data/spec/models/inline_response2002_spec.rb +2 -2
  78. data/spec/models/inline_response2003_spec.rb +2 -2
  79. data/spec/models/inline_response2004_spec.rb +2 -2
  80. data/spec/models/inline_response200_spec.rb +2 -2
  81. data/spec/models/npm_npm_distribution_response_spec.rb +83 -0
  82. data/spec/models/npm_npm_distribution_spec.rb +2 -20
  83. data/spec/models/npm_npm_remote_response_spec.rb +119 -0
  84. data/spec/models/npm_npm_remote_spec.rb +2 -24
  85. data/spec/models/npm_npm_repository_response_spec.rb +77 -0
  86. data/spec/models/npm_npm_repository_spec.rb +5 -23
  87. data/spec/models/npm_package_response_spec.rb +71 -0
  88. data/spec/models/npm_package_spec.rb +6 -6
  89. data/spec/models/patchednpm_npm_distribution_spec.rb +65 -0
  90. data/spec/models/patchednpm_npm_remote_spec.rb +101 -0
  91. data/spec/models/patchednpm_npm_repository_spec.rb +53 -0
  92. data/spec/models/policy_enum_spec.rb +35 -0
  93. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  94. data/spec/models/repository_sync_url_spec.rb +2 -2
  95. data/spec/models/repository_version_response_spec.rb +65 -0
  96. data/spec/models/repository_version_spec.rb +2 -26
  97. data/spec/spec_helper.rb +2 -2
  98. metadata +54 -14
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -20,27 +20,27 @@ module PulpNpmClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # Create a npm repository
23
- # Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
24
- # @param data [NpmNpmRepository]
23
+ # A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
24
+ # @param npm_npm_repository [NpmNpmRepository]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [NpmNpmRepository]
27
- def create(data, opts = {})
28
- data, _status_code, _headers = create_with_http_info(data, opts)
26
+ # @return [NpmNpmRepositoryResponse]
27
+ def create(npm_npm_repository, opts = {})
28
+ data, _status_code, _headers = create_with_http_info(npm_npm_repository, opts)
29
29
  data
30
30
  end
31
31
 
32
32
  # Create a npm repository
33
- # Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
34
- # @param data [NpmNpmRepository]
33
+ # A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
34
+ # @param npm_npm_repository [NpmNpmRepository]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(NpmNpmRepository, Integer, Hash)>] NpmNpmRepository data, response status code and response headers
37
- def create_with_http_info(data, opts = {})
36
+ # @return [Array<(NpmNpmRepositoryResponse, Integer, Hash)>] NpmNpmRepositoryResponse data, response status code and response headers
37
+ def create_with_http_info(npm_npm_repository, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: RepositoriesNpmApi.create ...'
40
40
  end
41
- # verify the required parameter 'data' is set
42
- if @api_client.config.client_side_validation && data.nil?
43
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesNpmApi.create"
41
+ # verify the required parameter 'npm_npm_repository' is set
42
+ if @api_client.config.client_side_validation && npm_npm_repository.nil?
43
+ fail ArgumentError, "Missing the required parameter 'npm_npm_repository' when calling RepositoriesNpmApi.create"
44
44
  end
45
45
  # resource path
46
46
  local_var_path = '/pulp/api/v3/repositories/npm/npm/'
@@ -53,19 +53,19 @@ module PulpNpmClient
53
53
  # HTTP header 'Accept' (if needed)
54
54
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
55
55
  # HTTP header 'Content-Type'
56
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
56
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
57
57
 
58
58
  # form parameters
59
59
  form_params = opts[:form_params] || {}
60
60
 
61
61
  # http body (model)
62
- post_body = opts[:body] || @api_client.object_to_http_body(data)
62
+ post_body = opts[:body] || @api_client.object_to_http_body(npm_npm_repository)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'NpmNpmRepository'
65
+ return_type = opts[:return_type] || 'NpmNpmRepositoryResponse'
66
66
 
67
67
  # auth_names
68
- auth_names = opts[:auth_names] || ['Basic']
68
+ auth_names = opts[:auth_names] || ['basicAuth']
69
69
 
70
70
  new_options = opts.merge(
71
71
  :header_params => header_params,
@@ -85,8 +85,11 @@ module PulpNpmClient
85
85
 
86
86
  # Delete a npm repository
87
87
  # Trigger an asynchronous delete task
88
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
88
+ # @param npm_repository_href [String]
89
89
  # @param [Hash] opts the optional parameters
90
+ # @option opts [String] :name name
91
+ # @option opts [String] :name__in name__in
92
+ # @option opts [String] :ordering Which field to use when ordering the results.
90
93
  # @return [AsyncOperationResponse]
91
94
  def delete(npm_repository_href, opts = {})
92
95
  data, _status_code, _headers = delete_with_http_info(npm_repository_href, opts)
@@ -95,8 +98,11 @@ module PulpNpmClient
95
98
 
96
99
  # Delete a npm repository
97
100
  # Trigger an asynchronous delete task
98
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
101
+ # @param npm_repository_href [String]
99
102
  # @param [Hash] opts the optional parameters
103
+ # @option opts [String] :name name
104
+ # @option opts [String] :name__in name__in
105
+ # @option opts [String] :ordering Which field to use when ordering the results.
100
106
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
101
107
  def delete_with_http_info(npm_repository_href, opts = {})
102
108
  if @api_client.config.debugging
@@ -111,6 +117,9 @@ module PulpNpmClient
111
117
 
112
118
  # query parameters
113
119
  query_params = opts[:query_params] || {}
120
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
121
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
122
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
114
123
 
115
124
  # header parameters
116
125
  header_params = opts[:header_params] || {}
@@ -127,7 +136,7 @@ module PulpNpmClient
127
136
  return_type = opts[:return_type] || 'AsyncOperationResponse'
128
137
 
129
138
  # auth_names
130
- auth_names = opts[:auth_names] || ['Basic']
139
+ auth_names = opts[:auth_names] || ['basicAuth']
131
140
 
132
141
  new_options = opts.merge(
133
142
  :header_params => header_params,
@@ -146,13 +155,13 @@ module PulpNpmClient
146
155
  end
147
156
 
148
157
  # List npm repositorys
149
- # Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
158
+ # A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
150
159
  # @param [Hash] opts the optional parameters
151
- # @option opts [String] :ordering Which field to use when ordering the results.
152
- # @option opts [String] :name
153
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
154
160
  # @option opts [Integer] :limit Number of results to return per page.
161
+ # @option opts [String] :name name
162
+ # @option opts [String] :name__in name__in
155
163
  # @option opts [Integer] :offset The initial index from which to return the results.
164
+ # @option opts [String] :ordering Which field to use when ordering the results.
156
165
  # @option opts [String] :fields A list of fields to include in the response.
157
166
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
158
167
  # @return [InlineResponse2003]
@@ -162,13 +171,13 @@ module PulpNpmClient
162
171
  end
163
172
 
164
173
  # List npm repositorys
165
- # Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
174
+ # A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
166
175
  # @param [Hash] opts the optional parameters
167
- # @option opts [String] :ordering Which field to use when ordering the results.
168
- # @option opts [String] :name
169
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
170
176
  # @option opts [Integer] :limit Number of results to return per page.
177
+ # @option opts [String] :name name
178
+ # @option opts [String] :name__in name__in
171
179
  # @option opts [Integer] :offset The initial index from which to return the results.
180
+ # @option opts [String] :ordering Which field to use when ordering the results.
172
181
  # @option opts [String] :fields A list of fields to include in the response.
173
182
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
174
183
  # @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
@@ -181,11 +190,11 @@ module PulpNpmClient
181
190
 
182
191
  # query parameters
183
192
  query_params = opts[:query_params] || {}
184
- query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
193
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
185
194
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
186
195
  query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
187
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
188
196
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
197
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
189
198
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
190
199
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
191
200
 
@@ -204,7 +213,7 @@ module PulpNpmClient
204
213
  return_type = opts[:return_type] || 'InlineResponse2003'
205
214
 
206
215
  # auth_names
207
- auth_names = opts[:auth_names] || ['Basic']
216
+ auth_names = opts[:auth_names] || ['basicAuth']
208
217
 
209
218
  new_options = opts.merge(
210
219
  :header_params => header_params,
@@ -224,22 +233,22 @@ module PulpNpmClient
224
233
 
225
234
  # Modify Repository Content
226
235
  # Trigger an asynchronous task to create a new repository version.
227
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
228
- # @param data [RepositoryAddRemoveContent]
236
+ # @param npm_repository_href [String]
237
+ # @param repository_add_remove_content [RepositoryAddRemoveContent]
229
238
  # @param [Hash] opts the optional parameters
230
239
  # @return [AsyncOperationResponse]
231
- def modify(npm_repository_href, data, opts = {})
232
- data, _status_code, _headers = modify_with_http_info(npm_repository_href, data, opts)
240
+ def modify(npm_repository_href, repository_add_remove_content, opts = {})
241
+ data, _status_code, _headers = modify_with_http_info(npm_repository_href, repository_add_remove_content, opts)
233
242
  data
234
243
  end
235
244
 
236
245
  # Modify Repository Content
237
246
  # Trigger an asynchronous task to create a new repository version.
238
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
239
- # @param data [RepositoryAddRemoveContent]
247
+ # @param npm_repository_href [String]
248
+ # @param repository_add_remove_content [RepositoryAddRemoveContent]
240
249
  # @param [Hash] opts the optional parameters
241
250
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
242
- def modify_with_http_info(npm_repository_href, data, opts = {})
251
+ def modify_with_http_info(npm_repository_href, repository_add_remove_content, opts = {})
243
252
  if @api_client.config.debugging
244
253
  @api_client.config.logger.debug 'Calling API: RepositoriesNpmApi.modify ...'
245
254
  end
@@ -247,9 +256,9 @@ module PulpNpmClient
247
256
  if @api_client.config.client_side_validation && npm_repository_href.nil?
248
257
  fail ArgumentError, "Missing the required parameter 'npm_repository_href' when calling RepositoriesNpmApi.modify"
249
258
  end
250
- # verify the required parameter 'data' is set
251
- if @api_client.config.client_side_validation && data.nil?
252
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesNpmApi.modify"
259
+ # verify the required parameter 'repository_add_remove_content' is set
260
+ if @api_client.config.client_side_validation && repository_add_remove_content.nil?
261
+ fail ArgumentError, "Missing the required parameter 'repository_add_remove_content' when calling RepositoriesNpmApi.modify"
253
262
  end
254
263
  # resource path
255
264
  local_var_path = '{npm_repository_href}modify/'.sub('{' + 'npm_repository_href' + '}', CGI.escape(npm_repository_href.to_s).gsub('%2F', '/'))
@@ -262,19 +271,19 @@ module PulpNpmClient
262
271
  # HTTP header 'Accept' (if needed)
263
272
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
264
273
  # HTTP header 'Content-Type'
265
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
274
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
266
275
 
267
276
  # form parameters
268
277
  form_params = opts[:form_params] || {}
269
278
 
270
279
  # http body (model)
271
- post_body = opts[:body] || @api_client.object_to_http_body(data)
280
+ post_body = opts[:body] || @api_client.object_to_http_body(repository_add_remove_content)
272
281
 
273
282
  # return_type
274
283
  return_type = opts[:return_type] || 'AsyncOperationResponse'
275
284
 
276
285
  # auth_names
277
- auth_names = opts[:auth_names] || ['Basic']
286
+ auth_names = opts[:auth_names] || ['basicAuth']
278
287
 
279
288
  new_options = opts.merge(
280
289
  :header_params => header_params,
@@ -292,24 +301,30 @@ module PulpNpmClient
292
301
  return data, status_code, headers
293
302
  end
294
303
 
295
- # Partially update a npm repository
304
+ # Update a npm repository
296
305
  # Trigger an asynchronous partial update task
297
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
298
- # @param data [NpmNpmRepository]
306
+ # @param npm_repository_href [String]
307
+ # @param patchednpm_npm_repository [PatchednpmNpmRepository]
299
308
  # @param [Hash] opts the optional parameters
309
+ # @option opts [String] :name name
310
+ # @option opts [String] :name__in name__in
311
+ # @option opts [String] :ordering Which field to use when ordering the results.
300
312
  # @return [AsyncOperationResponse]
301
- def partial_update(npm_repository_href, data, opts = {})
302
- data, _status_code, _headers = partial_update_with_http_info(npm_repository_href, data, opts)
313
+ def partial_update(npm_repository_href, patchednpm_npm_repository, opts = {})
314
+ data, _status_code, _headers = partial_update_with_http_info(npm_repository_href, patchednpm_npm_repository, opts)
303
315
  data
304
316
  end
305
317
 
306
- # Partially update a npm repository
318
+ # Update a npm repository
307
319
  # Trigger an asynchronous partial update task
308
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
309
- # @param data [NpmNpmRepository]
320
+ # @param npm_repository_href [String]
321
+ # @param patchednpm_npm_repository [PatchednpmNpmRepository]
310
322
  # @param [Hash] opts the optional parameters
323
+ # @option opts [String] :name name
324
+ # @option opts [String] :name__in name__in
325
+ # @option opts [String] :ordering Which field to use when ordering the results.
311
326
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
312
- def partial_update_with_http_info(npm_repository_href, data, opts = {})
327
+ def partial_update_with_http_info(npm_repository_href, patchednpm_npm_repository, opts = {})
313
328
  if @api_client.config.debugging
314
329
  @api_client.config.logger.debug 'Calling API: RepositoriesNpmApi.partial_update ...'
315
330
  end
@@ -317,34 +332,37 @@ module PulpNpmClient
317
332
  if @api_client.config.client_side_validation && npm_repository_href.nil?
318
333
  fail ArgumentError, "Missing the required parameter 'npm_repository_href' when calling RepositoriesNpmApi.partial_update"
319
334
  end
320
- # verify the required parameter 'data' is set
321
- if @api_client.config.client_side_validation && data.nil?
322
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesNpmApi.partial_update"
335
+ # verify the required parameter 'patchednpm_npm_repository' is set
336
+ if @api_client.config.client_side_validation && patchednpm_npm_repository.nil?
337
+ fail ArgumentError, "Missing the required parameter 'patchednpm_npm_repository' when calling RepositoriesNpmApi.partial_update"
323
338
  end
324
339
  # resource path
325
340
  local_var_path = '{npm_repository_href}'.sub('{' + 'npm_repository_href' + '}', CGI.escape(npm_repository_href.to_s).gsub('%2F', '/'))
326
341
 
327
342
  # query parameters
328
343
  query_params = opts[:query_params] || {}
344
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
345
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
346
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
329
347
 
330
348
  # header parameters
331
349
  header_params = opts[:header_params] || {}
332
350
  # HTTP header 'Accept' (if needed)
333
351
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
334
352
  # HTTP header 'Content-Type'
335
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
353
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
336
354
 
337
355
  # form parameters
338
356
  form_params = opts[:form_params] || {}
339
357
 
340
358
  # http body (model)
341
- post_body = opts[:body] || @api_client.object_to_http_body(data)
359
+ post_body = opts[:body] || @api_client.object_to_http_body(patchednpm_npm_repository)
342
360
 
343
361
  # return_type
344
362
  return_type = opts[:return_type] || 'AsyncOperationResponse'
345
363
 
346
364
  # auth_names
347
- auth_names = opts[:auth_names] || ['Basic']
365
+ auth_names = opts[:auth_names] || ['basicAuth']
348
366
 
349
367
  new_options = opts.merge(
350
368
  :header_params => header_params,
@@ -363,24 +381,24 @@ module PulpNpmClient
363
381
  end
364
382
 
365
383
  # Inspect a npm repository
366
- # Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
367
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
384
+ # A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
385
+ # @param npm_repository_href [String]
368
386
  # @param [Hash] opts the optional parameters
369
387
  # @option opts [String] :fields A list of fields to include in the response.
370
388
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
371
- # @return [NpmNpmRepository]
389
+ # @return [NpmNpmRepositoryResponse]
372
390
  def read(npm_repository_href, opts = {})
373
391
  data, _status_code, _headers = read_with_http_info(npm_repository_href, opts)
374
392
  data
375
393
  end
376
394
 
377
395
  # Inspect a npm repository
378
- # Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
379
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
396
+ # A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
397
+ # @param npm_repository_href [String]
380
398
  # @param [Hash] opts the optional parameters
381
399
  # @option opts [String] :fields A list of fields to include in the response.
382
400
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
383
- # @return [Array<(NpmNpmRepository, Integer, Hash)>] NpmNpmRepository data, response status code and response headers
401
+ # @return [Array<(NpmNpmRepositoryResponse, Integer, Hash)>] NpmNpmRepositoryResponse data, response status code and response headers
384
402
  def read_with_http_info(npm_repository_href, opts = {})
385
403
  if @api_client.config.debugging
386
404
  @api_client.config.logger.debug 'Calling API: RepositoriesNpmApi.read ...'
@@ -409,10 +427,10 @@ module PulpNpmClient
409
427
  post_body = opts[:body]
410
428
 
411
429
  # return_type
412
- return_type = opts[:return_type] || 'NpmNpmRepository'
430
+ return_type = opts[:return_type] || 'NpmNpmRepositoryResponse'
413
431
 
414
432
  # auth_names
415
- auth_names = opts[:auth_names] || ['Basic']
433
+ auth_names = opts[:auth_names] || ['basicAuth']
416
434
 
417
435
  new_options = opts.merge(
418
436
  :header_params => header_params,
@@ -432,22 +450,22 @@ module PulpNpmClient
432
450
 
433
451
  # Sync from remote
434
452
  # Trigger an asynchronous task to sync content.
435
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
436
- # @param data [RepositorySyncURL]
453
+ # @param npm_repository_href [String]
454
+ # @param repository_sync_url [RepositorySyncURL]
437
455
  # @param [Hash] opts the optional parameters
438
456
  # @return [AsyncOperationResponse]
439
- def sync(npm_repository_href, data, opts = {})
440
- data, _status_code, _headers = sync_with_http_info(npm_repository_href, data, opts)
457
+ def sync(npm_repository_href, repository_sync_url, opts = {})
458
+ data, _status_code, _headers = sync_with_http_info(npm_repository_href, repository_sync_url, opts)
441
459
  data
442
460
  end
443
461
 
444
462
  # Sync from remote
445
463
  # Trigger an asynchronous task to sync content.
446
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
447
- # @param data [RepositorySyncURL]
464
+ # @param npm_repository_href [String]
465
+ # @param repository_sync_url [RepositorySyncURL]
448
466
  # @param [Hash] opts the optional parameters
449
467
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
450
- def sync_with_http_info(npm_repository_href, data, opts = {})
468
+ def sync_with_http_info(npm_repository_href, repository_sync_url, opts = {})
451
469
  if @api_client.config.debugging
452
470
  @api_client.config.logger.debug 'Calling API: RepositoriesNpmApi.sync ...'
453
471
  end
@@ -455,9 +473,9 @@ module PulpNpmClient
455
473
  if @api_client.config.client_side_validation && npm_repository_href.nil?
456
474
  fail ArgumentError, "Missing the required parameter 'npm_repository_href' when calling RepositoriesNpmApi.sync"
457
475
  end
458
- # verify the required parameter 'data' is set
459
- if @api_client.config.client_side_validation && data.nil?
460
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesNpmApi.sync"
476
+ # verify the required parameter 'repository_sync_url' is set
477
+ if @api_client.config.client_side_validation && repository_sync_url.nil?
478
+ fail ArgumentError, "Missing the required parameter 'repository_sync_url' when calling RepositoriesNpmApi.sync"
461
479
  end
462
480
  # resource path
463
481
  local_var_path = '{npm_repository_href}sync/'.sub('{' + 'npm_repository_href' + '}', CGI.escape(npm_repository_href.to_s).gsub('%2F', '/'))
@@ -470,19 +488,19 @@ module PulpNpmClient
470
488
  # HTTP header 'Accept' (if needed)
471
489
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
472
490
  # HTTP header 'Content-Type'
473
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
491
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
474
492
 
475
493
  # form parameters
476
494
  form_params = opts[:form_params] || {}
477
495
 
478
496
  # http body (model)
479
- post_body = opts[:body] || @api_client.object_to_http_body(data)
497
+ post_body = opts[:body] || @api_client.object_to_http_body(repository_sync_url)
480
498
 
481
499
  # return_type
482
500
  return_type = opts[:return_type] || 'AsyncOperationResponse'
483
501
 
484
502
  # auth_names
485
- auth_names = opts[:auth_names] || ['Basic']
503
+ auth_names = opts[:auth_names] || ['basicAuth']
486
504
 
487
505
  new_options = opts.merge(
488
506
  :header_params => header_params,
@@ -502,22 +520,28 @@ module PulpNpmClient
502
520
 
503
521
  # Update a npm repository
504
522
  # Trigger an asynchronous update task
505
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
506
- # @param data [NpmNpmRepository]
523
+ # @param npm_repository_href [String]
524
+ # @param npm_npm_repository [NpmNpmRepository]
507
525
  # @param [Hash] opts the optional parameters
526
+ # @option opts [String] :name name
527
+ # @option opts [String] :name__in name__in
528
+ # @option opts [String] :ordering Which field to use when ordering the results.
508
529
  # @return [AsyncOperationResponse]
509
- def update(npm_repository_href, data, opts = {})
510
- data, _status_code, _headers = update_with_http_info(npm_repository_href, data, opts)
530
+ def update(npm_repository_href, npm_npm_repository, opts = {})
531
+ data, _status_code, _headers = update_with_http_info(npm_repository_href, npm_npm_repository, opts)
511
532
  data
512
533
  end
513
534
 
514
535
  # Update a npm repository
515
536
  # Trigger an asynchronous update task
516
- # @param npm_repository_href [String] URI of Npm Repository. e.g.: /pulp/api/v3/repositories/npm/npm/1/
517
- # @param data [NpmNpmRepository]
537
+ # @param npm_repository_href [String]
538
+ # @param npm_npm_repository [NpmNpmRepository]
518
539
  # @param [Hash] opts the optional parameters
540
+ # @option opts [String] :name name
541
+ # @option opts [String] :name__in name__in
542
+ # @option opts [String] :ordering Which field to use when ordering the results.
519
543
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
520
- def update_with_http_info(npm_repository_href, data, opts = {})
544
+ def update_with_http_info(npm_repository_href, npm_npm_repository, opts = {})
521
545
  if @api_client.config.debugging
522
546
  @api_client.config.logger.debug 'Calling API: RepositoriesNpmApi.update ...'
523
547
  end
@@ -525,34 +549,37 @@ module PulpNpmClient
525
549
  if @api_client.config.client_side_validation && npm_repository_href.nil?
526
550
  fail ArgumentError, "Missing the required parameter 'npm_repository_href' when calling RepositoriesNpmApi.update"
527
551
  end
528
- # verify the required parameter 'data' is set
529
- if @api_client.config.client_side_validation && data.nil?
530
- fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesNpmApi.update"
552
+ # verify the required parameter 'npm_npm_repository' is set
553
+ if @api_client.config.client_side_validation && npm_npm_repository.nil?
554
+ fail ArgumentError, "Missing the required parameter 'npm_npm_repository' when calling RepositoriesNpmApi.update"
531
555
  end
532
556
  # resource path
533
557
  local_var_path = '{npm_repository_href}'.sub('{' + 'npm_repository_href' + '}', CGI.escape(npm_repository_href.to_s).gsub('%2F', '/'))
534
558
 
535
559
  # query parameters
536
560
  query_params = opts[:query_params] || {}
561
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
562
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
563
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
537
564
 
538
565
  # header parameters
539
566
  header_params = opts[:header_params] || {}
540
567
  # HTTP header 'Accept' (if needed)
541
568
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
542
569
  # HTTP header 'Content-Type'
543
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
570
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
544
571
 
545
572
  # form parameters
546
573
  form_params = opts[:form_params] || {}
547
574
 
548
575
  # http body (model)
549
- post_body = opts[:body] || @api_client.object_to_http_body(data)
576
+ post_body = opts[:body] || @api_client.object_to_http_body(npm_npm_repository)
550
577
 
551
578
  # return_type
552
579
  return_type = opts[:return_type] || 'AsyncOperationResponse'
553
580
 
554
581
  # auth_names
555
- auth_names = opts[:auth_names] || ['Basic']
582
+ auth_names = opts[:auth_names] || ['basicAuth']
556
583
 
557
584
  new_options = opts.merge(
558
585
  :header_params => header_params,