pulp_rpm_client 3.5.1 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +73 -55
- data/docs/{Addon.md → AddonResponse.md} +2 -2
- data/docs/{Artifact.md → ArtifactResponse.md} +3 -3
- data/docs/{Checksum.md → ChecksumResponse.md} +2 -2
- data/docs/ContentAdvisoriesApi.md +44 -44
- data/docs/ContentDistributionTreesApi.md +25 -25
- data/docs/ContentModulemdDefaultsApi.md +32 -32
- data/docs/ContentModulemdsApi.md +34 -34
- data/docs/ContentPackagecategoriesApi.md +25 -25
- data/docs/ContentPackageenvironmentsApi.md +25 -25
- data/docs/ContentPackagegroupsApi.md +25 -25
- data/docs/ContentPackagelangpacksApi.md +25 -25
- data/docs/ContentPackagesApi.md +64 -64
- data/docs/ContentRepoMetadataFilesApi.md +25 -25
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DistributionsRpmApi.md +108 -60
- data/docs/{Image.md → ImageResponse.md} +3 -3
- 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/MetadataChecksumTypeEnum.md +16 -0
- data/docs/PackageChecksumTypeEnum.md +16 -0
- data/docs/PatchedrpmRpmDistribution.md +23 -0
- data/docs/PatchedrpmRpmRemote.md +39 -0
- data/docs/PatchedrpmRpmRepository.md +25 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsRpmApi.md +40 -40
- data/docs/RemotesRpmApi.md +125 -65
- data/docs/RepositoriesRpmApi.md +97 -73
- data/docs/RepositoriesRpmVersionsApi.md +94 -62
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/docs/RpmCopyApi.md +10 -10
- data/docs/{RpmDistributionTree.md → RpmDistributionTreeResponse.md} +6 -6
- data/docs/RpmModulemd.md +8 -8
- data/docs/RpmModulemdDefaults.md +8 -8
- data/docs/RpmModulemdDefaultsResponse.md +29 -0
- data/docs/RpmModulemdResponse.md +39 -0
- data/docs/RpmPackage.md +7 -79
- data/docs/{RpmPackageCategory.md → RpmPackageCategoryResponse.md} +2 -2
- data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentResponse.md} +2 -2
- data/docs/{RpmPackageGroup.md → RpmPackageGroupResponse.md} +2 -2
- data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksResponse.md} +2 -2
- data/docs/RpmPackageResponse.md +95 -0
- data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileResponse.md} +2 -2
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmDistribution.md +1 -7
- data/docs/RpmRpmDistributionResponse.md +29 -0
- data/docs/RpmRpmPublication.md +3 -7
- data/docs/RpmRpmPublicationResponse.md +27 -0
- data/docs/RpmRpmRemote.md +4 -10
- data/docs/RpmRpmRemoteResponse.md +45 -0
- data/docs/RpmRpmRepository.md +3 -9
- data/docs/RpmRpmRepositoryResponse.md +33 -0
- data/docs/RpmUpdateCollection.md +1 -3
- data/docs/RpmUpdateCollectionResponse.md +23 -0
- data/docs/RpmUpdateRecord.md +4 -40
- data/docs/RpmUpdateRecordResponse.md +55 -0
- data/docs/{Variant.md → VariantResponse.md} +2 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +60 -60
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +42 -54
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +44 -76
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packages_api.rb +92 -92
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +36 -36
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +153 -90
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +59 -59
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +181 -100
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +145 -118
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +137 -92
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +15 -15
- data/lib/pulp_rpm_client/api_client.rb +2 -2
- data/lib/pulp_rpm_client/api_error.rb +2 -2
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/{addon.rb → addon_response.rb} +6 -100
- data/lib/pulp_rpm_client/models/{artifact.rb → artifact_response.rb} +9 -93
- data/lib/pulp_rpm_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_rpm_client/models/{checksum.rb → checksum_response.rb} +6 -43
- data/lib/pulp_rpm_client/models/content_summary.rb +9 -15
- data/lib/pulp_rpm_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_rpm_client/models/copy.rb +3 -2
- data/lib/pulp_rpm_client/models/{image.rb → image_response.rb} +7 -63
- data/lib/pulp_rpm_client/models/inline_response200.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +240 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +340 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +265 -0
- data/lib/pulp_rpm_client/models/policy_enum.rb +37 -0
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_rpm_client/models/repository_version.rb +7 -43
- data/lib/pulp_rpm_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_response.rb} +17 -234
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +42 -153
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +40 -86
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +282 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +346 -0
- data/lib/pulp_rpm_client/models/rpm_package.rb +28 -501
- data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_response.rb} +11 -68
- data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_response.rb} +8 -34
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +597 -0
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_response.rb} +6 -96
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +4 -30
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -85
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +279 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +6 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +256 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +7 -214
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +379 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +14 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +307 -0
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +10 -34
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +243 -0
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +18 -245
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +401 -0
- data/lib/pulp_rpm_client/models/{variant.rb → variant_response.rb} +6 -195
- data/lib/pulp_rpm_client/version.rb +3 -3
- data/lib/pulp_rpm_client.rb +30 -13
- data/pulp_rpm_client.gemspec +4 -4
- data/spec/api/content_advisories_api_spec.rb +21 -21
- data/spec/api/content_distribution_trees_api_spec.rb +9 -9
- data/spec/api/content_modulemd_defaults_api_spec.rb +13 -13
- data/spec/api/content_modulemds_api_spec.rb +13 -13
- data/spec/api/content_packagecategories_api_spec.rb +9 -9
- data/spec/api/content_packageenvironments_api_spec.rb +9 -9
- data/spec/api/content_packagegroups_api_spec.rb +9 -9
- data/spec/api/content_packagelangpacks_api_spec.rb +9 -9
- data/spec/api/content_packages_api_spec.rb +31 -31
- data/spec/api/content_repo_metadata_files_api_spec.rb +9 -9
- data/spec/api/distributions_rpm_api_spec.rb +39 -18
- data/spec/api/publications_rpm_api_spec.rb +14 -14
- data/spec/api/remotes_rpm_api_spec.rb +48 -21
- data/spec/api/repositories_rpm_api_spec.rb +28 -19
- data/spec/api/repositories_rpm_versions_api_spec.rb +38 -23
- data/spec/api/rpm_copy_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/{addon_spec.rb → addon_response_spec.rb} +8 -8
- data/spec/models/{artifact_spec.rb → artifact_response_spec.rb} +8 -8
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/{checksum_spec.rb → checksum_response_spec.rb} +8 -8
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/copy_spec.rb +2 -2
- data/spec/models/{image_spec.rb → image_response_spec.rb} +8 -8
- 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/metadata_checksum_type_enum_spec.rb +35 -0
- data/spec/models/package_checksum_type_enum_spec.rb +35 -0
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +59 -0
- data/spec/models/patchedrpm_rpm_remote_spec.rb +107 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +65 -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_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_response_spec.rb} +8 -8
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +77 -0
- data/spec/models/rpm_modulemd_defaults_spec.rb +9 -9
- data/spec/models/rpm_modulemd_response_spec.rb +107 -0
- data/spec/models/rpm_modulemd_spec.rb +11 -11
- data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_response_spec.rb} +8 -8
- data/spec/models/rpm_package_response_spec.rb +275 -0
- data/spec/models/rpm_package_spec.rb +5 -221
- data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_response_spec.rb} +8 -8
- data/spec/models/rpm_repository_sync_url_spec.rb +2 -6
- data/spec/models/rpm_rpm_distribution_response_spec.rb +77 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +2 -20
- data/spec/models/rpm_rpm_publication_response_spec.rb +71 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -22
- data/spec/models/rpm_rpm_remote_response_spec.rb +125 -0
- data/spec/models/rpm_rpm_remote_spec.rb +2 -24
- data/spec/models/rpm_rpm_repository_response_spec.rb +89 -0
- data/spec/models/rpm_rpm_repository_spec.rb +5 -23
- data/spec/models/rpm_update_collection_response_spec.rb +59 -0
- data/spec/models/rpm_update_collection_spec.rb +2 -8
- data/spec/models/rpm_update_record_response_spec.rb +155 -0
- data/spec/models/rpm_update_record_spec.rb +4 -112
- data/spec/models/{variant_spec.rb → variant_response_spec.rb} +8 -8
- data/spec/spec_helper.rb +2 -2
- metadata +116 -48
@@ -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
|
|
@@ -24,7 +24,7 @@ module PulpRpmClient
|
|
24
24
|
# @param relative_path [String] Path where the artifact is located relative to distributions base_path
|
25
25
|
# @param _module [String] Modulemd name.
|
26
26
|
# @param stream [String] Modulemd default stream.
|
27
|
-
# @param profiles [
|
27
|
+
# @param profiles [Object] Default profiles for modulemd streams.
|
28
28
|
# @param [Hash] opts the optional parameters
|
29
29
|
# @option opts [String] :artifact Artifact file representing the physical content
|
30
30
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
@@ -40,7 +40,7 @@ module PulpRpmClient
|
|
40
40
|
# @param relative_path [String] Path where the artifact is located relative to distributions base_path
|
41
41
|
# @param _module [String] Modulemd name.
|
42
42
|
# @param stream [String] Modulemd default stream.
|
43
|
-
# @param profiles [
|
43
|
+
# @param profiles [Object] Default profiles for modulemd streams.
|
44
44
|
# @param [Hash] opts the optional parameters
|
45
45
|
# @option opts [String] :artifact Artifact file representing the physical content
|
46
46
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
@@ -54,26 +54,14 @@ module PulpRpmClient
|
|
54
54
|
if @api_client.config.client_side_validation && relative_path.nil?
|
55
55
|
fail ArgumentError, "Missing the required parameter 'relative_path' when calling ContentModulemdDefaultsApi.create"
|
56
56
|
end
|
57
|
-
if @api_client.config.client_side_validation && relative_path.to_s.length < 1
|
58
|
-
fail ArgumentError, 'invalid value for "relative_path" when calling ContentModulemdDefaultsApi.create, the character length must be great than or equal to 1.'
|
59
|
-
end
|
60
|
-
|
61
57
|
# verify the required parameter '_module' is set
|
62
58
|
if @api_client.config.client_side_validation && _module.nil?
|
63
59
|
fail ArgumentError, "Missing the required parameter '_module' when calling ContentModulemdDefaultsApi.create"
|
64
60
|
end
|
65
|
-
if @api_client.config.client_side_validation && _module.to_s.length < 1
|
66
|
-
fail ArgumentError, 'invalid value for "_module" when calling ContentModulemdDefaultsApi.create, the character length must be great than or equal to 1.'
|
67
|
-
end
|
68
|
-
|
69
61
|
# verify the required parameter 'stream' is set
|
70
62
|
if @api_client.config.client_side_validation && stream.nil?
|
71
63
|
fail ArgumentError, "Missing the required parameter 'stream' when calling ContentModulemdDefaultsApi.create"
|
72
64
|
end
|
73
|
-
if @api_client.config.client_side_validation && stream.to_s.length < 1
|
74
|
-
fail ArgumentError, 'invalid value for "stream" when calling ContentModulemdDefaultsApi.create, the character length must be great than or equal to 1.'
|
75
|
-
end
|
76
|
-
|
77
65
|
# verify the required parameter 'profiles' is set
|
78
66
|
if @api_client.config.client_side_validation && profiles.nil?
|
79
67
|
fail ArgumentError, "Missing the required parameter 'profiles' when calling ContentModulemdDefaultsApi.create"
|
@@ -108,7 +96,7 @@ module PulpRpmClient
|
|
108
96
|
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
109
97
|
|
110
98
|
# auth_names
|
111
|
-
auth_names = opts[:auth_names] || ['
|
99
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
112
100
|
|
113
101
|
new_options = opts.merge(
|
114
102
|
:header_params => header_params,
|
@@ -129,17 +117,17 @@ module PulpRpmClient
|
|
129
117
|
# List modulemd defaultss
|
130
118
|
# ViewSet for Modulemd.
|
131
119
|
# @param [Hash] opts the optional parameters
|
132
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
133
|
-
# @option opts [String] :_module Filter results where module matches value
|
134
|
-
# @option opts [String] :module__in Filter results where module is in a comma-separated list of values
|
135
|
-
# @option opts [String] :stream Filter results where stream matches value
|
136
|
-
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
137
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
138
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
139
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
140
|
-
# @option opts [String] :sha256
|
141
120
|
# @option opts [Integer] :limit Number of results to return per page.
|
121
|
+
# @option opts [String] :_module module
|
122
|
+
# @option opts [String] :module__in module__in
|
142
123
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
124
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
125
|
+
# @option opts [String] :repository_version repository_version
|
126
|
+
# @option opts [String] :repository_version_added repository_version_added
|
127
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
128
|
+
# @option opts [String] :sha256 sha256
|
129
|
+
# @option opts [String] :stream stream
|
130
|
+
# @option opts [String] :stream__in stream__in
|
143
131
|
# @option opts [String] :fields A list of fields to include in the response.
|
144
132
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
145
133
|
# @return [InlineResponse2002]
|
@@ -151,17 +139,17 @@ module PulpRpmClient
|
|
151
139
|
# List modulemd defaultss
|
152
140
|
# ViewSet for Modulemd.
|
153
141
|
# @param [Hash] opts the optional parameters
|
154
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
155
|
-
# @option opts [String] :_module Filter results where module matches value
|
156
|
-
# @option opts [String] :module__in Filter results where module is in a comma-separated list of values
|
157
|
-
# @option opts [String] :stream Filter results where stream matches value
|
158
|
-
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
159
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
160
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
161
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
162
|
-
# @option opts [String] :sha256
|
163
142
|
# @option opts [Integer] :limit Number of results to return per page.
|
143
|
+
# @option opts [String] :_module module
|
144
|
+
# @option opts [String] :module__in module__in
|
164
145
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
146
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
147
|
+
# @option opts [String] :repository_version repository_version
|
148
|
+
# @option opts [String] :repository_version_added repository_version_added
|
149
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
150
|
+
# @option opts [String] :sha256 sha256
|
151
|
+
# @option opts [String] :stream stream
|
152
|
+
# @option opts [String] :stream__in stream__in
|
165
153
|
# @option opts [String] :fields A list of fields to include in the response.
|
166
154
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
167
155
|
# @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
|
@@ -174,17 +162,17 @@ module PulpRpmClient
|
|
174
162
|
|
175
163
|
# query parameters
|
176
164
|
query_params = opts[:query_params] || {}
|
177
|
-
query_params[:'
|
165
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
178
166
|
query_params[:'module'] = opts[:'_module'] if !opts[:'_module'].nil?
|
179
167
|
query_params[:'module__in'] = opts[:'module__in'] if !opts[:'module__in'].nil?
|
180
|
-
query_params[:'
|
181
|
-
query_params[:'
|
168
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
169
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
182
170
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
183
171
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
184
172
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
185
173
|
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
186
|
-
query_params[:'
|
187
|
-
query_params[:'
|
174
|
+
query_params[:'stream'] = opts[:'stream'] if !opts[:'stream'].nil?
|
175
|
+
query_params[:'stream__in'] = opts[:'stream__in'] if !opts[:'stream__in'].nil?
|
188
176
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
189
177
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
190
178
|
|
@@ -203,7 +191,7 @@ module PulpRpmClient
|
|
203
191
|
return_type = opts[:return_type] || 'InlineResponse2002'
|
204
192
|
|
205
193
|
# auth_names
|
206
|
-
auth_names = opts[:auth_names] || ['
|
194
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
207
195
|
|
208
196
|
new_options = opts.merge(
|
209
197
|
:header_params => header_params,
|
@@ -223,33 +211,33 @@ module PulpRpmClient
|
|
223
211
|
|
224
212
|
# Inspect a modulemd defaults
|
225
213
|
# ViewSet for Modulemd.
|
226
|
-
# @param
|
214
|
+
# @param rpm_modulemd_defaults_href [String]
|
227
215
|
# @param [Hash] opts the optional parameters
|
228
216
|
# @option opts [String] :fields A list of fields to include in the response.
|
229
217
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
230
|
-
# @return [
|
231
|
-
def read(
|
232
|
-
data, _status_code, _headers = read_with_http_info(
|
218
|
+
# @return [RpmModulemdDefaultsResponse]
|
219
|
+
def read(rpm_modulemd_defaults_href, opts = {})
|
220
|
+
data, _status_code, _headers = read_with_http_info(rpm_modulemd_defaults_href, opts)
|
233
221
|
data
|
234
222
|
end
|
235
223
|
|
236
224
|
# Inspect a modulemd defaults
|
237
225
|
# ViewSet for Modulemd.
|
238
|
-
# @param
|
226
|
+
# @param rpm_modulemd_defaults_href [String]
|
239
227
|
# @param [Hash] opts the optional parameters
|
240
228
|
# @option opts [String] :fields A list of fields to include in the response.
|
241
229
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
242
|
-
# @return [Array<(
|
243
|
-
def read_with_http_info(
|
230
|
+
# @return [Array<(RpmModulemdDefaultsResponse, Integer, Hash)>] RpmModulemdDefaultsResponse data, response status code and response headers
|
231
|
+
def read_with_http_info(rpm_modulemd_defaults_href, opts = {})
|
244
232
|
if @api_client.config.debugging
|
245
233
|
@api_client.config.logger.debug 'Calling API: ContentModulemdDefaultsApi.read ...'
|
246
234
|
end
|
247
|
-
# verify the required parameter '
|
248
|
-
if @api_client.config.client_side_validation &&
|
249
|
-
fail ArgumentError, "Missing the required parameter '
|
235
|
+
# verify the required parameter 'rpm_modulemd_defaults_href' is set
|
236
|
+
if @api_client.config.client_side_validation && rpm_modulemd_defaults_href.nil?
|
237
|
+
fail ArgumentError, "Missing the required parameter 'rpm_modulemd_defaults_href' when calling ContentModulemdDefaultsApi.read"
|
250
238
|
end
|
251
239
|
# resource path
|
252
|
-
local_var_path = '{
|
240
|
+
local_var_path = '{rpm_modulemd_defaults_href}'.sub('{' + 'rpm_modulemd_defaults_href' + '}', CGI.escape(rpm_modulemd_defaults_href.to_s).gsub('%2F', '/'))
|
253
241
|
|
254
242
|
# query parameters
|
255
243
|
query_params = opts[:query_params] || {}
|
@@ -268,10 +256,10 @@ module PulpRpmClient
|
|
268
256
|
post_body = opts[:body]
|
269
257
|
|
270
258
|
# return_type
|
271
|
-
return_type = opts[:return_type] || '
|
259
|
+
return_type = opts[:return_type] || 'RpmModulemdDefaultsResponse'
|
272
260
|
|
273
261
|
# auth_names
|
274
|
-
auth_names = opts[:auth_names] || ['
|
262
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
275
263
|
|
276
264
|
new_options = opts.merge(
|
277
265
|
: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
|
|
@@ -27,8 +27,8 @@ module PulpRpmClient
|
|
27
27
|
# @param version [String] Modulemd version.
|
28
28
|
# @param context [String] Modulemd context.
|
29
29
|
# @param arch [String] Modulemd architecture.
|
30
|
-
# @param artifacts [
|
31
|
-
# @param dependencies [
|
30
|
+
# @param artifacts [Object] Modulemd artifacts.
|
31
|
+
# @param dependencies [Object] Modulemd dependencies.
|
32
32
|
# @param [Hash] opts the optional parameters
|
33
33
|
# @option opts [String] :artifact Artifact file representing the physical content
|
34
34
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
@@ -48,8 +48,8 @@ module PulpRpmClient
|
|
48
48
|
# @param version [String] Modulemd version.
|
49
49
|
# @param context [String] Modulemd context.
|
50
50
|
# @param arch [String] Modulemd architecture.
|
51
|
-
# @param artifacts [
|
52
|
-
# @param dependencies [
|
51
|
+
# @param artifacts [Object] Modulemd artifacts.
|
52
|
+
# @param dependencies [Object] Modulemd dependencies.
|
53
53
|
# @param [Hash] opts the optional parameters
|
54
54
|
# @option opts [String] :artifact Artifact file representing the physical content
|
55
55
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
@@ -64,58 +64,26 @@ module PulpRpmClient
|
|
64
64
|
if @api_client.config.client_side_validation && relative_path.nil?
|
65
65
|
fail ArgumentError, "Missing the required parameter 'relative_path' when calling ContentModulemdsApi.create"
|
66
66
|
end
|
67
|
-
if @api_client.config.client_side_validation && relative_path.to_s.length < 1
|
68
|
-
fail ArgumentError, 'invalid value for "relative_path" when calling ContentModulemdsApi.create, the character length must be great than or equal to 1.'
|
69
|
-
end
|
70
|
-
|
71
67
|
# verify the required parameter 'name' is set
|
72
68
|
if @api_client.config.client_side_validation && name.nil?
|
73
69
|
fail ArgumentError, "Missing the required parameter 'name' when calling ContentModulemdsApi.create"
|
74
70
|
end
|
75
|
-
if @api_client.config.client_side_validation && name.to_s.length < 1
|
76
|
-
fail ArgumentError, 'invalid value for "name" when calling ContentModulemdsApi.create, the character length must be great than or equal to 1.'
|
77
|
-
end
|
78
|
-
|
79
71
|
# verify the required parameter 'stream' is set
|
80
72
|
if @api_client.config.client_side_validation && stream.nil?
|
81
73
|
fail ArgumentError, "Missing the required parameter 'stream' when calling ContentModulemdsApi.create"
|
82
74
|
end
|
83
|
-
if @api_client.config.client_side_validation && stream.to_s.length < 1
|
84
|
-
fail ArgumentError, 'invalid value for "stream" when calling ContentModulemdsApi.create, the character length must be great than or equal to 1.'
|
85
|
-
end
|
86
|
-
|
87
75
|
# verify the required parameter 'version' is set
|
88
76
|
if @api_client.config.client_side_validation && version.nil?
|
89
77
|
fail ArgumentError, "Missing the required parameter 'version' when calling ContentModulemdsApi.create"
|
90
78
|
end
|
91
|
-
if @api_client.config.client_side_validation && version.to_s.length < 1
|
92
|
-
fail ArgumentError, 'invalid value for "version" when calling ContentModulemdsApi.create, the character length must be great than or equal to 1.'
|
93
|
-
end
|
94
|
-
|
95
79
|
# verify the required parameter 'context' is set
|
96
80
|
if @api_client.config.client_side_validation && context.nil?
|
97
81
|
fail ArgumentError, "Missing the required parameter 'context' when calling ContentModulemdsApi.create"
|
98
82
|
end
|
99
|
-
if @api_client.config.client_side_validation && context.to_s.length < 1
|
100
|
-
fail ArgumentError, 'invalid value for "context" when calling ContentModulemdsApi.create, the character length must be great than or equal to 1.'
|
101
|
-
end
|
102
|
-
|
103
83
|
# verify the required parameter 'arch' is set
|
104
84
|
if @api_client.config.client_side_validation && arch.nil?
|
105
85
|
fail ArgumentError, "Missing the required parameter 'arch' when calling ContentModulemdsApi.create"
|
106
86
|
end
|
107
|
-
if @api_client.config.client_side_validation && arch.to_s.length < 1
|
108
|
-
fail ArgumentError, 'invalid value for "arch" when calling ContentModulemdsApi.create, the character length must be great than or equal to 1.'
|
109
|
-
end
|
110
|
-
|
111
|
-
# verify the required parameter 'artifacts' is set
|
112
|
-
if @api_client.config.client_side_validation && artifacts.nil?
|
113
|
-
fail ArgumentError, "Missing the required parameter 'artifacts' when calling ContentModulemdsApi.create"
|
114
|
-
end
|
115
|
-
# verify the required parameter 'dependencies' is set
|
116
|
-
if @api_client.config.client_side_validation && dependencies.nil?
|
117
|
-
fail ArgumentError, "Missing the required parameter 'dependencies' when calling ContentModulemdsApi.create"
|
118
|
-
end
|
119
87
|
# resource path
|
120
88
|
local_var_path = '/pulp/api/v3/content/rpm/modulemds/'
|
121
89
|
|
@@ -151,7 +119,7 @@ module PulpRpmClient
|
|
151
119
|
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
152
120
|
|
153
121
|
# auth_names
|
154
|
-
auth_names = opts[:auth_names] || ['
|
122
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
155
123
|
|
156
124
|
new_options = opts.merge(
|
157
125
|
:header_params => header_params,
|
@@ -172,17 +140,17 @@ module PulpRpmClient
|
|
172
140
|
# List modulemds
|
173
141
|
# ViewSet for Modulemd.
|
174
142
|
# @param [Hash] opts the optional parameters
|
175
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
176
|
-
# @option opts [String] :name Filter results where name matches value
|
177
|
-
# @option opts [String] :name__in Filter results where name is in a comma-separated list of values
|
178
|
-
# @option opts [String] :stream Filter results where stream matches value
|
179
|
-
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
180
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
181
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
182
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
183
|
-
# @option opts [String] :sha256
|
184
143
|
# @option opts [Integer] :limit Number of results to return per page.
|
144
|
+
# @option opts [String] :name name
|
145
|
+
# @option opts [String] :name__in name__in
|
185
146
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
147
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
148
|
+
# @option opts [String] :repository_version repository_version
|
149
|
+
# @option opts [String] :repository_version_added repository_version_added
|
150
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
151
|
+
# @option opts [String] :sha256 sha256
|
152
|
+
# @option opts [String] :stream stream
|
153
|
+
# @option opts [String] :stream__in stream__in
|
186
154
|
# @option opts [String] :fields A list of fields to include in the response.
|
187
155
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
188
156
|
# @return [InlineResponse2003]
|
@@ -194,17 +162,17 @@ module PulpRpmClient
|
|
194
162
|
# List modulemds
|
195
163
|
# ViewSet for Modulemd.
|
196
164
|
# @param [Hash] opts the optional parameters
|
197
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
198
|
-
# @option opts [String] :name Filter results where name matches value
|
199
|
-
# @option opts [String] :name__in Filter results where name is in a comma-separated list of values
|
200
|
-
# @option opts [String] :stream Filter results where stream matches value
|
201
|
-
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
202
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
203
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
204
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
205
|
-
# @option opts [String] :sha256
|
206
165
|
# @option opts [Integer] :limit Number of results to return per page.
|
166
|
+
# @option opts [String] :name name
|
167
|
+
# @option opts [String] :name__in name__in
|
207
168
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
169
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
170
|
+
# @option opts [String] :repository_version repository_version
|
171
|
+
# @option opts [String] :repository_version_added repository_version_added
|
172
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
173
|
+
# @option opts [String] :sha256 sha256
|
174
|
+
# @option opts [String] :stream stream
|
175
|
+
# @option opts [String] :stream__in stream__in
|
208
176
|
# @option opts [String] :fields A list of fields to include in the response.
|
209
177
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
210
178
|
# @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
|
@@ -217,17 +185,17 @@ module PulpRpmClient
|
|
217
185
|
|
218
186
|
# query parameters
|
219
187
|
query_params = opts[:query_params] || {}
|
220
|
-
query_params[:'
|
188
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
221
189
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
222
190
|
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
223
|
-
query_params[:'
|
224
|
-
query_params[:'
|
191
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
192
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
225
193
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
226
194
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
227
195
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
228
196
|
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
229
|
-
query_params[:'
|
230
|
-
query_params[:'
|
197
|
+
query_params[:'stream'] = opts[:'stream'] if !opts[:'stream'].nil?
|
198
|
+
query_params[:'stream__in'] = opts[:'stream__in'] if !opts[:'stream__in'].nil?
|
231
199
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
232
200
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
233
201
|
|
@@ -246,7 +214,7 @@ module PulpRpmClient
|
|
246
214
|
return_type = opts[:return_type] || 'InlineResponse2003'
|
247
215
|
|
248
216
|
# auth_names
|
249
|
-
auth_names = opts[:auth_names] || ['
|
217
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
250
218
|
|
251
219
|
new_options = opts.merge(
|
252
220
|
:header_params => header_params,
|
@@ -266,33 +234,33 @@ module PulpRpmClient
|
|
266
234
|
|
267
235
|
# Inspect a modulemd
|
268
236
|
# ViewSet for Modulemd.
|
269
|
-
# @param
|
237
|
+
# @param rpm_modulemd_href [String]
|
270
238
|
# @param [Hash] opts the optional parameters
|
271
239
|
# @option opts [String] :fields A list of fields to include in the response.
|
272
240
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
273
|
-
# @return [
|
274
|
-
def read(
|
275
|
-
data, _status_code, _headers = read_with_http_info(
|
241
|
+
# @return [RpmModulemdResponse]
|
242
|
+
def read(rpm_modulemd_href, opts = {})
|
243
|
+
data, _status_code, _headers = read_with_http_info(rpm_modulemd_href, opts)
|
276
244
|
data
|
277
245
|
end
|
278
246
|
|
279
247
|
# Inspect a modulemd
|
280
248
|
# ViewSet for Modulemd.
|
281
|
-
# @param
|
249
|
+
# @param rpm_modulemd_href [String]
|
282
250
|
# @param [Hash] opts the optional parameters
|
283
251
|
# @option opts [String] :fields A list of fields to include in the response.
|
284
252
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
285
|
-
# @return [Array<(
|
286
|
-
def read_with_http_info(
|
253
|
+
# @return [Array<(RpmModulemdResponse, Integer, Hash)>] RpmModulemdResponse data, response status code and response headers
|
254
|
+
def read_with_http_info(rpm_modulemd_href, opts = {})
|
287
255
|
if @api_client.config.debugging
|
288
256
|
@api_client.config.logger.debug 'Calling API: ContentModulemdsApi.read ...'
|
289
257
|
end
|
290
|
-
# verify the required parameter '
|
291
|
-
if @api_client.config.client_side_validation &&
|
292
|
-
fail ArgumentError, "Missing the required parameter '
|
258
|
+
# verify the required parameter 'rpm_modulemd_href' is set
|
259
|
+
if @api_client.config.client_side_validation && rpm_modulemd_href.nil?
|
260
|
+
fail ArgumentError, "Missing the required parameter 'rpm_modulemd_href' when calling ContentModulemdsApi.read"
|
293
261
|
end
|
294
262
|
# resource path
|
295
|
-
local_var_path = '{
|
263
|
+
local_var_path = '{rpm_modulemd_href}'.sub('{' + 'rpm_modulemd_href' + '}', CGI.escape(rpm_modulemd_href.to_s).gsub('%2F', '/'))
|
296
264
|
|
297
265
|
# query parameters
|
298
266
|
query_params = opts[:query_params] || {}
|
@@ -311,10 +279,10 @@ module PulpRpmClient
|
|
311
279
|
post_body = opts[:body]
|
312
280
|
|
313
281
|
# return_type
|
314
|
-
return_type = opts[:return_type] || '
|
282
|
+
return_type = opts[:return_type] || 'RpmModulemdResponse'
|
315
283
|
|
316
284
|
# auth_names
|
317
|
-
auth_names = opts[:auth_names] || ['
|
285
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
318
286
|
|
319
287
|
new_options = opts.merge(
|
320
288
|
: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
|
|
@@ -21,29 +21,29 @@ module PulpRpmClient
|
|
21
21
|
end
|
22
22
|
# Delete a package category
|
23
23
|
# PackageCategory ViewSet.
|
24
|
-
# @param
|
24
|
+
# @param rpm_package_category_href [String]
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @return [nil]
|
27
|
-
def delete(
|
28
|
-
delete_with_http_info(
|
27
|
+
def delete(rpm_package_category_href, opts = {})
|
28
|
+
delete_with_http_info(rpm_package_category_href, opts)
|
29
29
|
nil
|
30
30
|
end
|
31
31
|
|
32
32
|
# Delete a package category
|
33
33
|
# PackageCategory ViewSet.
|
34
|
-
# @param
|
34
|
+
# @param rpm_package_category_href [String]
|
35
35
|
# @param [Hash] opts the optional parameters
|
36
36
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
37
|
-
def delete_with_http_info(
|
37
|
+
def delete_with_http_info(rpm_package_category_href, opts = {})
|
38
38
|
if @api_client.config.debugging
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentPackagecategoriesApi.delete ...'
|
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 'rpm_package_category_href' is set
|
42
|
+
if @api_client.config.client_side_validation && rpm_package_category_href.nil?
|
43
|
+
fail ArgumentError, "Missing the required parameter 'rpm_package_category_href' when calling ContentPackagecategoriesApi.delete"
|
44
44
|
end
|
45
45
|
# resource path
|
46
|
-
local_var_path = '{
|
46
|
+
local_var_path = '{rpm_package_category_href}'.sub('{' + 'rpm_package_category_href' + '}', CGI.escape(rpm_package_category_href.to_s).gsub('%2F', '/'))
|
47
47
|
|
48
48
|
# query parameters
|
49
49
|
query_params = opts[:query_params] || {}
|
@@ -61,7 +61,7 @@ module PulpRpmClient
|
|
61
61
|
return_type = opts[:return_type]
|
62
62
|
|
63
63
|
# auth_names
|
64
|
-
auth_names = opts[:auth_names] || ['
|
64
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
65
65
|
|
66
66
|
new_options = opts.merge(
|
67
67
|
:header_params => header_params,
|
@@ -82,12 +82,12 @@ module PulpRpmClient
|
|
82
82
|
# List package categorys
|
83
83
|
# PackageCategory ViewSet.
|
84
84
|
# @param [Hash] opts the optional parameters
|
85
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
86
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
87
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
88
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
89
85
|
# @option opts [Integer] :limit Number of results to return per page.
|
90
86
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
87
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
88
|
+
# @option opts [String] :repository_version repository_version
|
89
|
+
# @option opts [String] :repository_version_added repository_version_added
|
90
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
91
91
|
# @option opts [String] :fields A list of fields to include in the response.
|
92
92
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
93
93
|
# @return [InlineResponse2004]
|
@@ -99,12 +99,12 @@ module PulpRpmClient
|
|
99
99
|
# List package categorys
|
100
100
|
# PackageCategory ViewSet.
|
101
101
|
# @param [Hash] opts the optional parameters
|
102
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
103
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
104
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
105
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
106
102
|
# @option opts [Integer] :limit Number of results to return per page.
|
107
103
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
104
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
105
|
+
# @option opts [String] :repository_version repository_version
|
106
|
+
# @option opts [String] :repository_version_added repository_version_added
|
107
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
108
108
|
# @option opts [String] :fields A list of fields to include in the response.
|
109
109
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
110
110
|
# @return [Array<(InlineResponse2004, Integer, Hash)>] InlineResponse2004 data, response status code and response headers
|
@@ -117,12 +117,12 @@ module PulpRpmClient
|
|
117
117
|
|
118
118
|
# query parameters
|
119
119
|
query_params = opts[:query_params] || {}
|
120
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
121
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
120
122
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
121
123
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
122
124
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
123
125
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
124
|
-
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
125
|
-
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
126
126
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
127
127
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
128
128
|
|
@@ -141,7 +141,7 @@ module PulpRpmClient
|
|
141
141
|
return_type = opts[:return_type] || 'InlineResponse2004'
|
142
142
|
|
143
143
|
# auth_names
|
144
|
-
auth_names = opts[:auth_names] || ['
|
144
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
145
145
|
|
146
146
|
new_options = opts.merge(
|
147
147
|
:header_params => header_params,
|
@@ -161,33 +161,33 @@ module PulpRpmClient
|
|
161
161
|
|
162
162
|
# Inspect a package category
|
163
163
|
# PackageCategory ViewSet.
|
164
|
-
# @param
|
164
|
+
# @param rpm_package_category_href [String]
|
165
165
|
# @param [Hash] opts the optional parameters
|
166
166
|
# @option opts [String] :fields A list of fields to include in the response.
|
167
167
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
168
|
-
# @return [
|
169
|
-
def read(
|
170
|
-
data, _status_code, _headers = read_with_http_info(
|
168
|
+
# @return [RpmPackageCategoryResponse]
|
169
|
+
def read(rpm_package_category_href, opts = {})
|
170
|
+
data, _status_code, _headers = read_with_http_info(rpm_package_category_href, opts)
|
171
171
|
data
|
172
172
|
end
|
173
173
|
|
174
174
|
# Inspect a package category
|
175
175
|
# PackageCategory ViewSet.
|
176
|
-
# @param
|
176
|
+
# @param rpm_package_category_href [String]
|
177
177
|
# @param [Hash] opts the optional parameters
|
178
178
|
# @option opts [String] :fields A list of fields to include in the response.
|
179
179
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
180
|
-
# @return [Array<(
|
181
|
-
def read_with_http_info(
|
180
|
+
# @return [Array<(RpmPackageCategoryResponse, Integer, Hash)>] RpmPackageCategoryResponse data, response status code and response headers
|
181
|
+
def read_with_http_info(rpm_package_category_href, opts = {})
|
182
182
|
if @api_client.config.debugging
|
183
183
|
@api_client.config.logger.debug 'Calling API: ContentPackagecategoriesApi.read ...'
|
184
184
|
end
|
185
|
-
# verify the required parameter '
|
186
|
-
if @api_client.config.client_side_validation &&
|
187
|
-
fail ArgumentError, "Missing the required parameter '
|
185
|
+
# verify the required parameter 'rpm_package_category_href' is set
|
186
|
+
if @api_client.config.client_side_validation && rpm_package_category_href.nil?
|
187
|
+
fail ArgumentError, "Missing the required parameter 'rpm_package_category_href' when calling ContentPackagecategoriesApi.read"
|
188
188
|
end
|
189
189
|
# resource path
|
190
|
-
local_var_path = '{
|
190
|
+
local_var_path = '{rpm_package_category_href}'.sub('{' + 'rpm_package_category_href' + '}', CGI.escape(rpm_package_category_href.to_s).gsub('%2F', '/'))
|
191
191
|
|
192
192
|
# query parameters
|
193
193
|
query_params = opts[:query_params] || {}
|
@@ -206,10 +206,10 @@ module PulpRpmClient
|
|
206
206
|
post_body = opts[:body]
|
207
207
|
|
208
208
|
# return_type
|
209
|
-
return_type = opts[:return_type] || '
|
209
|
+
return_type = opts[:return_type] || 'RpmPackageCategoryResponse'
|
210
210
|
|
211
211
|
# auth_names
|
212
|
-
auth_names = opts[:auth_names] || ['
|
212
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
213
213
|
|
214
214
|
new_options = opts.merge(
|
215
215
|
:header_params => header_params,
|