pulp_deb_client 2.5.0b1 → 2.6.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 +60 -39
- data/docs/ContentGenericContentsApi.md +26 -26
- data/docs/ContentInstallerFileIndicesApi.md +37 -37
- data/docs/ContentInstallerPackagesApi.md +56 -56
- data/docs/ContentPackageIndicesApi.md +37 -37
- data/docs/ContentPackageReleaseComponentsApi.md +33 -33
- data/docs/ContentPackagesApi.md +58 -58
- data/docs/ContentReleaseArchitecturesApi.md +33 -33
- data/docs/ContentReleaseComponentsApi.md +33 -33
- data/docs/ContentReleaseFilesApi.md +37 -37
- data/docs/ContentReleasesApi.md +35 -35
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DebAptDistribution.md +1 -7
- data/docs/DebAptDistributionResponse.md +29 -0
- data/docs/DebAptPublication.md +1 -5
- data/docs/DebAptPublicationResponse.md +29 -0
- data/docs/DebAptRemote.md +4 -10
- data/docs/DebAptRemoteResponse.md +57 -0
- data/docs/DebAptRepository.md +4 -10
- data/docs/DebAptRepositoryResponse.md +29 -0
- data/docs/DebBasePackage.md +5 -75
- data/docs/DebBasePackageResponse.md +93 -0
- data/docs/DebGenericContent.md +5 -17
- data/docs/DebGenericContentResponse.md +35 -0
- data/docs/DebInstallerFileIndex.md +2 -6
- data/docs/DebInstallerFileIndexResponse.md +29 -0
- data/docs/DebPackageIndex.md +2 -6
- data/docs/DebPackageIndexResponse.md +29 -0
- data/docs/DebPackageReleaseComponent.md +1 -5
- data/docs/DebPackageReleaseComponentResponse.md +23 -0
- data/docs/DebRelease.md +1 -5
- data/docs/DebReleaseArchitecture.md +1 -5
- data/docs/DebReleaseArchitectureResponse.md +23 -0
- data/docs/DebReleaseComponent.md +1 -5
- data/docs/DebReleaseComponentResponse.md +23 -0
- data/docs/DebReleaseFile.md +2 -6
- data/docs/DebReleaseFileResponse.md +29 -0
- data/docs/DebReleaseResponse.md +25 -0
- data/docs/DebVerbatimPublication.md +1 -5
- data/docs/DebVerbatimPublicationResponse.md +23 -0
- data/docs/DistributionsAptApi.md +110 -62
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +3 -3
- data/docs/InlineResponse20011.md +3 -3
- data/docs/InlineResponse20012.md +3 -3
- data/docs/InlineResponse20013.md +3 -3
- data/docs/InlineResponse20014.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/PatcheddebAptDistribution.md +23 -0
- data/docs/PatcheddebAptRemote.md +51 -0
- data/docs/PatcheddebAptRepository.md +21 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsAptApi.md +43 -43
- data/docs/PublicationsVerbatimApi.md +43 -43
- data/docs/RemotesAptApi.md +128 -68
- data/docs/RepositoriesAptApi.md +100 -76
- data/docs/RepositoriesDebVersionsApi.md +96 -64
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositorySyncURL.md +1 -1
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +36 -40
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +90 -82
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +50 -50
- data/lib/pulp_deb_client/api/content_packages_api.rb +92 -84
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +51 -51
- data/lib/pulp_deb_client/api/content_release_components_api.rb +51 -51
- data/lib/pulp_deb_client/api/content_release_files_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_releases_api.rb +54 -54
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +157 -94
- data/lib/pulp_deb_client/api/publications_apt_api.rb +65 -65
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +65 -65
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +187 -106
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +151 -124
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +141 -96
- data/lib/pulp_deb_client/api_client.rb +2 -2
- data/lib/pulp_deb_client/api_error.rb +2 -2
- data/lib/pulp_deb_client/configuration.rb +3 -3
- data/lib/pulp_deb_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_deb_client/models/content_summary.rb +9 -15
- data/lib/pulp_deb_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -85
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +279 -0
- data/lib/pulp_deb_client/models/deb_apt_publication.rb +4 -22
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +270 -0
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +7 -263
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +446 -0
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +18 -78
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +271 -0
- data/lib/pulp_deb_client/models/deb_base_package.rb +18 -847
- data/lib/pulp_deb_client/models/deb_base_package_response.rb +558 -0
- data/lib/pulp_deb_client/models/deb_generic_content.rb +18 -185
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +302 -0
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +6 -79
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +287 -0
- data/lib/pulp_deb_client/models/deb_package_index.rb +6 -79
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +287 -0
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +4 -22
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release.rb +4 -79
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -41
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release_component.rb +4 -41
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release_file.rb +6 -90
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +277 -0
- data/lib/pulp_deb_client/models/deb_release_response.rb +259 -0
- data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +4 -22
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +236 -0
- data/lib/pulp_deb_client/models/inline_response200.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +240 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +402 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +229 -0
- data/lib/pulp_deb_client/models/policy_enum.rb +37 -0
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_deb_client/models/repository_sync_url.rb +3 -8
- data/lib/pulp_deb_client/models/repository_version.rb +7 -43
- data/lib/pulp_deb_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_deb_client/version.rb +3 -3
- data/lib/pulp_deb_client.rb +22 -2
- data/pulp_deb_client.gemspec +4 -4
- data/spec/api/content_generic_contents_api_spec.rb +12 -12
- data/spec/api/content_installer_file_indices_api_spec.rb +17 -17
- data/spec/api/content_installer_packages_api_spec.rb +27 -27
- data/spec/api/content_package_indices_api_spec.rb +17 -17
- data/spec/api/content_package_release_components_api_spec.rb +15 -15
- data/spec/api/content_packages_api_spec.rb +28 -28
- data/spec/api/content_release_architectures_api_spec.rb +15 -15
- data/spec/api/content_release_components_api_spec.rb +15 -15
- data/spec/api/content_release_files_api_spec.rb +17 -17
- data/spec/api/content_releases_api_spec.rb +16 -16
- data/spec/api/distributions_apt_api_spec.rb +41 -20
- data/spec/api/publications_apt_api_spec.rb +17 -17
- data/spec/api/publications_verbatim_api_spec.rb +17 -17
- data/spec/api/remotes_apt_api_spec.rb +51 -24
- data/spec/api/repositories_apt_api_spec.rb +31 -22
- data/spec/api/repositories_deb_versions_api_spec.rb +40 -25
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/deb_apt_distribution_response_spec.rb +77 -0
- data/spec/models/deb_apt_distribution_spec.rb +2 -20
- data/spec/models/deb_apt_publication_response_spec.rb +77 -0
- data/spec/models/deb_apt_publication_spec.rb +2 -14
- data/spec/models/deb_apt_remote_response_spec.rb +161 -0
- data/spec/models/deb_apt_remote_spec.rb +2 -24
- data/spec/models/deb_apt_repository_response_spec.rb +77 -0
- data/spec/models/deb_apt_repository_spec.rb +5 -23
- data/spec/models/deb_base_package_response_spec.rb +269 -0
- data/spec/models/deb_base_package_spec.rb +4 -214
- data/spec/models/deb_generic_content_response_spec.rb +95 -0
- data/spec/models/deb_generic_content_spec.rb +4 -40
- data/spec/models/deb_installer_file_index_response_spec.rb +77 -0
- data/spec/models/deb_installer_file_index_spec.rb +2 -14
- data/spec/models/deb_package_index_response_spec.rb +77 -0
- data/spec/models/deb_package_index_spec.rb +2 -14
- data/spec/models/deb_package_release_component_response_spec.rb +59 -0
- data/spec/models/deb_package_release_component_spec.rb +2 -14
- data/spec/models/deb_release_architecture_response_spec.rb +59 -0
- data/spec/models/deb_release_architecture_spec.rb +2 -14
- data/spec/models/deb_release_component_response_spec.rb +59 -0
- data/spec/models/deb_release_component_spec.rb +2 -14
- data/spec/models/deb_release_file_response_spec.rb +77 -0
- data/spec/models/deb_release_file_spec.rb +2 -14
- data/spec/models/deb_release_response_spec.rb +65 -0
- data/spec/models/deb_release_spec.rb +2 -14
- data/spec/models/deb_verbatim_publication_response_spec.rb +59 -0
- data/spec/models/deb_verbatim_publication_spec.rb +2 -14
- data/spec/models/inline_response20010_spec.rb +2 -2
- data/spec/models/inline_response20011_spec.rb +2 -2
- data/spec/models/inline_response20012_spec.rb +2 -2
- data/spec/models/inline_response20013_spec.rb +2 -2
- data/spec/models/inline_response20014_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/patcheddeb_apt_distribution_spec.rb +59 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +143 -0
- data/spec/models/patcheddeb_apt_repository_spec.rb +53 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_sync_url_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/spec_helper.rb +2 -2
- metadata +120 -40
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Pulp 3 API
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
|
|
@@ -44,10 +44,6 @@ module PulpDebClient
|
|
|
44
44
|
if @api_client.config.debugging
|
|
45
45
|
@api_client.config.logger.debug 'Calling API: ContentPackagesApi.create ...'
|
|
46
46
|
end
|
|
47
|
-
if @api_client.config.client_side_validation && !opts[:'relative_path'].nil? && opts[:'relative_path'].to_s.length < 1
|
|
48
|
-
fail ArgumentError, 'invalid value for "opts[:"relative_path"]" when calling ContentPackagesApi.create, the character length must be great than or equal to 1.'
|
|
49
|
-
end
|
|
50
|
-
|
|
51
47
|
# resource path
|
|
52
48
|
local_var_path = '/pulp/api/v3/content/deb/packages/'
|
|
53
49
|
|
|
@@ -75,7 +71,7 @@ module PulpDebClient
|
|
|
75
71
|
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
|
76
72
|
|
|
77
73
|
# auth_names
|
|
78
|
-
auth_names = opts[:auth_names] || ['
|
|
74
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
|
79
75
|
|
|
80
76
|
new_options = opts.merge(
|
|
81
77
|
:header_params => header_params,
|
|
@@ -94,32 +90,32 @@ module PulpDebClient
|
|
|
94
90
|
end
|
|
95
91
|
|
|
96
92
|
# List packages
|
|
97
|
-
# A
|
|
93
|
+
# A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
|
|
98
94
|
# @param [Hash] opts the optional parameters
|
|
99
|
-
# @option opts [String] :
|
|
100
|
-
# @option opts [String] :
|
|
101
|
-
# @option opts [String] :
|
|
102
|
-
# @option opts [String] :
|
|
103
|
-
# @option opts [String] :
|
|
104
|
-
# @option opts [String] :
|
|
105
|
-
# @option opts [String] :priority Filter results where priority matches value
|
|
106
|
-
# @option opts [String] :origin Filter results where origin matches value
|
|
107
|
-
# @option opts [String] :tag Filter results where tag matches value
|
|
108
|
-
# @option opts [String] :essential Filter results where essential matches value
|
|
109
|
-
# @option opts [String] :build_essential Filter results where build_essential matches value
|
|
110
|
-
# @option opts [Float] :installed_size Filter results where installed_size matches value
|
|
111
|
-
# @option opts [String] :maintainer Filter results where maintainer matches value
|
|
112
|
-
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
|
113
|
-
# @option opts [String] :built_using Filter results where built_using matches value
|
|
114
|
-
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
|
115
|
-
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
|
116
|
-
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
117
|
-
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
118
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
119
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
120
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
95
|
+
# @option opts [String] :architecture architecture
|
|
96
|
+
# @option opts [String] :auto_built_package auto_built_package
|
|
97
|
+
# @option opts [String] :build_essential build_essential
|
|
98
|
+
# @option opts [String] :built_using built_using
|
|
99
|
+
# @option opts [String] :essential essential
|
|
100
|
+
# @option opts [String] :installed_size installed_size
|
|
121
101
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
102
|
+
# @option opts [String] :maintainer maintainer
|
|
103
|
+
# @option opts [String] :multi_arch multi_arch
|
|
122
104
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
105
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
106
|
+
# @option opts [String] :origin origin
|
|
107
|
+
# @option opts [String] :original_maintainer original_maintainer
|
|
108
|
+
# @option opts [String] :package package
|
|
109
|
+
# @option opts [String] :priority priority
|
|
110
|
+
# @option opts [String] :relative_path relative_path
|
|
111
|
+
# @option opts [String] :repository_version repository_version
|
|
112
|
+
# @option opts [String] :repository_version_added repository_version_added
|
|
113
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
|
114
|
+
# @option opts [String] :section section
|
|
115
|
+
# @option opts [String] :sha256 sha256
|
|
116
|
+
# @option opts [String] :source source
|
|
117
|
+
# @option opts [String] :tag tag
|
|
118
|
+
# @option opts [String] :version version
|
|
123
119
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
124
120
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
125
121
|
# @return [InlineResponse2002]
|
|
@@ -129,32 +125,32 @@ module PulpDebClient
|
|
|
129
125
|
end
|
|
130
126
|
|
|
131
127
|
# List packages
|
|
132
|
-
# A
|
|
128
|
+
# A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
|
|
133
129
|
# @param [Hash] opts the optional parameters
|
|
134
|
-
# @option opts [String] :
|
|
135
|
-
# @option opts [String] :
|
|
136
|
-
# @option opts [String] :
|
|
137
|
-
# @option opts [String] :
|
|
138
|
-
# @option opts [String] :
|
|
139
|
-
# @option opts [String] :
|
|
140
|
-
# @option opts [String] :priority Filter results where priority matches value
|
|
141
|
-
# @option opts [String] :origin Filter results where origin matches value
|
|
142
|
-
# @option opts [String] :tag Filter results where tag matches value
|
|
143
|
-
# @option opts [String] :essential Filter results where essential matches value
|
|
144
|
-
# @option opts [String] :build_essential Filter results where build_essential matches value
|
|
145
|
-
# @option opts [Float] :installed_size Filter results where installed_size matches value
|
|
146
|
-
# @option opts [String] :maintainer Filter results where maintainer matches value
|
|
147
|
-
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
|
148
|
-
# @option opts [String] :built_using Filter results where built_using matches value
|
|
149
|
-
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
|
150
|
-
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
|
151
|
-
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
152
|
-
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
153
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
154
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
155
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
130
|
+
# @option opts [String] :architecture architecture
|
|
131
|
+
# @option opts [String] :auto_built_package auto_built_package
|
|
132
|
+
# @option opts [String] :build_essential build_essential
|
|
133
|
+
# @option opts [String] :built_using built_using
|
|
134
|
+
# @option opts [String] :essential essential
|
|
135
|
+
# @option opts [String] :installed_size installed_size
|
|
156
136
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
137
|
+
# @option opts [String] :maintainer maintainer
|
|
138
|
+
# @option opts [String] :multi_arch multi_arch
|
|
157
139
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
140
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
141
|
+
# @option opts [String] :origin origin
|
|
142
|
+
# @option opts [String] :original_maintainer original_maintainer
|
|
143
|
+
# @option opts [String] :package package
|
|
144
|
+
# @option opts [String] :priority priority
|
|
145
|
+
# @option opts [String] :relative_path relative_path
|
|
146
|
+
# @option opts [String] :repository_version repository_version
|
|
147
|
+
# @option opts [String] :repository_version_added repository_version_added
|
|
148
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
|
149
|
+
# @option opts [String] :section section
|
|
150
|
+
# @option opts [String] :sha256 sha256
|
|
151
|
+
# @option opts [String] :source source
|
|
152
|
+
# @option opts [String] :tag tag
|
|
153
|
+
# @option opts [String] :version version
|
|
158
154
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
159
155
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
160
156
|
# @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
|
|
@@ -162,35 +158,47 @@ module PulpDebClient
|
|
|
162
158
|
if @api_client.config.debugging
|
|
163
159
|
@api_client.config.logger.debug 'Calling API: ContentPackagesApi.list ...'
|
|
164
160
|
end
|
|
161
|
+
allowable_values = ["true", "false"]
|
|
162
|
+
if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
|
|
163
|
+
fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
|
|
164
|
+
end
|
|
165
|
+
allowable_values = ["true", "false"]
|
|
166
|
+
if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
|
|
167
|
+
fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
|
|
168
|
+
end
|
|
169
|
+
allowable_values = ["no", "same", "foreign", "allowed"]
|
|
170
|
+
if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
|
|
171
|
+
fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
|
|
172
|
+
end
|
|
165
173
|
# resource path
|
|
166
174
|
local_var_path = '/pulp/api/v3/content/deb/packages/'
|
|
167
175
|
|
|
168
176
|
# query parameters
|
|
169
177
|
query_params = opts[:query_params] || {}
|
|
170
|
-
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
171
|
-
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
|
172
|
-
query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
|
|
173
|
-
query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
|
|
174
178
|
query_params[:'architecture'] = opts[:'architecture'] if !opts[:'architecture'].nil?
|
|
175
|
-
query_params[:'
|
|
176
|
-
query_params[:'priority'] = opts[:'priority'] if !opts[:'priority'].nil?
|
|
177
|
-
query_params[:'origin'] = opts[:'origin'] if !opts[:'origin'].nil?
|
|
178
|
-
query_params[:'tag'] = opts[:'tag'] if !opts[:'tag'].nil?
|
|
179
|
-
query_params[:'essential'] = opts[:'essential'] if !opts[:'essential'].nil?
|
|
179
|
+
query_params[:'auto_built_package'] = opts[:'auto_built_package'] if !opts[:'auto_built_package'].nil?
|
|
180
180
|
query_params[:'build_essential'] = opts[:'build_essential'] if !opts[:'build_essential'].nil?
|
|
181
|
+
query_params[:'built_using'] = opts[:'built_using'] if !opts[:'built_using'].nil?
|
|
182
|
+
query_params[:'essential'] = opts[:'essential'] if !opts[:'essential'].nil?
|
|
181
183
|
query_params[:'installed_size'] = opts[:'installed_size'] if !opts[:'installed_size'].nil?
|
|
184
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
182
185
|
query_params[:'maintainer'] = opts[:'maintainer'] if !opts[:'maintainer'].nil?
|
|
183
|
-
query_params[:'original_maintainer'] = opts[:'original_maintainer'] if !opts[:'original_maintainer'].nil?
|
|
184
|
-
query_params[:'built_using'] = opts[:'built_using'] if !opts[:'built_using'].nil?
|
|
185
|
-
query_params[:'auto_built_package'] = opts[:'auto_built_package'] if !opts[:'auto_built_package'].nil?
|
|
186
186
|
query_params[:'multi_arch'] = opts[:'multi_arch'] if !opts[:'multi_arch'].nil?
|
|
187
|
-
query_params[:'
|
|
187
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
188
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
189
|
+
query_params[:'origin'] = opts[:'origin'] if !opts[:'origin'].nil?
|
|
190
|
+
query_params[:'original_maintainer'] = opts[:'original_maintainer'] if !opts[:'original_maintainer'].nil?
|
|
191
|
+
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
|
192
|
+
query_params[:'priority'] = opts[:'priority'] if !opts[:'priority'].nil?
|
|
188
193
|
query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
|
|
189
194
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
190
195
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
191
196
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
192
|
-
query_params[:'
|
|
193
|
-
query_params[:'
|
|
197
|
+
query_params[:'section'] = opts[:'section'] if !opts[:'section'].nil?
|
|
198
|
+
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
|
199
|
+
query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
|
|
200
|
+
query_params[:'tag'] = opts[:'tag'] if !opts[:'tag'].nil?
|
|
201
|
+
query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
|
|
194
202
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
195
203
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
196
204
|
|
|
@@ -209,7 +217,7 @@ module PulpDebClient
|
|
|
209
217
|
return_type = opts[:return_type] || 'InlineResponse2002'
|
|
210
218
|
|
|
211
219
|
# auth_names
|
|
212
|
-
auth_names = opts[:auth_names] || ['
|
|
220
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
|
213
221
|
|
|
214
222
|
new_options = opts.merge(
|
|
215
223
|
:header_params => header_params,
|
|
@@ -228,34 +236,34 @@ module PulpDebClient
|
|
|
228
236
|
end
|
|
229
237
|
|
|
230
238
|
# Inspect a package
|
|
231
|
-
# A
|
|
232
|
-
# @param
|
|
239
|
+
# A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
|
|
240
|
+
# @param deb_package_href [String]
|
|
233
241
|
# @param [Hash] opts the optional parameters
|
|
234
242
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
235
243
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
236
|
-
# @return [
|
|
237
|
-
def read(
|
|
238
|
-
data, _status_code, _headers = read_with_http_info(
|
|
244
|
+
# @return [DebBasePackageResponse]
|
|
245
|
+
def read(deb_package_href, opts = {})
|
|
246
|
+
data, _status_code, _headers = read_with_http_info(deb_package_href, opts)
|
|
239
247
|
data
|
|
240
248
|
end
|
|
241
249
|
|
|
242
250
|
# Inspect a package
|
|
243
|
-
# A
|
|
244
|
-
# @param
|
|
251
|
+
# A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
|
|
252
|
+
# @param deb_package_href [String]
|
|
245
253
|
# @param [Hash] opts the optional parameters
|
|
246
254
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
247
255
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
248
|
-
# @return [Array<(
|
|
249
|
-
def read_with_http_info(
|
|
256
|
+
# @return [Array<(DebBasePackageResponse, Integer, Hash)>] DebBasePackageResponse data, response status code and response headers
|
|
257
|
+
def read_with_http_info(deb_package_href, opts = {})
|
|
250
258
|
if @api_client.config.debugging
|
|
251
259
|
@api_client.config.logger.debug 'Calling API: ContentPackagesApi.read ...'
|
|
252
260
|
end
|
|
253
|
-
# verify the required parameter '
|
|
254
|
-
if @api_client.config.client_side_validation &&
|
|
255
|
-
fail ArgumentError, "Missing the required parameter '
|
|
261
|
+
# verify the required parameter 'deb_package_href' is set
|
|
262
|
+
if @api_client.config.client_side_validation && deb_package_href.nil?
|
|
263
|
+
fail ArgumentError, "Missing the required parameter 'deb_package_href' when calling ContentPackagesApi.read"
|
|
256
264
|
end
|
|
257
265
|
# resource path
|
|
258
|
-
local_var_path = '{
|
|
266
|
+
local_var_path = '{deb_package_href}'.sub('{' + 'deb_package_href' + '}', CGI.escape(deb_package_href.to_s).gsub('%2F', '/'))
|
|
259
267
|
|
|
260
268
|
# query parameters
|
|
261
269
|
query_params = opts[:query_params] || {}
|
|
@@ -274,10 +282,10 @@ module PulpDebClient
|
|
|
274
282
|
post_body = opts[:body]
|
|
275
283
|
|
|
276
284
|
# return_type
|
|
277
|
-
return_type = opts[:return_type] || '
|
|
285
|
+
return_type = opts[:return_type] || 'DebBasePackageResponse'
|
|
278
286
|
|
|
279
287
|
# auth_names
|
|
280
|
-
auth_names = opts[:auth_names] || ['
|
|
288
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
|
281
289
|
|
|
282
290
|
new_options = opts.merge(
|
|
283
291
|
:header_params => header_params,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Pulp 3 API
|
|
3
3
|
|
|
4
|
-
#
|
|
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 PulpDebClient
|
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
22
|
# Create a release architecture
|
|
23
|
-
# A
|
|
24
|
-
# @param
|
|
23
|
+
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
|
24
|
+
# @param deb_release_architecture [DebReleaseArchitecture]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @return [
|
|
27
|
-
def create(
|
|
28
|
-
data, _status_code, _headers = create_with_http_info(
|
|
26
|
+
# @return [DebReleaseArchitectureResponse]
|
|
27
|
+
def create(deb_release_architecture, opts = {})
|
|
28
|
+
data, _status_code, _headers = create_with_http_info(deb_release_architecture, opts)
|
|
29
29
|
data
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
# Create a release architecture
|
|
33
|
-
# A
|
|
34
|
-
# @param
|
|
33
|
+
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
|
34
|
+
# @param deb_release_architecture [DebReleaseArchitecture]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @return [Array<(
|
|
37
|
-
def create_with_http_info(
|
|
36
|
+
# @return [Array<(DebReleaseArchitectureResponse, Integer, Hash)>] DebReleaseArchitectureResponse data, response status code and response headers
|
|
37
|
+
def create_with_http_info(deb_release_architecture, opts = {})
|
|
38
38
|
if @api_client.config.debugging
|
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.create ...'
|
|
40
40
|
end
|
|
41
|
-
# verify the required parameter '
|
|
42
|
-
if @api_client.config.client_side_validation &&
|
|
43
|
-
fail ArgumentError, "Missing the required parameter '
|
|
41
|
+
# verify the required parameter 'deb_release_architecture' is set
|
|
42
|
+
if @api_client.config.client_side_validation && deb_release_architecture.nil?
|
|
43
|
+
fail ArgumentError, "Missing the required parameter 'deb_release_architecture' when calling ContentReleaseArchitecturesApi.create"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
46
|
local_var_path = '/pulp/api/v3/content/deb/release_architectures/'
|
|
@@ -53,19 +53,19 @@ module PulpDebClient
|
|
|
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(
|
|
62
|
+
post_body = opts[:body] || @api_client.object_to_http_body(deb_release_architecture)
|
|
63
63
|
|
|
64
64
|
# return_type
|
|
65
|
-
return_type = opts[:return_type] || '
|
|
65
|
+
return_type = opts[:return_type] || 'DebReleaseArchitectureResponse'
|
|
66
66
|
|
|
67
67
|
# auth_names
|
|
68
|
-
auth_names = opts[:auth_names] || ['
|
|
68
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
|
69
69
|
|
|
70
70
|
new_options = opts.merge(
|
|
71
71
|
:header_params => header_params,
|
|
@@ -84,16 +84,16 @@ module PulpDebClient
|
|
|
84
84
|
end
|
|
85
85
|
|
|
86
86
|
# List release architectures
|
|
87
|
-
# A
|
|
87
|
+
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
|
88
88
|
# @param [Hash] opts the optional parameters
|
|
89
|
-
# @option opts [String] :
|
|
90
|
-
# @option opts [String] :architecture Filter results where architecture matches value
|
|
91
|
-
# @option opts [String] :release Filter results where release matches value
|
|
92
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
93
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
94
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
89
|
+
# @option opts [String] :architecture architecture
|
|
95
90
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
96
91
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
92
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
93
|
+
# @option opts [String] :release release
|
|
94
|
+
# @option opts [String] :repository_version repository_version
|
|
95
|
+
# @option opts [String] :repository_version_added repository_version_added
|
|
96
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
|
97
97
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
98
98
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
99
99
|
# @return [InlineResponse2005]
|
|
@@ -103,16 +103,16 @@ module PulpDebClient
|
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
# List release architectures
|
|
106
|
-
# A
|
|
106
|
+
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
|
107
107
|
# @param [Hash] opts the optional parameters
|
|
108
|
-
# @option opts [String] :
|
|
109
|
-
# @option opts [String] :architecture Filter results where architecture matches value
|
|
110
|
-
# @option opts [String] :release Filter results where release matches value
|
|
111
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
112
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
113
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
108
|
+
# @option opts [String] :architecture architecture
|
|
114
109
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
115
110
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
111
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
112
|
+
# @option opts [String] :release release
|
|
113
|
+
# @option opts [String] :repository_version repository_version
|
|
114
|
+
# @option opts [String] :repository_version_added repository_version_added
|
|
115
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
|
116
116
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
117
117
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
118
118
|
# @return [Array<(InlineResponse2005, Integer, Hash)>] InlineResponse2005 data, response status code and response headers
|
|
@@ -125,14 +125,14 @@ module PulpDebClient
|
|
|
125
125
|
|
|
126
126
|
# query parameters
|
|
127
127
|
query_params = opts[:query_params] || {}
|
|
128
|
-
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
129
128
|
query_params[:'architecture'] = opts[:'architecture'] if !opts[:'architecture'].nil?
|
|
129
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
130
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
131
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
130
132
|
query_params[:'release'] = opts[:'release'] if !opts[:'release'].nil?
|
|
131
133
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
132
134
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
133
135
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
134
|
-
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
135
|
-
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
136
136
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
137
137
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
138
138
|
|
|
@@ -151,7 +151,7 @@ module PulpDebClient
|
|
|
151
151
|
return_type = opts[:return_type] || 'InlineResponse2005'
|
|
152
152
|
|
|
153
153
|
# auth_names
|
|
154
|
-
auth_names = opts[:auth_names] || ['
|
|
154
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
|
155
155
|
|
|
156
156
|
new_options = opts.merge(
|
|
157
157
|
:header_params => header_params,
|
|
@@ -170,34 +170,34 @@ module PulpDebClient
|
|
|
170
170
|
end
|
|
171
171
|
|
|
172
172
|
# Inspect a release architecture
|
|
173
|
-
# A
|
|
174
|
-
# @param
|
|
173
|
+
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
|
174
|
+
# @param deb_release_architecture_href [String]
|
|
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 [
|
|
179
|
-
def read(
|
|
180
|
-
data, _status_code, _headers = read_with_http_info(
|
|
178
|
+
# @return [DebReleaseArchitectureResponse]
|
|
179
|
+
def read(deb_release_architecture_href, opts = {})
|
|
180
|
+
data, _status_code, _headers = read_with_http_info(deb_release_architecture_href, opts)
|
|
181
181
|
data
|
|
182
182
|
end
|
|
183
183
|
|
|
184
184
|
# Inspect a release architecture
|
|
185
|
-
# A
|
|
186
|
-
# @param
|
|
185
|
+
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
|
186
|
+
# @param deb_release_architecture_href [String]
|
|
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<(
|
|
191
|
-
def read_with_http_info(
|
|
190
|
+
# @return [Array<(DebReleaseArchitectureResponse, Integer, Hash)>] DebReleaseArchitectureResponse data, response status code and response headers
|
|
191
|
+
def read_with_http_info(deb_release_architecture_href, opts = {})
|
|
192
192
|
if @api_client.config.debugging
|
|
193
193
|
@api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.read ...'
|
|
194
194
|
end
|
|
195
|
-
# verify the required parameter '
|
|
196
|
-
if @api_client.config.client_side_validation &&
|
|
197
|
-
fail ArgumentError, "Missing the required parameter '
|
|
195
|
+
# verify the required parameter 'deb_release_architecture_href' is set
|
|
196
|
+
if @api_client.config.client_side_validation && deb_release_architecture_href.nil?
|
|
197
|
+
fail ArgumentError, "Missing the required parameter 'deb_release_architecture_href' when calling ContentReleaseArchitecturesApi.read"
|
|
198
198
|
end
|
|
199
199
|
# resource path
|
|
200
|
-
local_var_path = '{
|
|
200
|
+
local_var_path = '{deb_release_architecture_href}'.sub('{' + 'deb_release_architecture_href' + '}', CGI.escape(deb_release_architecture_href.to_s).gsub('%2F', '/'))
|
|
201
201
|
|
|
202
202
|
# query parameters
|
|
203
203
|
query_params = opts[:query_params] || {}
|
|
@@ -216,10 +216,10 @@ 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] || 'DebReleaseArchitectureResponse'
|
|
220
220
|
|
|
221
221
|
# auth_names
|
|
222
|
-
auth_names = opts[:auth_names] || ['
|
|
222
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
|
223
223
|
|
|
224
224
|
new_options = opts.merge(
|
|
225
225
|
:header_params => header_params,
|