pulp_deb_client 2.4.0b1 → 2.5.0b1
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.
- checksums.yaml +4 -4
- data/README.md +35 -48
- data/docs/ContentGenericContentsApi.md +2 -2
- data/docs/ContentInstallerFileIndicesApi.md +4 -4
- data/docs/ContentInstallerPackagesApi.md +2 -2
- data/docs/ContentPackageIndicesApi.md +4 -4
- data/docs/ContentPackageReleaseComponentsApi.md +4 -4
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentReleaseArchitecturesApi.md +4 -4
- data/docs/ContentReleaseComponentsApi.md +4 -4
- data/docs/ContentReleaseFilesApi.md +4 -4
- data/docs/ContentReleasesApi.md +4 -4
- data/docs/{DebDebDistribution.md → DebAptDistribution.md} +2 -2
- data/docs/{DebDebPublication.md → DebAptPublication.md} +2 -2
- data/docs/{DebDebRemote.md → DebAptRemote.md} +2 -2
- data/docs/{DebDebRepository.md → DebAptRepository.md} +2 -2
- data/docs/{DebBasePackageRead.md → DebBasePackage.md} +2 -2
- data/docs/{DebGenericContentRead.md → DebGenericContent.md} +2 -2
- data/docs/DistributionsAptApi.md +43 -43
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse20010.md +1 -1
- data/docs/InlineResponse20011.md +1 -1
- data/docs/InlineResponse20012.md +1 -1
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse20014.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +1 -1
- data/docs/PublicationsAptApi.md +26 -26
- data/docs/PublicationsVerbatimApi.md +2 -2
- data/docs/RemotesAptApi.md +46 -46
- data/docs/RepositoriesAptApi.md +56 -56
- data/docs/RepositoriesDebVersionsApi.md +13 -11
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +61 -61
- data/lib/pulp_deb_client/api/publications_apt_api.rb +37 -37
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +66 -66
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +84 -84
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +22 -19
- data/lib/pulp_deb_client/models/{deb_deb_distribution.rb → deb_apt_distribution.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_deb_publication.rb → deb_apt_publication.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_deb_remote.rb → deb_apt_remote.rb} +6 -3
- data/lib/pulp_deb_client/models/{deb_deb_repository.rb → deb_apt_repository.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_base_package_read.rb → deb_base_package.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_generic_content_read.rb → deb_generic_content.rb} +3 -3
- data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +6 -19
- data/spec/api/content_generic_contents_api_spec.rb +1 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
- data/spec/api/content_installer_packages_api_spec.rb +1 -1
- data/spec/api/content_package_indices_api_spec.rb +2 -2
- data/spec/api/content_package_release_components_api_spec.rb +2 -2
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_release_architectures_api_spec.rb +2 -2
- data/spec/api/content_release_components_api_spec.rb +2 -2
- data/spec/api/content_release_files_api_spec.rb +2 -2
- data/spec/api/content_releases_api_spec.rb +2 -2
- data/spec/api/distributions_apt_api_spec.rb +13 -13
- data/spec/api/publications_apt_api_spec.rb +10 -10
- data/spec/api/publications_verbatim_api_spec.rb +1 -1
- data/spec/api/remotes_apt_api_spec.rb +15 -15
- data/spec/api/repositories_apt_api_spec.rb +17 -17
- data/spec/api/repositories_deb_versions_api_spec.rb +6 -5
- data/spec/models/{deb_deb_distribution_spec.rb → deb_apt_distribution_spec.rb} +6 -6
- data/spec/models/{deb_deb_publication_spec.rb → deb_apt_publication_spec.rb} +6 -6
- data/spec/models/{deb_deb_remote_spec.rb → deb_apt_remote_spec.rb} +6 -6
- data/spec/models/{deb_deb_repository_spec.rb → deb_apt_repository_spec.rb} +6 -6
- data/spec/models/{deb_base_package_read_spec.rb → deb_base_package_spec.rb} +6 -6
- data/spec/models/{deb_generic_content_read_spec.rb → deb_generic_content_spec.rb} +6 -6
- metadata +26 -78
- data/docs/DebDebDistributionRead.md +0 -29
- data/docs/DebDebPublicationRead.md +0 -29
- data/docs/DebDebRemoteRead.md +0 -57
- data/docs/DebDebRepositoryRead.md +0 -27
- data/docs/DebInstallerFileIndexRead.md +0 -29
- data/docs/DebPackageIndexRead.md +0 -29
- data/docs/DebPackageReleaseComponentRead.md +0 -23
- data/docs/DebReleaseArchitectureRead.md +0 -23
- data/docs/DebReleaseComponentRead.md +0 -23
- data/docs/DebReleaseFileRead.md +0 -29
- data/docs/DebReleaseRead.md +0 -25
- data/docs/DebVerbatimPublicationRead.md +0 -23
- data/docs/RepositoryVersionRead.md +0 -25
- data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +0 -331
- data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +0 -269
- data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +0 -670
- data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +0 -294
- data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +0 -341
- data/lib/pulp_deb_client/models/deb_package_index_read.rb +0 -341
- data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +0 -246
- data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +0 -265
- data/lib/pulp_deb_client/models/deb_release_component_read.rb +0 -265
- data/lib/pulp_deb_client/models/deb_release_file_read.rb +0 -342
- data/lib/pulp_deb_client/models/deb_release_read.rb +0 -315
- data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +0 -235
- data/lib/pulp_deb_client/models/repository_version_read.rb +0 -244
- data/spec/models/deb_deb_distribution_read_spec.rb +0 -77
- data/spec/models/deb_deb_publication_read_spec.rb +0 -77
- data/spec/models/deb_deb_remote_read_spec.rb +0 -165
- data/spec/models/deb_deb_repository_read_spec.rb +0 -71
- data/spec/models/deb_installer_file_index_read_spec.rb +0 -77
- data/spec/models/deb_package_index_read_spec.rb +0 -77
- data/spec/models/deb_package_release_component_read_spec.rb +0 -59
- data/spec/models/deb_release_architecture_read_spec.rb +0 -59
- data/spec/models/deb_release_component_read_spec.rb +0 -59
- data/spec/models/deb_release_file_read_spec.rb +0 -77
- data/spec/models/deb_release_read_spec.rb +0 -65
- data/spec/models/deb_verbatim_publication_read_spec.rb +0 -59
- data/spec/models/repository_version_read_spec.rb +0 -65
|
@@ -23,7 +23,7 @@ module PulpDebClient
|
|
|
23
23
|
# A ViewSet for InstallerFileIndex.
|
|
24
24
|
# @param data [DebInstallerFileIndex]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [DebInstallerFileIndex]
|
|
27
27
|
def create(data, opts = {})
|
|
28
28
|
data, _status_code, _headers = create_with_http_info(data, opts)
|
|
29
29
|
data
|
|
@@ -33,7 +33,7 @@ module PulpDebClient
|
|
|
33
33
|
# A ViewSet for InstallerFileIndex.
|
|
34
34
|
# @param data [DebInstallerFileIndex]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @return [Array<(
|
|
36
|
+
# @return [Array<(DebInstallerFileIndex, Integer, Hash)>] DebInstallerFileIndex data, response status code and response headers
|
|
37
37
|
def create_with_http_info(data, opts = {})
|
|
38
38
|
if @api_client.config.debugging
|
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentInstallerFileIndicesApi.create ...'
|
|
@@ -62,7 +62,7 @@ module PulpDebClient
|
|
|
62
62
|
post_body = opts[:body] || @api_client.object_to_http_body(data)
|
|
63
63
|
|
|
64
64
|
# return_type
|
|
65
|
-
return_type = opts[:return_type] || '
|
|
65
|
+
return_type = opts[:return_type] || 'DebInstallerFileIndex'
|
|
66
66
|
|
|
67
67
|
# auth_names
|
|
68
68
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -181,7 +181,7 @@ module PulpDebClient
|
|
|
181
181
|
# @param [Hash] opts the optional parameters
|
|
182
182
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
183
183
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
184
|
-
# @return [
|
|
184
|
+
# @return [DebInstallerFileIndex]
|
|
185
185
|
def read(installer_file_index_href, opts = {})
|
|
186
186
|
data, _status_code, _headers = read_with_http_info(installer_file_index_href, opts)
|
|
187
187
|
data
|
|
@@ -193,7 +193,7 @@ module PulpDebClient
|
|
|
193
193
|
# @param [Hash] opts the optional parameters
|
|
194
194
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
195
195
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
196
|
-
# @return [Array<(
|
|
196
|
+
# @return [Array<(DebInstallerFileIndex, Integer, Hash)>] DebInstallerFileIndex data, response status code and response headers
|
|
197
197
|
def read_with_http_info(installer_file_index_href, opts = {})
|
|
198
198
|
if @api_client.config.debugging
|
|
199
199
|
@api_client.config.logger.debug 'Calling API: ContentInstallerFileIndicesApi.read ...'
|
|
@@ -222,7 +222,7 @@ module PulpDebClient
|
|
|
222
222
|
post_body = opts[:body]
|
|
223
223
|
|
|
224
224
|
# return_type
|
|
225
|
-
return_type = opts[:return_type] || '
|
|
225
|
+
return_type = opts[:return_type] || 'DebInstallerFileIndex'
|
|
226
226
|
|
|
227
227
|
# auth_names
|
|
228
228
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -230,7 +230,7 @@ module PulpDebClient
|
|
|
230
230
|
# @param [Hash] opts the optional parameters
|
|
231
231
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
232
232
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
233
|
-
# @return [
|
|
233
|
+
# @return [DebBasePackage]
|
|
234
234
|
def read(installer_package_href, opts = {})
|
|
235
235
|
data, _status_code, _headers = read_with_http_info(installer_package_href, opts)
|
|
236
236
|
data
|
|
@@ -242,7 +242,7 @@ module PulpDebClient
|
|
|
242
242
|
# @param [Hash] opts the optional parameters
|
|
243
243
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
244
244
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
245
|
-
# @return [Array<(
|
|
245
|
+
# @return [Array<(DebBasePackage, Integer, Hash)>] DebBasePackage data, response status code and response headers
|
|
246
246
|
def read_with_http_info(installer_package_href, opts = {})
|
|
247
247
|
if @api_client.config.debugging
|
|
248
248
|
@api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.read ...'
|
|
@@ -271,7 +271,7 @@ module PulpDebClient
|
|
|
271
271
|
post_body = opts[:body]
|
|
272
272
|
|
|
273
273
|
# return_type
|
|
274
|
-
return_type = opts[:return_type] || '
|
|
274
|
+
return_type = opts[:return_type] || 'DebBasePackage'
|
|
275
275
|
|
|
276
276
|
# auth_names
|
|
277
277
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -23,7 +23,7 @@ module PulpDebClient
|
|
|
23
23
|
# A ViewSet for PackageIndex.
|
|
24
24
|
# @param data [DebPackageIndex]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [DebPackageIndex]
|
|
27
27
|
def create(data, opts = {})
|
|
28
28
|
data, _status_code, _headers = create_with_http_info(data, opts)
|
|
29
29
|
data
|
|
@@ -33,7 +33,7 @@ module PulpDebClient
|
|
|
33
33
|
# A ViewSet for PackageIndex.
|
|
34
34
|
# @param data [DebPackageIndex]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @return [Array<(
|
|
36
|
+
# @return [Array<(DebPackageIndex, Integer, Hash)>] DebPackageIndex data, response status code and response headers
|
|
37
37
|
def create_with_http_info(data, opts = {})
|
|
38
38
|
if @api_client.config.debugging
|
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentPackageIndicesApi.create ...'
|
|
@@ -62,7 +62,7 @@ module PulpDebClient
|
|
|
62
62
|
post_body = opts[:body] || @api_client.object_to_http_body(data)
|
|
63
63
|
|
|
64
64
|
# return_type
|
|
65
|
-
return_type = opts[:return_type] || '
|
|
65
|
+
return_type = opts[:return_type] || 'DebPackageIndex'
|
|
66
66
|
|
|
67
67
|
# auth_names
|
|
68
68
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -181,7 +181,7 @@ module PulpDebClient
|
|
|
181
181
|
# @param [Hash] opts the optional parameters
|
|
182
182
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
183
183
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
184
|
-
# @return [
|
|
184
|
+
# @return [DebPackageIndex]
|
|
185
185
|
def read(package_index_href, opts = {})
|
|
186
186
|
data, _status_code, _headers = read_with_http_info(package_index_href, opts)
|
|
187
187
|
data
|
|
@@ -193,7 +193,7 @@ module PulpDebClient
|
|
|
193
193
|
# @param [Hash] opts the optional parameters
|
|
194
194
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
195
195
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
196
|
-
# @return [Array<(
|
|
196
|
+
# @return [Array<(DebPackageIndex, Integer, Hash)>] DebPackageIndex data, response status code and response headers
|
|
197
197
|
def read_with_http_info(package_index_href, opts = {})
|
|
198
198
|
if @api_client.config.debugging
|
|
199
199
|
@api_client.config.logger.debug 'Calling API: ContentPackageIndicesApi.read ...'
|
|
@@ -222,7 +222,7 @@ module PulpDebClient
|
|
|
222
222
|
post_body = opts[:body]
|
|
223
223
|
|
|
224
224
|
# return_type
|
|
225
|
-
return_type = opts[:return_type] || '
|
|
225
|
+
return_type = opts[:return_type] || 'DebPackageIndex'
|
|
226
226
|
|
|
227
227
|
# auth_names
|
|
228
228
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -23,7 +23,7 @@ module PulpDebClient
|
|
|
23
23
|
# A ViewSet for PackageReleaseComponent.
|
|
24
24
|
# @param data [DebPackageReleaseComponent]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [DebPackageReleaseComponent]
|
|
27
27
|
def create(data, opts = {})
|
|
28
28
|
data, _status_code, _headers = create_with_http_info(data, opts)
|
|
29
29
|
data
|
|
@@ -33,7 +33,7 @@ module PulpDebClient
|
|
|
33
33
|
# A ViewSet for PackageReleaseComponent.
|
|
34
34
|
# @param data [DebPackageReleaseComponent]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @return [Array<(
|
|
36
|
+
# @return [Array<(DebPackageReleaseComponent, Integer, Hash)>] DebPackageReleaseComponent data, response status code and response headers
|
|
37
37
|
def create_with_http_info(data, opts = {})
|
|
38
38
|
if @api_client.config.debugging
|
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentPackageReleaseComponentsApi.create ...'
|
|
@@ -62,7 +62,7 @@ module PulpDebClient
|
|
|
62
62
|
post_body = opts[:body] || @api_client.object_to_http_body(data)
|
|
63
63
|
|
|
64
64
|
# return_type
|
|
65
|
-
return_type = opts[:return_type] || '
|
|
65
|
+
return_type = opts[:return_type] || 'DebPackageReleaseComponent'
|
|
66
66
|
|
|
67
67
|
# auth_names
|
|
68
68
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -175,7 +175,7 @@ module PulpDebClient
|
|
|
175
175
|
# @param [Hash] opts the optional parameters
|
|
176
176
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
177
177
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
178
|
-
# @return [
|
|
178
|
+
# @return [DebPackageReleaseComponent]
|
|
179
179
|
def read(package_release_component_href, opts = {})
|
|
180
180
|
data, _status_code, _headers = read_with_http_info(package_release_component_href, opts)
|
|
181
181
|
data
|
|
@@ -187,7 +187,7 @@ module PulpDebClient
|
|
|
187
187
|
# @param [Hash] opts the optional parameters
|
|
188
188
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
189
189
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
190
|
-
# @return [Array<(
|
|
190
|
+
# @return [Array<(DebPackageReleaseComponent, Integer, Hash)>] DebPackageReleaseComponent data, response status code and response headers
|
|
191
191
|
def read_with_http_info(package_release_component_href, opts = {})
|
|
192
192
|
if @api_client.config.debugging
|
|
193
193
|
@api_client.config.logger.debug 'Calling API: ContentPackageReleaseComponentsApi.read ...'
|
|
@@ -216,7 +216,7 @@ module PulpDebClient
|
|
|
216
216
|
post_body = opts[:body]
|
|
217
217
|
|
|
218
218
|
# return_type
|
|
219
|
-
return_type = opts[:return_type] || '
|
|
219
|
+
return_type = opts[:return_type] || 'DebPackageReleaseComponent'
|
|
220
220
|
|
|
221
221
|
# auth_names
|
|
222
222
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -233,7 +233,7 @@ module PulpDebClient
|
|
|
233
233
|
# @param [Hash] opts the optional parameters
|
|
234
234
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
235
235
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
236
|
-
# @return [
|
|
236
|
+
# @return [DebBasePackage]
|
|
237
237
|
def read(package_href, opts = {})
|
|
238
238
|
data, _status_code, _headers = read_with_http_info(package_href, opts)
|
|
239
239
|
data
|
|
@@ -245,7 +245,7 @@ module PulpDebClient
|
|
|
245
245
|
# @param [Hash] opts the optional parameters
|
|
246
246
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
247
247
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
248
|
-
# @return [Array<(
|
|
248
|
+
# @return [Array<(DebBasePackage, Integer, Hash)>] DebBasePackage data, response status code and response headers
|
|
249
249
|
def read_with_http_info(package_href, opts = {})
|
|
250
250
|
if @api_client.config.debugging
|
|
251
251
|
@api_client.config.logger.debug 'Calling API: ContentPackagesApi.read ...'
|
|
@@ -274,7 +274,7 @@ module PulpDebClient
|
|
|
274
274
|
post_body = opts[:body]
|
|
275
275
|
|
|
276
276
|
# return_type
|
|
277
|
-
return_type = opts[:return_type] || '
|
|
277
|
+
return_type = opts[:return_type] || 'DebBasePackage'
|
|
278
278
|
|
|
279
279
|
# auth_names
|
|
280
280
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -23,7 +23,7 @@ module PulpDebClient
|
|
|
23
23
|
# A ViewSet for ReleaseArchitecture.
|
|
24
24
|
# @param data [DebReleaseArchitecture]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [DebReleaseArchitecture]
|
|
27
27
|
def create(data, opts = {})
|
|
28
28
|
data, _status_code, _headers = create_with_http_info(data, opts)
|
|
29
29
|
data
|
|
@@ -33,7 +33,7 @@ module PulpDebClient
|
|
|
33
33
|
# A ViewSet for ReleaseArchitecture.
|
|
34
34
|
# @param data [DebReleaseArchitecture]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @return [Array<(
|
|
36
|
+
# @return [Array<(DebReleaseArchitecture, Integer, Hash)>] DebReleaseArchitecture data, response status code and response headers
|
|
37
37
|
def create_with_http_info(data, opts = {})
|
|
38
38
|
if @api_client.config.debugging
|
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.create ...'
|
|
@@ -62,7 +62,7 @@ module PulpDebClient
|
|
|
62
62
|
post_body = opts[:body] || @api_client.object_to_http_body(data)
|
|
63
63
|
|
|
64
64
|
# return_type
|
|
65
|
-
return_type = opts[:return_type] || '
|
|
65
|
+
return_type = opts[:return_type] || 'DebReleaseArchitecture'
|
|
66
66
|
|
|
67
67
|
# auth_names
|
|
68
68
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -175,7 +175,7 @@ module PulpDebClient
|
|
|
175
175
|
# @param [Hash] opts the optional parameters
|
|
176
176
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
177
177
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
178
|
-
# @return [
|
|
178
|
+
# @return [DebReleaseArchitecture]
|
|
179
179
|
def read(release_architecture_href, opts = {})
|
|
180
180
|
data, _status_code, _headers = read_with_http_info(release_architecture_href, opts)
|
|
181
181
|
data
|
|
@@ -187,7 +187,7 @@ module PulpDebClient
|
|
|
187
187
|
# @param [Hash] opts the optional parameters
|
|
188
188
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
189
189
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
190
|
-
# @return [Array<(
|
|
190
|
+
# @return [Array<(DebReleaseArchitecture, Integer, Hash)>] DebReleaseArchitecture data, response status code and response headers
|
|
191
191
|
def read_with_http_info(release_architecture_href, opts = {})
|
|
192
192
|
if @api_client.config.debugging
|
|
193
193
|
@api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.read ...'
|
|
@@ -216,7 +216,7 @@ module PulpDebClient
|
|
|
216
216
|
post_body = opts[:body]
|
|
217
217
|
|
|
218
218
|
# return_type
|
|
219
|
-
return_type = opts[:return_type] || '
|
|
219
|
+
return_type = opts[:return_type] || 'DebReleaseArchitecture'
|
|
220
220
|
|
|
221
221
|
# auth_names
|
|
222
222
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -23,7 +23,7 @@ module PulpDebClient
|
|
|
23
23
|
# A ViewSet for ReleaseComponent.
|
|
24
24
|
# @param data [DebReleaseComponent]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [DebReleaseComponent]
|
|
27
27
|
def create(data, opts = {})
|
|
28
28
|
data, _status_code, _headers = create_with_http_info(data, opts)
|
|
29
29
|
data
|
|
@@ -33,7 +33,7 @@ module PulpDebClient
|
|
|
33
33
|
# A ViewSet for ReleaseComponent.
|
|
34
34
|
# @param data [DebReleaseComponent]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @return [Array<(
|
|
36
|
+
# @return [Array<(DebReleaseComponent, Integer, Hash)>] DebReleaseComponent data, response status code and response headers
|
|
37
37
|
def create_with_http_info(data, opts = {})
|
|
38
38
|
if @api_client.config.debugging
|
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentReleaseComponentsApi.create ...'
|
|
@@ -62,7 +62,7 @@ module PulpDebClient
|
|
|
62
62
|
post_body = opts[:body] || @api_client.object_to_http_body(data)
|
|
63
63
|
|
|
64
64
|
# return_type
|
|
65
|
-
return_type = opts[:return_type] || '
|
|
65
|
+
return_type = opts[:return_type] || 'DebReleaseComponent'
|
|
66
66
|
|
|
67
67
|
# auth_names
|
|
68
68
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -175,7 +175,7 @@ module PulpDebClient
|
|
|
175
175
|
# @param [Hash] opts the optional parameters
|
|
176
176
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
177
177
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
178
|
-
# @return [
|
|
178
|
+
# @return [DebReleaseComponent]
|
|
179
179
|
def read(release_component_href, opts = {})
|
|
180
180
|
data, _status_code, _headers = read_with_http_info(release_component_href, opts)
|
|
181
181
|
data
|
|
@@ -187,7 +187,7 @@ module PulpDebClient
|
|
|
187
187
|
# @param [Hash] opts the optional parameters
|
|
188
188
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
189
189
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
190
|
-
# @return [Array<(
|
|
190
|
+
# @return [Array<(DebReleaseComponent, Integer, Hash)>] DebReleaseComponent data, response status code and response headers
|
|
191
191
|
def read_with_http_info(release_component_href, opts = {})
|
|
192
192
|
if @api_client.config.debugging
|
|
193
193
|
@api_client.config.logger.debug 'Calling API: ContentReleaseComponentsApi.read ...'
|
|
@@ -216,7 +216,7 @@ module PulpDebClient
|
|
|
216
216
|
post_body = opts[:body]
|
|
217
217
|
|
|
218
218
|
# return_type
|
|
219
|
-
return_type = opts[:return_type] || '
|
|
219
|
+
return_type = opts[:return_type] || 'DebReleaseComponent'
|
|
220
220
|
|
|
221
221
|
# auth_names
|
|
222
222
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -23,7 +23,7 @@ module PulpDebClient
|
|
|
23
23
|
# A ViewSet for ReleaseFile.
|
|
24
24
|
# @param data [DebReleaseFile]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [DebReleaseFile]
|
|
27
27
|
def create(data, opts = {})
|
|
28
28
|
data, _status_code, _headers = create_with_http_info(data, opts)
|
|
29
29
|
data
|
|
@@ -33,7 +33,7 @@ module PulpDebClient
|
|
|
33
33
|
# A ViewSet for ReleaseFile.
|
|
34
34
|
# @param data [DebReleaseFile]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @return [Array<(
|
|
36
|
+
# @return [Array<(DebReleaseFile, Integer, Hash)>] DebReleaseFile data, response status code and response headers
|
|
37
37
|
def create_with_http_info(data, opts = {})
|
|
38
38
|
if @api_client.config.debugging
|
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentReleaseFilesApi.create ...'
|
|
@@ -62,7 +62,7 @@ module PulpDebClient
|
|
|
62
62
|
post_body = opts[:body] || @api_client.object_to_http_body(data)
|
|
63
63
|
|
|
64
64
|
# return_type
|
|
65
|
-
return_type = opts[:return_type] || '
|
|
65
|
+
return_type = opts[:return_type] || 'DebReleaseFile'
|
|
66
66
|
|
|
67
67
|
# auth_names
|
|
68
68
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -181,7 +181,7 @@ module PulpDebClient
|
|
|
181
181
|
# @param [Hash] opts the optional parameters
|
|
182
182
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
183
183
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
184
|
-
# @return [
|
|
184
|
+
# @return [DebReleaseFile]
|
|
185
185
|
def read(release_file_href, opts = {})
|
|
186
186
|
data, _status_code, _headers = read_with_http_info(release_file_href, opts)
|
|
187
187
|
data
|
|
@@ -193,7 +193,7 @@ module PulpDebClient
|
|
|
193
193
|
# @param [Hash] opts the optional parameters
|
|
194
194
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
195
195
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
196
|
-
# @return [Array<(
|
|
196
|
+
# @return [Array<(DebReleaseFile, Integer, Hash)>] DebReleaseFile data, response status code and response headers
|
|
197
197
|
def read_with_http_info(release_file_href, opts = {})
|
|
198
198
|
if @api_client.config.debugging
|
|
199
199
|
@api_client.config.logger.debug 'Calling API: ContentReleaseFilesApi.read ...'
|
|
@@ -222,7 +222,7 @@ module PulpDebClient
|
|
|
222
222
|
post_body = opts[:body]
|
|
223
223
|
|
|
224
224
|
# return_type
|
|
225
|
-
return_type = opts[:return_type] || '
|
|
225
|
+
return_type = opts[:return_type] || 'DebReleaseFile'
|
|
226
226
|
|
|
227
227
|
# auth_names
|
|
228
228
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -23,7 +23,7 @@ module PulpDebClient
|
|
|
23
23
|
# A ViewSet for Release.
|
|
24
24
|
# @param data [DebRelease]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [DebRelease]
|
|
27
27
|
def create(data, opts = {})
|
|
28
28
|
data, _status_code, _headers = create_with_http_info(data, opts)
|
|
29
29
|
data
|
|
@@ -33,7 +33,7 @@ module PulpDebClient
|
|
|
33
33
|
# A ViewSet for Release.
|
|
34
34
|
# @param data [DebRelease]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @return [Array<(
|
|
36
|
+
# @return [Array<(DebRelease, Integer, Hash)>] DebRelease data, response status code and response headers
|
|
37
37
|
def create_with_http_info(data, opts = {})
|
|
38
38
|
if @api_client.config.debugging
|
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentReleasesApi.create ...'
|
|
@@ -62,7 +62,7 @@ module PulpDebClient
|
|
|
62
62
|
post_body = opts[:body] || @api_client.object_to_http_body(data)
|
|
63
63
|
|
|
64
64
|
# return_type
|
|
65
|
-
return_type = opts[:return_type] || '
|
|
65
|
+
return_type = opts[:return_type] || 'DebRelease'
|
|
66
66
|
|
|
67
67
|
# auth_names
|
|
68
68
|
auth_names = opts[:auth_names] || ['Basic']
|
|
@@ -178,7 +178,7 @@ module PulpDebClient
|
|
|
178
178
|
# @param [Hash] opts the optional parameters
|
|
179
179
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
180
180
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
181
|
-
# @return [
|
|
181
|
+
# @return [DebRelease]
|
|
182
182
|
def read(release_href, opts = {})
|
|
183
183
|
data, _status_code, _headers = read_with_http_info(release_href, opts)
|
|
184
184
|
data
|
|
@@ -190,7 +190,7 @@ module PulpDebClient
|
|
|
190
190
|
# @param [Hash] opts the optional parameters
|
|
191
191
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
192
192
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
193
|
-
# @return [Array<(
|
|
193
|
+
# @return [Array<(DebRelease, Integer, Hash)>] DebRelease data, response status code and response headers
|
|
194
194
|
def read_with_http_info(release_href, opts = {})
|
|
195
195
|
if @api_client.config.debugging
|
|
196
196
|
@api_client.config.logger.debug 'Calling API: ContentReleasesApi.read ...'
|
|
@@ -219,7 +219,7 @@ module PulpDebClient
|
|
|
219
219
|
post_body = opts[:body]
|
|
220
220
|
|
|
221
221
|
# return_type
|
|
222
|
-
return_type = opts[:return_type] || '
|
|
222
|
+
return_type = opts[:return_type] || 'DebRelease'
|
|
223
223
|
|
|
224
224
|
# auth_names
|
|
225
225
|
auth_names = opts[:auth_names] || ['Basic']
|