pulp_cookbook_client 0.1.0b9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +162 -0
  4. data/Rakefile +10 -0
  5. data/docs/AsyncOperationResponse.md +17 -0
  6. data/docs/ContentCookbooksApi.md +208 -0
  7. data/docs/ContentSummary.md +21 -0
  8. data/docs/ContentSummaryResponse.md +21 -0
  9. data/docs/CookbookCookbookDistribution.md +27 -0
  10. data/docs/CookbookCookbookDistributionResponse.md +33 -0
  11. data/docs/CookbookCookbookPackageContent.md +25 -0
  12. data/docs/CookbookCookbookPackageContentResponse.md +29 -0
  13. data/docs/CookbookCookbookPublication.md +19 -0
  14. data/docs/CookbookCookbookPublicationResponse.md +25 -0
  15. data/docs/CookbookCookbookRemote.md +59 -0
  16. data/docs/CookbookCookbookRemoteResponse.md +55 -0
  17. data/docs/CookbookCookbookRepository.md +25 -0
  18. data/docs/CookbookCookbookRepositoryResponse.md +33 -0
  19. data/docs/DistributionsCookbookApi.md +372 -0
  20. data/docs/PaginatedRepositoryVersionResponseList.md +23 -0
  21. data/docs/PaginatedcookbookCookbookDistributionResponseList.md +23 -0
  22. data/docs/PaginatedcookbookCookbookPackageContentResponseList.md +23 -0
  23. data/docs/PaginatedcookbookCookbookPublicationResponseList.md +23 -0
  24. data/docs/PaginatedcookbookCookbookRemoteResponseList.md +23 -0
  25. data/docs/PaginatedcookbookCookbookRepositoryResponseList.md +23 -0
  26. data/docs/PatchedcookbookCookbookDistribution.md +27 -0
  27. data/docs/PatchedcookbookCookbookRemote.md +59 -0
  28. data/docs/PatchedcookbookCookbookRepository.md +25 -0
  29. data/docs/PolicyEnum.md +16 -0
  30. data/docs/PublicationsCookbookApi.md +257 -0
  31. data/docs/RemotesCookbookApi.md +376 -0
  32. data/docs/RepositoriesCookbookApi.md +475 -0
  33. data/docs/RepositoriesCookbookVersionsApi.md +271 -0
  34. data/docs/RepositoryAddRemoveContent.md +21 -0
  35. data/docs/RepositorySyncURL.md +19 -0
  36. data/docs/RepositoryVersion.md +17 -0
  37. data/docs/RepositoryVersionResponse.md +27 -0
  38. data/git_push.sh +58 -0
  39. data/lib/pulp_cookbook_client/api/content_cookbooks_api.rb +264 -0
  40. data/lib/pulp_cookbook_client/api/distributions_cookbook_api.rb +457 -0
  41. data/lib/pulp_cookbook_client/api/publications_cookbook_api.rb +312 -0
  42. data/lib/pulp_cookbook_client/api/remotes_cookbook_api.rb +463 -0
  43. data/lib/pulp_cookbook_client/api/repositories_cookbook_api.rb +583 -0
  44. data/lib/pulp_cookbook_client/api/repositories_cookbook_versions_api.rb +339 -0
  45. data/lib/pulp_cookbook_client/api_client.rb +406 -0
  46. data/lib/pulp_cookbook_client/api_error.rb +57 -0
  47. data/lib/pulp_cookbook_client/configuration.rb +250 -0
  48. data/lib/pulp_cookbook_client/models/async_operation_response.rb +213 -0
  49. data/lib/pulp_cookbook_client/models/content_summary.rb +246 -0
  50. data/lib/pulp_cookbook_client/models/content_summary_response.rb +246 -0
  51. data/lib/pulp_cookbook_client/models/cookbook_cookbook_distribution.rb +308 -0
  52. data/lib/pulp_cookbook_client/models/cookbook_cookbook_distribution_response.rb +299 -0
  53. data/lib/pulp_cookbook_client/models/cookbook_cookbook_package_content.rb +287 -0
  54. data/lib/pulp_cookbook_client/models/cookbook_cookbook_package_content_response.rb +272 -0
  55. data/lib/pulp_cookbook_client/models/cookbook_cookbook_publication.rb +217 -0
  56. data/lib/pulp_cookbook_client/models/cookbook_cookbook_publication_response.rb +248 -0
  57. data/lib/pulp_cookbook_client/models/cookbook_cookbook_remote.rb +677 -0
  58. data/lib/pulp_cookbook_client/models/cookbook_cookbook_remote_response.rb +493 -0
  59. data/lib/pulp_cookbook_client/models/cookbook_cookbook_repository.rb +304 -0
  60. data/lib/pulp_cookbook_client/models/cookbook_cookbook_repository_response.rb +307 -0
  61. data/lib/pulp_cookbook_client/models/paginated_repository_version_response_list.rb +237 -0
  62. data/lib/pulp_cookbook_client/models/paginatedcookbook_cookbook_distribution_response_list.rb +237 -0
  63. data/lib/pulp_cookbook_client/models/paginatedcookbook_cookbook_package_content_response_list.rb +237 -0
  64. data/lib/pulp_cookbook_client/models/paginatedcookbook_cookbook_publication_response_list.rb +237 -0
  65. data/lib/pulp_cookbook_client/models/paginatedcookbook_cookbook_remote_response_list.rb +237 -0
  66. data/lib/pulp_cookbook_client/models/paginatedcookbook_cookbook_repository_response_list.rb +237 -0
  67. data/lib/pulp_cookbook_client/models/patchedcookbook_cookbook_distribution.rb +290 -0
  68. data/lib/pulp_cookbook_client/models/patchedcookbook_cookbook_remote.rb +659 -0
  69. data/lib/pulp_cookbook_client/models/patchedcookbook_cookbook_repository.rb +295 -0
  70. data/lib/pulp_cookbook_client/models/policy_enum.rb +37 -0
  71. data/lib/pulp_cookbook_client/models/repository_add_remove_content.rb +232 -0
  72. data/lib/pulp_cookbook_client/models/repository_sync_url.rb +220 -0
  73. data/lib/pulp_cookbook_client/models/repository_version.rb +208 -0
  74. data/lib/pulp_cookbook_client/models/repository_version_response.rb +255 -0
  75. data/lib/pulp_cookbook_client/version.rb +15 -0
  76. data/lib/pulp_cookbook_client.rb +72 -0
  77. data/pulp_cookbook_client.gemspec +39 -0
  78. data/spec/api/content_cookbooks_api_spec.rb +87 -0
  79. data/spec/api/distributions_cookbook_api_spec.rb +125 -0
  80. data/spec/api/publications_cookbook_api_spec.rb +98 -0
  81. data/spec/api/remotes_cookbook_api_spec.rb +127 -0
  82. data/spec/api/repositories_cookbook_api_spec.rb +146 -0
  83. data/spec/api/repositories_cookbook_versions_api_spec.rb +104 -0
  84. data/spec/api_client_spec.rb +188 -0
  85. data/spec/configuration_spec.rb +42 -0
  86. data/spec/models/async_operation_response_spec.rb +41 -0
  87. data/spec/models/content_summary_response_spec.rb +53 -0
  88. data/spec/models/content_summary_spec.rb +53 -0
  89. data/spec/models/cookbook_cookbook_distribution_response_spec.rb +89 -0
  90. data/spec/models/cookbook_cookbook_distribution_spec.rb +71 -0
  91. data/spec/models/cookbook_cookbook_package_content_response_spec.rb +77 -0
  92. data/spec/models/cookbook_cookbook_package_content_spec.rb +65 -0
  93. data/spec/models/cookbook_cookbook_publication_response_spec.rb +65 -0
  94. data/spec/models/cookbook_cookbook_publication_spec.rb +47 -0
  95. data/spec/models/cookbook_cookbook_remote_response_spec.rb +155 -0
  96. data/spec/models/cookbook_cookbook_remote_spec.rb +167 -0
  97. data/spec/models/cookbook_cookbook_repository_response_spec.rb +89 -0
  98. data/spec/models/cookbook_cookbook_repository_spec.rb +65 -0
  99. data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
  100. data/spec/models/paginatedcookbook_cookbook_distribution_response_list_spec.rb +59 -0
  101. data/spec/models/paginatedcookbook_cookbook_package_content_response_list_spec.rb +59 -0
  102. data/spec/models/paginatedcookbook_cookbook_publication_response_list_spec.rb +59 -0
  103. data/spec/models/paginatedcookbook_cookbook_remote_response_list_spec.rb +59 -0
  104. data/spec/models/paginatedcookbook_cookbook_repository_response_list_spec.rb +59 -0
  105. data/spec/models/patchedcookbook_cookbook_distribution_spec.rb +71 -0
  106. data/spec/models/patchedcookbook_cookbook_remote_spec.rb +167 -0
  107. data/spec/models/patchedcookbook_cookbook_repository_spec.rb +65 -0
  108. data/spec/models/policy_enum_spec.rb +35 -0
  109. data/spec/models/repository_add_remove_content_spec.rb +53 -0
  110. data/spec/models/repository_sync_url_spec.rb +47 -0
  111. data/spec/models/repository_version_response_spec.rb +71 -0
  112. data/spec/models/repository_version_spec.rb +41 -0
  113. data/spec/spec_helper.rb +111 -0
  114. metadata +251 -0
@@ -0,0 +1,457 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module PulpCookbookClient
16
+ class DistributionsCookbookApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+ # Create a cookbook distribution
23
+ # Trigger an asynchronous create task
24
+ # @param cookbook_cookbook_distribution [CookbookCookbookDistribution]
25
+ # @param [Hash] opts the optional parameters
26
+ # @return [AsyncOperationResponse]
27
+ def create(cookbook_cookbook_distribution, opts = {})
28
+ data, _status_code, _headers = create_with_http_info(cookbook_cookbook_distribution, opts)
29
+ data
30
+ end
31
+
32
+ # Create a cookbook distribution
33
+ # Trigger an asynchronous create task
34
+ # @param cookbook_cookbook_distribution [CookbookCookbookDistribution]
35
+ # @param [Hash] opts the optional parameters
36
+ # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
37
+ def create_with_http_info(cookbook_cookbook_distribution, opts = {})
38
+ if @api_client.config.debugging
39
+ @api_client.config.logger.debug 'Calling API: DistributionsCookbookApi.create ...'
40
+ end
41
+ # verify the required parameter 'cookbook_cookbook_distribution' is set
42
+ if @api_client.config.client_side_validation && cookbook_cookbook_distribution.nil?
43
+ fail ArgumentError, "Missing the required parameter 'cookbook_cookbook_distribution' when calling DistributionsCookbookApi.create"
44
+ end
45
+ # resource path
46
+ local_var_path = '/pulp/api/v3/distributions/cookbook/cookbook/'
47
+
48
+ # query parameters
49
+ query_params = opts[:query_params] || {}
50
+
51
+ # header parameters
52
+ header_params = opts[:header_params] || {}
53
+ # HTTP header 'Accept' (if needed)
54
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
55
+ # HTTP header 'Content-Type'
56
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
57
+
58
+ # form parameters
59
+ form_params = opts[:form_params] || {}
60
+
61
+ # http body (model)
62
+ post_body = opts[:body] || @api_client.object_to_http_body(cookbook_cookbook_distribution)
63
+
64
+ # return_type
65
+ return_type = opts[:return_type] || 'AsyncOperationResponse'
66
+
67
+ # auth_names
68
+ auth_names = opts[:auth_names] || ['basicAuth']
69
+
70
+ new_options = opts.merge(
71
+ :header_params => header_params,
72
+ :query_params => query_params,
73
+ :form_params => form_params,
74
+ :body => post_body,
75
+ :auth_names => auth_names,
76
+ :return_type => return_type
77
+ )
78
+
79
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
80
+ if @api_client.config.debugging
81
+ @api_client.config.logger.debug "API called: DistributionsCookbookApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
82
+ end
83
+ return data, status_code, headers
84
+ end
85
+
86
+ # Delete a cookbook distribution
87
+ # Trigger an asynchronous delete task
88
+ # @param cookbook_cookbook_distribution_href [String]
89
+ # @param [Hash] opts the optional parameters
90
+ # @return [AsyncOperationResponse]
91
+ def delete(cookbook_cookbook_distribution_href, opts = {})
92
+ data, _status_code, _headers = delete_with_http_info(cookbook_cookbook_distribution_href, opts)
93
+ data
94
+ end
95
+
96
+ # Delete a cookbook distribution
97
+ # Trigger an asynchronous delete task
98
+ # @param cookbook_cookbook_distribution_href [String]
99
+ # @param [Hash] opts the optional parameters
100
+ # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
101
+ def delete_with_http_info(cookbook_cookbook_distribution_href, opts = {})
102
+ if @api_client.config.debugging
103
+ @api_client.config.logger.debug 'Calling API: DistributionsCookbookApi.delete ...'
104
+ end
105
+ # verify the required parameter 'cookbook_cookbook_distribution_href' is set
106
+ if @api_client.config.client_side_validation && cookbook_cookbook_distribution_href.nil?
107
+ fail ArgumentError, "Missing the required parameter 'cookbook_cookbook_distribution_href' when calling DistributionsCookbookApi.delete"
108
+ end
109
+ # resource path
110
+ local_var_path = '{cookbook_cookbook_distribution_href}'.sub('{' + 'cookbook_cookbook_distribution_href' + '}', CGI.escape(cookbook_cookbook_distribution_href.to_s).gsub('%2F', '/'))
111
+
112
+ # query parameters
113
+ query_params = opts[:query_params] || {}
114
+
115
+ # header parameters
116
+ header_params = opts[:header_params] || {}
117
+ # HTTP header 'Accept' (if needed)
118
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
119
+
120
+ # form parameters
121
+ form_params = opts[:form_params] || {}
122
+
123
+ # http body (model)
124
+ post_body = opts[:body]
125
+
126
+ # return_type
127
+ return_type = opts[:return_type] || 'AsyncOperationResponse'
128
+
129
+ # auth_names
130
+ auth_names = opts[:auth_names] || ['basicAuth']
131
+
132
+ new_options = opts.merge(
133
+ :header_params => header_params,
134
+ :query_params => query_params,
135
+ :form_params => form_params,
136
+ :body => post_body,
137
+ :auth_names => auth_names,
138
+ :return_type => return_type
139
+ )
140
+
141
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
142
+ if @api_client.config.debugging
143
+ @api_client.config.logger.debug "API called: DistributionsCookbookApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
144
+ end
145
+ return data, status_code, headers
146
+ end
147
+
148
+ # List cookbook distributions
149
+ # Cookbook Distreibution Endpoint. CookbookDistributions host Cookbook Publications which makes the metadata and the referenced Cookbook Content available to clients like berkshelf. Additionally, a CookbookDistribution with an associated CookbookPublication can be the target url of a Cookbook Remote , allowing another instance of Pulp to sync the content.
150
+ # @param [Hash] opts the optional parameters
151
+ # @option opts [String] :base_path
152
+ # @option opts [String] :base_path__contains Filter results where base_path contains value
153
+ # @option opts [String] :base_path__icontains Filter results where base_path contains value
154
+ # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
155
+ # @option opts [Integer] :limit Number of results to return per page.
156
+ # @option opts [String] :name
157
+ # @option opts [String] :name__contains Filter results where name contains value
158
+ # @option opts [String] :name__icontains Filter results where name contains value
159
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
160
+ # @option opts [String] :name__startswith Filter results where name starts with value
161
+ # @option opts [Integer] :offset The initial index from which to return the results.
162
+ # @option opts [String] :ordering Which field to use when ordering the results.
163
+ # @option opts [String] :pulp_label_select Filter labels by search string
164
+ # @option opts [String] :fields A list of fields to include in the response.
165
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
166
+ # @return [PaginatedcookbookCookbookDistributionResponseList]
167
+ def list(opts = {})
168
+ data, _status_code, _headers = list_with_http_info(opts)
169
+ data
170
+ end
171
+
172
+ # List cookbook distributions
173
+ # Cookbook Distreibution Endpoint. CookbookDistributions host Cookbook Publications which makes the metadata and the referenced Cookbook Content available to clients like berkshelf. Additionally, a CookbookDistribution with an associated CookbookPublication can be the target url of a Cookbook Remote , allowing another instance of Pulp to sync the content.
174
+ # @param [Hash] opts the optional parameters
175
+ # @option opts [String] :base_path
176
+ # @option opts [String] :base_path__contains Filter results where base_path contains value
177
+ # @option opts [String] :base_path__icontains Filter results where base_path contains value
178
+ # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
179
+ # @option opts [Integer] :limit Number of results to return per page.
180
+ # @option opts [String] :name
181
+ # @option opts [String] :name__contains Filter results where name contains value
182
+ # @option opts [String] :name__icontains Filter results where name contains value
183
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
184
+ # @option opts [String] :name__startswith Filter results where name starts with value
185
+ # @option opts [Integer] :offset The initial index from which to return the results.
186
+ # @option opts [String] :ordering Which field to use when ordering the results.
187
+ # @option opts [String] :pulp_label_select Filter labels by search string
188
+ # @option opts [String] :fields A list of fields to include in the response.
189
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
+ # @return [Array<(PaginatedcookbookCookbookDistributionResponseList, Integer, Hash)>] PaginatedcookbookCookbookDistributionResponseList data, response status code and response headers
191
+ def list_with_http_info(opts = {})
192
+ if @api_client.config.debugging
193
+ @api_client.config.logger.debug 'Calling API: DistributionsCookbookApi.list ...'
194
+ end
195
+ # resource path
196
+ local_var_path = '/pulp/api/v3/distributions/cookbook/cookbook/'
197
+
198
+ # query parameters
199
+ query_params = opts[:query_params] || {}
200
+ query_params[:'base_path'] = opts[:'base_path'] if !opts[:'base_path'].nil?
201
+ query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
202
+ query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
203
+ query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
204
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
205
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
206
+ query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
207
+ query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
208
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
209
+ query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
210
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
211
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
212
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
213
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
214
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
215
+
216
+ # header parameters
217
+ header_params = opts[:header_params] || {}
218
+ # HTTP header 'Accept' (if needed)
219
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
220
+
221
+ # form parameters
222
+ form_params = opts[:form_params] || {}
223
+
224
+ # http body (model)
225
+ post_body = opts[:body]
226
+
227
+ # return_type
228
+ return_type = opts[:return_type] || 'PaginatedcookbookCookbookDistributionResponseList'
229
+
230
+ # auth_names
231
+ auth_names = opts[:auth_names] || ['basicAuth']
232
+
233
+ new_options = opts.merge(
234
+ :header_params => header_params,
235
+ :query_params => query_params,
236
+ :form_params => form_params,
237
+ :body => post_body,
238
+ :auth_names => auth_names,
239
+ :return_type => return_type
240
+ )
241
+
242
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
243
+ if @api_client.config.debugging
244
+ @api_client.config.logger.debug "API called: DistributionsCookbookApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
245
+ end
246
+ return data, status_code, headers
247
+ end
248
+
249
+ # Update a cookbook distribution
250
+ # Trigger an asynchronous partial update task
251
+ # @param cookbook_cookbook_distribution_href [String]
252
+ # @param patchedcookbook_cookbook_distribution [PatchedcookbookCookbookDistribution]
253
+ # @param [Hash] opts the optional parameters
254
+ # @return [AsyncOperationResponse]
255
+ def partial_update(cookbook_cookbook_distribution_href, patchedcookbook_cookbook_distribution, opts = {})
256
+ data, _status_code, _headers = partial_update_with_http_info(cookbook_cookbook_distribution_href, patchedcookbook_cookbook_distribution, opts)
257
+ data
258
+ end
259
+
260
+ # Update a cookbook distribution
261
+ # Trigger an asynchronous partial update task
262
+ # @param cookbook_cookbook_distribution_href [String]
263
+ # @param patchedcookbook_cookbook_distribution [PatchedcookbookCookbookDistribution]
264
+ # @param [Hash] opts the optional parameters
265
+ # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
266
+ def partial_update_with_http_info(cookbook_cookbook_distribution_href, patchedcookbook_cookbook_distribution, opts = {})
267
+ if @api_client.config.debugging
268
+ @api_client.config.logger.debug 'Calling API: DistributionsCookbookApi.partial_update ...'
269
+ end
270
+ # verify the required parameter 'cookbook_cookbook_distribution_href' is set
271
+ if @api_client.config.client_side_validation && cookbook_cookbook_distribution_href.nil?
272
+ fail ArgumentError, "Missing the required parameter 'cookbook_cookbook_distribution_href' when calling DistributionsCookbookApi.partial_update"
273
+ end
274
+ # verify the required parameter 'patchedcookbook_cookbook_distribution' is set
275
+ if @api_client.config.client_side_validation && patchedcookbook_cookbook_distribution.nil?
276
+ fail ArgumentError, "Missing the required parameter 'patchedcookbook_cookbook_distribution' when calling DistributionsCookbookApi.partial_update"
277
+ end
278
+ # resource path
279
+ local_var_path = '{cookbook_cookbook_distribution_href}'.sub('{' + 'cookbook_cookbook_distribution_href' + '}', CGI.escape(cookbook_cookbook_distribution_href.to_s).gsub('%2F', '/'))
280
+
281
+ # query parameters
282
+ query_params = opts[:query_params] || {}
283
+
284
+ # header parameters
285
+ header_params = opts[:header_params] || {}
286
+ # HTTP header 'Accept' (if needed)
287
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
288
+ # HTTP header 'Content-Type'
289
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
290
+
291
+ # form parameters
292
+ form_params = opts[:form_params] || {}
293
+
294
+ # http body (model)
295
+ post_body = opts[:body] || @api_client.object_to_http_body(patchedcookbook_cookbook_distribution)
296
+
297
+ # return_type
298
+ return_type = opts[:return_type] || 'AsyncOperationResponse'
299
+
300
+ # auth_names
301
+ auth_names = opts[:auth_names] || ['basicAuth']
302
+
303
+ new_options = opts.merge(
304
+ :header_params => header_params,
305
+ :query_params => query_params,
306
+ :form_params => form_params,
307
+ :body => post_body,
308
+ :auth_names => auth_names,
309
+ :return_type => return_type
310
+ )
311
+
312
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
313
+ if @api_client.config.debugging
314
+ @api_client.config.logger.debug "API called: DistributionsCookbookApi#partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
315
+ end
316
+ return data, status_code, headers
317
+ end
318
+
319
+ # Inspect a cookbook distribution
320
+ # Cookbook Distreibution Endpoint. CookbookDistributions host Cookbook Publications which makes the metadata and the referenced Cookbook Content available to clients like berkshelf. Additionally, a CookbookDistribution with an associated CookbookPublication can be the target url of a Cookbook Remote , allowing another instance of Pulp to sync the content.
321
+ # @param cookbook_cookbook_distribution_href [String]
322
+ # @param [Hash] opts the optional parameters
323
+ # @option opts [String] :fields A list of fields to include in the response.
324
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
325
+ # @return [CookbookCookbookDistributionResponse]
326
+ def read(cookbook_cookbook_distribution_href, opts = {})
327
+ data, _status_code, _headers = read_with_http_info(cookbook_cookbook_distribution_href, opts)
328
+ data
329
+ end
330
+
331
+ # Inspect a cookbook distribution
332
+ # Cookbook Distreibution Endpoint. CookbookDistributions host Cookbook Publications which makes the metadata and the referenced Cookbook Content available to clients like berkshelf. Additionally, a CookbookDistribution with an associated CookbookPublication can be the target url of a Cookbook Remote , allowing another instance of Pulp to sync the content.
333
+ # @param cookbook_cookbook_distribution_href [String]
334
+ # @param [Hash] opts the optional parameters
335
+ # @option opts [String] :fields A list of fields to include in the response.
336
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
337
+ # @return [Array<(CookbookCookbookDistributionResponse, Integer, Hash)>] CookbookCookbookDistributionResponse data, response status code and response headers
338
+ def read_with_http_info(cookbook_cookbook_distribution_href, opts = {})
339
+ if @api_client.config.debugging
340
+ @api_client.config.logger.debug 'Calling API: DistributionsCookbookApi.read ...'
341
+ end
342
+ # verify the required parameter 'cookbook_cookbook_distribution_href' is set
343
+ if @api_client.config.client_side_validation && cookbook_cookbook_distribution_href.nil?
344
+ fail ArgumentError, "Missing the required parameter 'cookbook_cookbook_distribution_href' when calling DistributionsCookbookApi.read"
345
+ end
346
+ # resource path
347
+ local_var_path = '{cookbook_cookbook_distribution_href}'.sub('{' + 'cookbook_cookbook_distribution_href' + '}', CGI.escape(cookbook_cookbook_distribution_href.to_s).gsub('%2F', '/'))
348
+
349
+ # query parameters
350
+ query_params = opts[:query_params] || {}
351
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
352
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
353
+
354
+ # header parameters
355
+ header_params = opts[:header_params] || {}
356
+ # HTTP header 'Accept' (if needed)
357
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
358
+
359
+ # form parameters
360
+ form_params = opts[:form_params] || {}
361
+
362
+ # http body (model)
363
+ post_body = opts[:body]
364
+
365
+ # return_type
366
+ return_type = opts[:return_type] || 'CookbookCookbookDistributionResponse'
367
+
368
+ # auth_names
369
+ auth_names = opts[:auth_names] || ['basicAuth']
370
+
371
+ new_options = opts.merge(
372
+ :header_params => header_params,
373
+ :query_params => query_params,
374
+ :form_params => form_params,
375
+ :body => post_body,
376
+ :auth_names => auth_names,
377
+ :return_type => return_type
378
+ )
379
+
380
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
381
+ if @api_client.config.debugging
382
+ @api_client.config.logger.debug "API called: DistributionsCookbookApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
383
+ end
384
+ return data, status_code, headers
385
+ end
386
+
387
+ # Update a cookbook distribution
388
+ # Trigger an asynchronous update task
389
+ # @param cookbook_cookbook_distribution_href [String]
390
+ # @param cookbook_cookbook_distribution [CookbookCookbookDistribution]
391
+ # @param [Hash] opts the optional parameters
392
+ # @return [AsyncOperationResponse]
393
+ def update(cookbook_cookbook_distribution_href, cookbook_cookbook_distribution, opts = {})
394
+ data, _status_code, _headers = update_with_http_info(cookbook_cookbook_distribution_href, cookbook_cookbook_distribution, opts)
395
+ data
396
+ end
397
+
398
+ # Update a cookbook distribution
399
+ # Trigger an asynchronous update task
400
+ # @param cookbook_cookbook_distribution_href [String]
401
+ # @param cookbook_cookbook_distribution [CookbookCookbookDistribution]
402
+ # @param [Hash] opts the optional parameters
403
+ # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
404
+ def update_with_http_info(cookbook_cookbook_distribution_href, cookbook_cookbook_distribution, opts = {})
405
+ if @api_client.config.debugging
406
+ @api_client.config.logger.debug 'Calling API: DistributionsCookbookApi.update ...'
407
+ end
408
+ # verify the required parameter 'cookbook_cookbook_distribution_href' is set
409
+ if @api_client.config.client_side_validation && cookbook_cookbook_distribution_href.nil?
410
+ fail ArgumentError, "Missing the required parameter 'cookbook_cookbook_distribution_href' when calling DistributionsCookbookApi.update"
411
+ end
412
+ # verify the required parameter 'cookbook_cookbook_distribution' is set
413
+ if @api_client.config.client_side_validation && cookbook_cookbook_distribution.nil?
414
+ fail ArgumentError, "Missing the required parameter 'cookbook_cookbook_distribution' when calling DistributionsCookbookApi.update"
415
+ end
416
+ # resource path
417
+ local_var_path = '{cookbook_cookbook_distribution_href}'.sub('{' + 'cookbook_cookbook_distribution_href' + '}', CGI.escape(cookbook_cookbook_distribution_href.to_s).gsub('%2F', '/'))
418
+
419
+ # query parameters
420
+ query_params = opts[:query_params] || {}
421
+
422
+ # header parameters
423
+ header_params = opts[:header_params] || {}
424
+ # HTTP header 'Accept' (if needed)
425
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
426
+ # HTTP header 'Content-Type'
427
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
428
+
429
+ # form parameters
430
+ form_params = opts[:form_params] || {}
431
+
432
+ # http body (model)
433
+ post_body = opts[:body] || @api_client.object_to_http_body(cookbook_cookbook_distribution)
434
+
435
+ # return_type
436
+ return_type = opts[:return_type] || 'AsyncOperationResponse'
437
+
438
+ # auth_names
439
+ auth_names = opts[:auth_names] || ['basicAuth']
440
+
441
+ new_options = opts.merge(
442
+ :header_params => header_params,
443
+ :query_params => query_params,
444
+ :form_params => form_params,
445
+ :body => post_body,
446
+ :auth_names => auth_names,
447
+ :return_type => return_type
448
+ )
449
+
450
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
451
+ if @api_client.config.debugging
452
+ @api_client.config.logger.debug "API called: DistributionsCookbookApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
453
+ end
454
+ return data, status_code, headers
455
+ end
456
+ end
457
+ end