pulp_rpm_client 3.7.0 → 3.8.0
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 +19 -25
- data/docs/ContentAdvisoriesApi.md +2 -2
- data/docs/ContentDistributionTreesApi.md +2 -55
- data/docs/ContentModulemdDefaultsApi.md +2 -2
- data/docs/ContentModulemdsApi.md +2 -2
- data/docs/ContentPackagecategoriesApi.md +2 -55
- data/docs/ContentPackageenvironmentsApi.md +2 -55
- data/docs/ContentPackagegroupsApi.md +2 -55
- data/docs/ContentPackagelangpacksApi.md +2 -55
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentRepoMetadataFilesApi.md +2 -55
- data/docs/DistributionsRpmApi.md +2 -2
- data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginatedrpmDistributionTreeResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginatedrpmModulemdDefaultsResponseList.md} +4 -4
- data/docs/{InlineResponse2003.md → PaginatedrpmModulemdResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginatedrpmPackageCategoryResponseList.md} +4 -4
- data/docs/{InlineResponse2005.md → PaginatedrpmPackageEnvironmentResponseList.md} +4 -4
- data/docs/{InlineResponse2006.md → PaginatedrpmPackageGroupResponseList.md} +4 -4
- data/docs/{InlineResponse2007.md → PaginatedrpmPackageLangpacksResponseList.md} +4 -4
- data/docs/{InlineResponse2008.md → PaginatedrpmPackageResponseList.md} +4 -4
- data/docs/{InlineResponse2009.md → PaginatedrpmRepoMetadataFileResponseList.md} +4 -4
- data/docs/{InlineResponse20010.md → PaginatedrpmRpmDistributionResponseList.md} +4 -4
- data/docs/{InlineResponse20011.md → PaginatedrpmRpmPublicationResponseList.md} +4 -4
- data/docs/{InlineResponse20012.md → PaginatedrpmRpmRemoteResponseList.md} +4 -4
- data/docs/{InlineResponse20013.md → PaginatedrpmRpmRepositoryResponseList.md} +4 -4
- data/docs/{InlineResponse200.md → PaginatedrpmUpdateRecordResponseList.md} +4 -4
- data/docs/PublicationsRpmApi.md +2 -2
- data/docs/RemotesRpmApi.md +2 -2
- data/docs/RepositoriesRpmApi.md +2 -2
- data/docs/RepositoriesRpmVersionsApi.md +2 -2
- data/docs/RpmRpmPublication.md +5 -1
- data/docs/RpmRpmPublicationResponse.md +5 -1
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +3 -63
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +3 -63
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +3 -63
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +3 -63
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +3 -63
- data/lib/pulp_rpm_client/api/content_packages_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +3 -63
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +3 -3
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +3 -3
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +3 -3
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +3 -3
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -3
- data/lib/pulp_rpm_client/models/{inline_response20014.rb → paginated_repository_version_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response2001.rb → paginatedrpm_distribution_tree_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response2002.rb → paginatedrpm_modulemd_defaults_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response2003.rb → paginatedrpm_modulemd_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response2004.rb → paginatedrpm_package_category_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response2005.rb → paginatedrpm_package_environment_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response2006.rb → paginatedrpm_package_group_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response2007.rb → paginatedrpm_package_langpacks_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response2008.rb → paginatedrpm_package_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response2009.rb → paginatedrpm_repo_metadata_file_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response20010.rb → paginatedrpm_rpm_distribution_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response20011.rb → paginatedrpm_rpm_publication_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response20012.rb → paginatedrpm_rpm_remote_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response20013.rb → paginatedrpm_rpm_repository_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/{inline_response200.rb → paginatedrpm_update_record_response_list.rb} +3 -3
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +22 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +76 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +76 -4
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +15 -15
- data/spec/api/content_advisories_api_spec.rb +1 -1
- data/spec/api/content_distribution_trees_api_spec.rb +1 -13
- data/spec/api/content_modulemd_defaults_api_spec.rb +1 -1
- data/spec/api/content_modulemds_api_spec.rb +1 -1
- data/spec/api/content_packagecategories_api_spec.rb +1 -13
- data/spec/api/content_packageenvironments_api_spec.rb +1 -13
- data/spec/api/content_packagegroups_api_spec.rb +1 -13
- data/spec/api/content_packagelangpacks_api_spec.rb +1 -13
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_repo_metadata_files_api_spec.rb +1 -13
- data/spec/api/distributions_rpm_api_spec.rb +1 -1
- data/spec/api/publications_rpm_api_spec.rb +1 -1
- data/spec/api/remotes_rpm_api_spec.rb +1 -1
- data/spec/api/repositories_rpm_api_spec.rb +1 -1
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -1
- data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_distribution_tree_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20011_spec.rb → paginatedrpm_modulemd_response_list_spec.rb} +6 -6
- data/spec/models/paginatedrpm_package_category_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_package_environment_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20013_spec.rb → paginatedrpm_package_group_response_list_spec.rb} +6 -6
- data/spec/models/paginatedrpm_package_langpacks_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20010_spec.rb → paginatedrpm_package_response_list_spec.rb} +6 -6
- data/spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_rpm_publication_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20012_spec.rb → paginatedrpm_rpm_remote_response_list_spec.rb} +6 -6
- data/spec/models/paginatedrpm_rpm_repository_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_update_record_response_list_spec.rb +59 -0
- data/spec/models/rpm_repository_sync_url_spec.rb +4 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_publication_spec.rb +12 -0
- metadata +62 -62
- data/spec/models/inline_response20014_spec.rb +0 -59
- data/spec/models/inline_response2001_spec.rb +0 -59
- data/spec/models/inline_response2002_spec.rb +0 -59
- data/spec/models/inline_response2003_spec.rb +0 -59
- data/spec/models/inline_response2004_spec.rb +0 -59
- data/spec/models/inline_response2005_spec.rb +0 -59
- data/spec/models/inline_response2006_spec.rb +0 -59
- data/spec/models/inline_response2007_spec.rb +0 -59
- data/spec/models/inline_response2008_spec.rb +0 -59
- data/spec/models/inline_response2009_spec.rb +0 -59
- data/spec/models/inline_response200_spec.rb +0 -59
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0879291d428fcebdcca5da1dd83e7b40c0a2ec0154b24203b256f3e7df5998b9'
|
|
4
|
+
data.tar.gz: f5c718b7cb5311be612592894068d894313f6d6cfb533b8898bf3ef7632d2165
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ceb1682999a007743534d628bf1ba0101b65e242d3036355692d041f047f59c0e725bf32750222df3ce9f258addd1c27fb75b253b857f38623698b275f7fd9dd
|
|
7
|
+
data.tar.gz: 124050d3779529c638f9ca337a519c2ab2aeeb4504a4e5a2bac53b98c7ac6c37ef7e2c440a9de0ced54184a380206300860f7359e85e7fa55d2831077e75b8c0
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.8.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_rpm_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_rpm_client-3.
|
|
27
|
+
gem install ./pulp_rpm_client-3.8.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.8.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_rpm_client', '~> 3.
|
|
36
|
+
gem 'pulp_rpm_client', '~> 3.8.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -89,7 +89,6 @@ Class | Method | HTTP request | Description
|
|
|
89
89
|
*PulpRpmClient::ContentAdvisoriesApi* | [**create**](docs/ContentAdvisoriesApi.md#create) | **POST** /pulp/api/v3/content/rpm/advisories/ | Create an update record
|
|
90
90
|
*PulpRpmClient::ContentAdvisoriesApi* | [**list**](docs/ContentAdvisoriesApi.md#list) | **GET** /pulp/api/v3/content/rpm/advisories/ | List update records
|
|
91
91
|
*PulpRpmClient::ContentAdvisoriesApi* | [**read**](docs/ContentAdvisoriesApi.md#read) | **GET** {rpm_update_record_href} | Inspect an update record
|
|
92
|
-
*PulpRpmClient::ContentDistributionTreesApi* | [**delete**](docs/ContentDistributionTreesApi.md#delete) | **DELETE** {rpm_distribution_tree_href} | Delete a distribution tree
|
|
93
92
|
*PulpRpmClient::ContentDistributionTreesApi* | [**list**](docs/ContentDistributionTreesApi.md#list) | **GET** /pulp/api/v3/content/rpm/distribution_trees/ | List distribution trees
|
|
94
93
|
*PulpRpmClient::ContentDistributionTreesApi* | [**read**](docs/ContentDistributionTreesApi.md#read) | **GET** {rpm_distribution_tree_href} | Inspect a distribution tree
|
|
95
94
|
*PulpRpmClient::ContentModulemdDefaultsApi* | [**create**](docs/ContentModulemdDefaultsApi.md#create) | **POST** /pulp/api/v3/content/rpm/modulemd_defaults/ | Create a modulemd defaults
|
|
@@ -98,22 +97,17 @@ Class | Method | HTTP request | Description
|
|
|
98
97
|
*PulpRpmClient::ContentModulemdsApi* | [**create**](docs/ContentModulemdsApi.md#create) | **POST** /pulp/api/v3/content/rpm/modulemds/ | Create a modulemd
|
|
99
98
|
*PulpRpmClient::ContentModulemdsApi* | [**list**](docs/ContentModulemdsApi.md#list) | **GET** /pulp/api/v3/content/rpm/modulemds/ | List modulemds
|
|
100
99
|
*PulpRpmClient::ContentModulemdsApi* | [**read**](docs/ContentModulemdsApi.md#read) | **GET** {rpm_modulemd_href} | Inspect a modulemd
|
|
101
|
-
*PulpRpmClient::ContentPackagecategoriesApi* | [**delete**](docs/ContentPackagecategoriesApi.md#delete) | **DELETE** {rpm_package_category_href} | Delete a package category
|
|
102
100
|
*PulpRpmClient::ContentPackagecategoriesApi* | [**list**](docs/ContentPackagecategoriesApi.md#list) | **GET** /pulp/api/v3/content/rpm/packagecategories/ | List package categorys
|
|
103
101
|
*PulpRpmClient::ContentPackagecategoriesApi* | [**read**](docs/ContentPackagecategoriesApi.md#read) | **GET** {rpm_package_category_href} | Inspect a package category
|
|
104
|
-
*PulpRpmClient::ContentPackageenvironmentsApi* | [**delete**](docs/ContentPackageenvironmentsApi.md#delete) | **DELETE** {rpm_package_environment_href} | Delete a package environment
|
|
105
102
|
*PulpRpmClient::ContentPackageenvironmentsApi* | [**list**](docs/ContentPackageenvironmentsApi.md#list) | **GET** /pulp/api/v3/content/rpm/packageenvironments/ | List package environments
|
|
106
103
|
*PulpRpmClient::ContentPackageenvironmentsApi* | [**read**](docs/ContentPackageenvironmentsApi.md#read) | **GET** {rpm_package_environment_href} | Inspect a package environment
|
|
107
|
-
*PulpRpmClient::ContentPackagegroupsApi* | [**delete**](docs/ContentPackagegroupsApi.md#delete) | **DELETE** {rpm_package_group_href} | Delete a package group
|
|
108
104
|
*PulpRpmClient::ContentPackagegroupsApi* | [**list**](docs/ContentPackagegroupsApi.md#list) | **GET** /pulp/api/v3/content/rpm/packagegroups/ | List package groups
|
|
109
105
|
*PulpRpmClient::ContentPackagegroupsApi* | [**read**](docs/ContentPackagegroupsApi.md#read) | **GET** {rpm_package_group_href} | Inspect a package group
|
|
110
|
-
*PulpRpmClient::ContentPackagelangpacksApi* | [**delete**](docs/ContentPackagelangpacksApi.md#delete) | **DELETE** {rpm_package_langpacks_href} | Delete a package langpacks
|
|
111
106
|
*PulpRpmClient::ContentPackagelangpacksApi* | [**list**](docs/ContentPackagelangpacksApi.md#list) | **GET** /pulp/api/v3/content/rpm/packagelangpacks/ | List package langpackss
|
|
112
107
|
*PulpRpmClient::ContentPackagelangpacksApi* | [**read**](docs/ContentPackagelangpacksApi.md#read) | **GET** {rpm_package_langpacks_href} | Inspect a package langpacks
|
|
113
108
|
*PulpRpmClient::ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/rpm/packages/ | Create a package
|
|
114
109
|
*PulpRpmClient::ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/rpm/packages/ | List packages
|
|
115
110
|
*PulpRpmClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {rpm_package_href} | Inspect a package
|
|
116
|
-
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**delete**](docs/ContentRepoMetadataFilesApi.md#delete) | **DELETE** {rpm_repo_metadata_file_href} | Delete a repo metadata file
|
|
117
111
|
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**list**](docs/ContentRepoMetadataFilesApi.md#list) | **GET** /pulp/api/v3/content/rpm/repo_metadata_files/ | List repo metadata files
|
|
118
112
|
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**read**](docs/ContentRepoMetadataFilesApi.md#read) | **GET** {rpm_repo_metadata_file_href} | Inspect a repo metadata file
|
|
119
113
|
*PulpRpmClient::DistributionsRpmApi* | [**create**](docs/DistributionsRpmApi.md#create) | **POST** /pulp/api/v3/distributions/rpm/rpm/ | Create a rpm distribution
|
|
@@ -157,23 +151,23 @@ Class | Method | HTTP request | Description
|
|
|
157
151
|
- [PulpRpmClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
|
158
152
|
- [PulpRpmClient::Copy](docs/Copy.md)
|
|
159
153
|
- [PulpRpmClient::ImageResponse](docs/ImageResponse.md)
|
|
160
|
-
- [PulpRpmClient::InlineResponse200](docs/InlineResponse200.md)
|
|
161
|
-
- [PulpRpmClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
162
|
-
- [PulpRpmClient::InlineResponse20010](docs/InlineResponse20010.md)
|
|
163
|
-
- [PulpRpmClient::InlineResponse20011](docs/InlineResponse20011.md)
|
|
164
|
-
- [PulpRpmClient::InlineResponse20012](docs/InlineResponse20012.md)
|
|
165
|
-
- [PulpRpmClient::InlineResponse20013](docs/InlineResponse20013.md)
|
|
166
|
-
- [PulpRpmClient::InlineResponse20014](docs/InlineResponse20014.md)
|
|
167
|
-
- [PulpRpmClient::InlineResponse2002](docs/InlineResponse2002.md)
|
|
168
|
-
- [PulpRpmClient::InlineResponse2003](docs/InlineResponse2003.md)
|
|
169
|
-
- [PulpRpmClient::InlineResponse2004](docs/InlineResponse2004.md)
|
|
170
|
-
- [PulpRpmClient::InlineResponse2005](docs/InlineResponse2005.md)
|
|
171
|
-
- [PulpRpmClient::InlineResponse2006](docs/InlineResponse2006.md)
|
|
172
|
-
- [PulpRpmClient::InlineResponse2007](docs/InlineResponse2007.md)
|
|
173
|
-
- [PulpRpmClient::InlineResponse2008](docs/InlineResponse2008.md)
|
|
174
|
-
- [PulpRpmClient::InlineResponse2009](docs/InlineResponse2009.md)
|
|
175
154
|
- [PulpRpmClient::MetadataChecksumTypeEnum](docs/MetadataChecksumTypeEnum.md)
|
|
176
155
|
- [PulpRpmClient::PackageChecksumTypeEnum](docs/PackageChecksumTypeEnum.md)
|
|
156
|
+
- [PulpRpmClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
|
157
|
+
- [PulpRpmClient::PaginatedrpmDistributionTreeResponseList](docs/PaginatedrpmDistributionTreeResponseList.md)
|
|
158
|
+
- [PulpRpmClient::PaginatedrpmModulemdDefaultsResponseList](docs/PaginatedrpmModulemdDefaultsResponseList.md)
|
|
159
|
+
- [PulpRpmClient::PaginatedrpmModulemdResponseList](docs/PaginatedrpmModulemdResponseList.md)
|
|
160
|
+
- [PulpRpmClient::PaginatedrpmPackageCategoryResponseList](docs/PaginatedrpmPackageCategoryResponseList.md)
|
|
161
|
+
- [PulpRpmClient::PaginatedrpmPackageEnvironmentResponseList](docs/PaginatedrpmPackageEnvironmentResponseList.md)
|
|
162
|
+
- [PulpRpmClient::PaginatedrpmPackageGroupResponseList](docs/PaginatedrpmPackageGroupResponseList.md)
|
|
163
|
+
- [PulpRpmClient::PaginatedrpmPackageLangpacksResponseList](docs/PaginatedrpmPackageLangpacksResponseList.md)
|
|
164
|
+
- [PulpRpmClient::PaginatedrpmPackageResponseList](docs/PaginatedrpmPackageResponseList.md)
|
|
165
|
+
- [PulpRpmClient::PaginatedrpmRepoMetadataFileResponseList](docs/PaginatedrpmRepoMetadataFileResponseList.md)
|
|
166
|
+
- [PulpRpmClient::PaginatedrpmRpmDistributionResponseList](docs/PaginatedrpmRpmDistributionResponseList.md)
|
|
167
|
+
- [PulpRpmClient::PaginatedrpmRpmPublicationResponseList](docs/PaginatedrpmRpmPublicationResponseList.md)
|
|
168
|
+
- [PulpRpmClient::PaginatedrpmRpmRemoteResponseList](docs/PaginatedrpmRpmRemoteResponseList.md)
|
|
169
|
+
- [PulpRpmClient::PaginatedrpmRpmRepositoryResponseList](docs/PaginatedrpmRpmRepositoryResponseList.md)
|
|
170
|
+
- [PulpRpmClient::PaginatedrpmUpdateRecordResponseList](docs/PaginatedrpmUpdateRecordResponseList.md)
|
|
177
171
|
- [PulpRpmClient::PatchedrpmRpmDistribution](docs/PatchedrpmRpmDistribution.md)
|
|
178
172
|
- [PulpRpmClient::PatchedrpmRpmRemote](docs/PatchedrpmRpmRemote.md)
|
|
179
173
|
- [PulpRpmClient::PatchedrpmRpmRepository](docs/PatchedrpmRpmRepository.md)
|
|
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
|
|
|
69
69
|
|
|
70
70
|
## list
|
|
71
71
|
|
|
72
|
-
>
|
|
72
|
+
> PaginatedrpmUpdateRecordResponseList list(opts)
|
|
73
73
|
|
|
74
74
|
List update records
|
|
75
75
|
|
|
@@ -146,7 +146,7 @@ Name | Type | Description | Notes
|
|
|
146
146
|
|
|
147
147
|
### Return type
|
|
148
148
|
|
|
149
|
-
[**
|
|
149
|
+
[**PaginatedrpmUpdateRecordResponseList**](PaginatedrpmUpdateRecordResponseList.md)
|
|
150
150
|
|
|
151
151
|
### Authorization
|
|
152
152
|
|
|
@@ -4,67 +4,14 @@ All URIs are relative to *http://pulp*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**delete**](ContentDistributionTreesApi.md#delete) | **DELETE** {rpm_distribution_tree_href} | Delete a distribution tree
|
|
8
7
|
[**list**](ContentDistributionTreesApi.md#list) | **GET** /pulp/api/v3/content/rpm/distribution_trees/ | List distribution trees
|
|
9
8
|
[**read**](ContentDistributionTreesApi.md#read) | **GET** {rpm_distribution_tree_href} | Inspect a distribution tree
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
|
|
13
|
-
## delete
|
|
14
|
-
|
|
15
|
-
> delete(rpm_distribution_tree_href)
|
|
16
|
-
|
|
17
|
-
Delete a distribution tree
|
|
18
|
-
|
|
19
|
-
Distribution Tree Viewset.
|
|
20
|
-
|
|
21
|
-
### Example
|
|
22
|
-
|
|
23
|
-
```ruby
|
|
24
|
-
# load the gem
|
|
25
|
-
require 'pulp_rpm_client'
|
|
26
|
-
# setup authorization
|
|
27
|
-
PulpRpmClient.configure do |config|
|
|
28
|
-
# Configure HTTP basic authorization: basicAuth
|
|
29
|
-
config.username = 'YOUR USERNAME'
|
|
30
|
-
config.password = 'YOUR PASSWORD'
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
api_instance = PulpRpmClient::ContentDistributionTreesApi.new
|
|
34
|
-
rpm_distribution_tree_href = 'rpm_distribution_tree_href_example' # String |
|
|
35
|
-
|
|
36
|
-
begin
|
|
37
|
-
#Delete a distribution tree
|
|
38
|
-
api_instance.delete(rpm_distribution_tree_href)
|
|
39
|
-
rescue PulpRpmClient::ApiError => e
|
|
40
|
-
puts "Exception when calling ContentDistributionTreesApi->delete: #{e}"
|
|
41
|
-
end
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
### Parameters
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
Name | Type | Description | Notes
|
|
48
|
-
------------- | ------------- | ------------- | -------------
|
|
49
|
-
**rpm_distribution_tree_href** | **String**| |
|
|
50
|
-
|
|
51
|
-
### Return type
|
|
52
|
-
|
|
53
|
-
nil (empty response body)
|
|
54
|
-
|
|
55
|
-
### Authorization
|
|
56
|
-
|
|
57
|
-
[basicAuth](../README.md#basicAuth)
|
|
58
|
-
|
|
59
|
-
### HTTP request headers
|
|
60
|
-
|
|
61
|
-
- **Content-Type**: Not defined
|
|
62
|
-
- **Accept**: Not defined
|
|
63
|
-
|
|
64
|
-
|
|
65
12
|
## list
|
|
66
13
|
|
|
67
|
-
>
|
|
14
|
+
> PaginatedrpmDistributionTreeResponseList list(opts)
|
|
68
15
|
|
|
69
16
|
List distribution trees
|
|
70
17
|
|
|
@@ -119,7 +66,7 @@ Name | Type | Description | Notes
|
|
|
119
66
|
|
|
120
67
|
### Return type
|
|
121
68
|
|
|
122
|
-
[**
|
|
69
|
+
[**PaginatedrpmDistributionTreeResponseList**](PaginatedrpmDistributionTreeResponseList.md)
|
|
123
70
|
|
|
124
71
|
### Authorization
|
|
125
72
|
|
|
@@ -79,7 +79,7 @@ Name | Type | Description | Notes
|
|
|
79
79
|
|
|
80
80
|
## list
|
|
81
81
|
|
|
82
|
-
>
|
|
82
|
+
> PaginatedrpmModulemdDefaultsResponseList list(opts)
|
|
83
83
|
|
|
84
84
|
List modulemd defaultss
|
|
85
85
|
|
|
@@ -144,7 +144,7 @@ Name | Type | Description | Notes
|
|
|
144
144
|
|
|
145
145
|
### Return type
|
|
146
146
|
|
|
147
|
-
[**
|
|
147
|
+
[**PaginatedrpmModulemdDefaultsResponseList**](PaginatedrpmModulemdDefaultsResponseList.md)
|
|
148
148
|
|
|
149
149
|
### Authorization
|
|
150
150
|
|
data/docs/ContentModulemdsApi.md
CHANGED
|
@@ -89,7 +89,7 @@ Name | Type | Description | Notes
|
|
|
89
89
|
|
|
90
90
|
## list
|
|
91
91
|
|
|
92
|
-
>
|
|
92
|
+
> PaginatedrpmModulemdResponseList list(opts)
|
|
93
93
|
|
|
94
94
|
List modulemds
|
|
95
95
|
|
|
@@ -154,7 +154,7 @@ Name | Type | Description | Notes
|
|
|
154
154
|
|
|
155
155
|
### Return type
|
|
156
156
|
|
|
157
|
-
[**
|
|
157
|
+
[**PaginatedrpmModulemdResponseList**](PaginatedrpmModulemdResponseList.md)
|
|
158
158
|
|
|
159
159
|
### Authorization
|
|
160
160
|
|
|
@@ -4,67 +4,14 @@ All URIs are relative to *http://pulp*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**delete**](ContentPackagecategoriesApi.md#delete) | **DELETE** {rpm_package_category_href} | Delete a package category
|
|
8
7
|
[**list**](ContentPackagecategoriesApi.md#list) | **GET** /pulp/api/v3/content/rpm/packagecategories/ | List package categorys
|
|
9
8
|
[**read**](ContentPackagecategoriesApi.md#read) | **GET** {rpm_package_category_href} | Inspect a package category
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
|
|
13
|
-
## delete
|
|
14
|
-
|
|
15
|
-
> delete(rpm_package_category_href)
|
|
16
|
-
|
|
17
|
-
Delete a package category
|
|
18
|
-
|
|
19
|
-
PackageCategory ViewSet.
|
|
20
|
-
|
|
21
|
-
### Example
|
|
22
|
-
|
|
23
|
-
```ruby
|
|
24
|
-
# load the gem
|
|
25
|
-
require 'pulp_rpm_client'
|
|
26
|
-
# setup authorization
|
|
27
|
-
PulpRpmClient.configure do |config|
|
|
28
|
-
# Configure HTTP basic authorization: basicAuth
|
|
29
|
-
config.username = 'YOUR USERNAME'
|
|
30
|
-
config.password = 'YOUR PASSWORD'
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
|
|
34
|
-
rpm_package_category_href = 'rpm_package_category_href_example' # String |
|
|
35
|
-
|
|
36
|
-
begin
|
|
37
|
-
#Delete a package category
|
|
38
|
-
api_instance.delete(rpm_package_category_href)
|
|
39
|
-
rescue PulpRpmClient::ApiError => e
|
|
40
|
-
puts "Exception when calling ContentPackagecategoriesApi->delete: #{e}"
|
|
41
|
-
end
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
### Parameters
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
Name | Type | Description | Notes
|
|
48
|
-
------------- | ------------- | ------------- | -------------
|
|
49
|
-
**rpm_package_category_href** | **String**| |
|
|
50
|
-
|
|
51
|
-
### Return type
|
|
52
|
-
|
|
53
|
-
nil (empty response body)
|
|
54
|
-
|
|
55
|
-
### Authorization
|
|
56
|
-
|
|
57
|
-
[basicAuth](../README.md#basicAuth)
|
|
58
|
-
|
|
59
|
-
### HTTP request headers
|
|
60
|
-
|
|
61
|
-
- **Content-Type**: Not defined
|
|
62
|
-
- **Accept**: Not defined
|
|
63
|
-
|
|
64
|
-
|
|
65
12
|
## list
|
|
66
13
|
|
|
67
|
-
>
|
|
14
|
+
> PaginatedrpmPackageCategoryResponseList list(opts)
|
|
68
15
|
|
|
69
16
|
List package categorys
|
|
70
17
|
|
|
@@ -119,7 +66,7 @@ Name | Type | Description | Notes
|
|
|
119
66
|
|
|
120
67
|
### Return type
|
|
121
68
|
|
|
122
|
-
[**
|
|
69
|
+
[**PaginatedrpmPackageCategoryResponseList**](PaginatedrpmPackageCategoryResponseList.md)
|
|
123
70
|
|
|
124
71
|
### Authorization
|
|
125
72
|
|
|
@@ -4,67 +4,14 @@ All URIs are relative to *http://pulp*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**delete**](ContentPackageenvironmentsApi.md#delete) | **DELETE** {rpm_package_environment_href} | Delete a package environment
|
|
8
7
|
[**list**](ContentPackageenvironmentsApi.md#list) | **GET** /pulp/api/v3/content/rpm/packageenvironments/ | List package environments
|
|
9
8
|
[**read**](ContentPackageenvironmentsApi.md#read) | **GET** {rpm_package_environment_href} | Inspect a package environment
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
|
|
13
|
-
## delete
|
|
14
|
-
|
|
15
|
-
> delete(rpm_package_environment_href)
|
|
16
|
-
|
|
17
|
-
Delete a package environment
|
|
18
|
-
|
|
19
|
-
PackageEnvironment ViewSet.
|
|
20
|
-
|
|
21
|
-
### Example
|
|
22
|
-
|
|
23
|
-
```ruby
|
|
24
|
-
# load the gem
|
|
25
|
-
require 'pulp_rpm_client'
|
|
26
|
-
# setup authorization
|
|
27
|
-
PulpRpmClient.configure do |config|
|
|
28
|
-
# Configure HTTP basic authorization: basicAuth
|
|
29
|
-
config.username = 'YOUR USERNAME'
|
|
30
|
-
config.password = 'YOUR PASSWORD'
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
|
|
34
|
-
rpm_package_environment_href = 'rpm_package_environment_href_example' # String |
|
|
35
|
-
|
|
36
|
-
begin
|
|
37
|
-
#Delete a package environment
|
|
38
|
-
api_instance.delete(rpm_package_environment_href)
|
|
39
|
-
rescue PulpRpmClient::ApiError => e
|
|
40
|
-
puts "Exception when calling ContentPackageenvironmentsApi->delete: #{e}"
|
|
41
|
-
end
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
### Parameters
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
Name | Type | Description | Notes
|
|
48
|
-
------------- | ------------- | ------------- | -------------
|
|
49
|
-
**rpm_package_environment_href** | **String**| |
|
|
50
|
-
|
|
51
|
-
### Return type
|
|
52
|
-
|
|
53
|
-
nil (empty response body)
|
|
54
|
-
|
|
55
|
-
### Authorization
|
|
56
|
-
|
|
57
|
-
[basicAuth](../README.md#basicAuth)
|
|
58
|
-
|
|
59
|
-
### HTTP request headers
|
|
60
|
-
|
|
61
|
-
- **Content-Type**: Not defined
|
|
62
|
-
- **Accept**: Not defined
|
|
63
|
-
|
|
64
|
-
|
|
65
12
|
## list
|
|
66
13
|
|
|
67
|
-
>
|
|
14
|
+
> PaginatedrpmPackageEnvironmentResponseList list(opts)
|
|
68
15
|
|
|
69
16
|
List package environments
|
|
70
17
|
|
|
@@ -119,7 +66,7 @@ Name | Type | Description | Notes
|
|
|
119
66
|
|
|
120
67
|
### Return type
|
|
121
68
|
|
|
122
|
-
[**
|
|
69
|
+
[**PaginatedrpmPackageEnvironmentResponseList**](PaginatedrpmPackageEnvironmentResponseList.md)
|
|
123
70
|
|
|
124
71
|
### Authorization
|
|
125
72
|
|
|
@@ -4,67 +4,14 @@ All URIs are relative to *http://pulp*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**delete**](ContentPackagegroupsApi.md#delete) | **DELETE** {rpm_package_group_href} | Delete a package group
|
|
8
7
|
[**list**](ContentPackagegroupsApi.md#list) | **GET** /pulp/api/v3/content/rpm/packagegroups/ | List package groups
|
|
9
8
|
[**read**](ContentPackagegroupsApi.md#read) | **GET** {rpm_package_group_href} | Inspect a package group
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
|
|
13
|
-
## delete
|
|
14
|
-
|
|
15
|
-
> delete(rpm_package_group_href)
|
|
16
|
-
|
|
17
|
-
Delete a package group
|
|
18
|
-
|
|
19
|
-
PackageGroup ViewSet.
|
|
20
|
-
|
|
21
|
-
### Example
|
|
22
|
-
|
|
23
|
-
```ruby
|
|
24
|
-
# load the gem
|
|
25
|
-
require 'pulp_rpm_client'
|
|
26
|
-
# setup authorization
|
|
27
|
-
PulpRpmClient.configure do |config|
|
|
28
|
-
# Configure HTTP basic authorization: basicAuth
|
|
29
|
-
config.username = 'YOUR USERNAME'
|
|
30
|
-
config.password = 'YOUR PASSWORD'
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
api_instance = PulpRpmClient::ContentPackagegroupsApi.new
|
|
34
|
-
rpm_package_group_href = 'rpm_package_group_href_example' # String |
|
|
35
|
-
|
|
36
|
-
begin
|
|
37
|
-
#Delete a package group
|
|
38
|
-
api_instance.delete(rpm_package_group_href)
|
|
39
|
-
rescue PulpRpmClient::ApiError => e
|
|
40
|
-
puts "Exception when calling ContentPackagegroupsApi->delete: #{e}"
|
|
41
|
-
end
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
### Parameters
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
Name | Type | Description | Notes
|
|
48
|
-
------------- | ------------- | ------------- | -------------
|
|
49
|
-
**rpm_package_group_href** | **String**| |
|
|
50
|
-
|
|
51
|
-
### Return type
|
|
52
|
-
|
|
53
|
-
nil (empty response body)
|
|
54
|
-
|
|
55
|
-
### Authorization
|
|
56
|
-
|
|
57
|
-
[basicAuth](../README.md#basicAuth)
|
|
58
|
-
|
|
59
|
-
### HTTP request headers
|
|
60
|
-
|
|
61
|
-
- **Content-Type**: Not defined
|
|
62
|
-
- **Accept**: Not defined
|
|
63
|
-
|
|
64
|
-
|
|
65
12
|
## list
|
|
66
13
|
|
|
67
|
-
>
|
|
14
|
+
> PaginatedrpmPackageGroupResponseList list(opts)
|
|
68
15
|
|
|
69
16
|
List package groups
|
|
70
17
|
|
|
@@ -119,7 +66,7 @@ Name | Type | Description | Notes
|
|
|
119
66
|
|
|
120
67
|
### Return type
|
|
121
68
|
|
|
122
|
-
[**
|
|
69
|
+
[**PaginatedrpmPackageGroupResponseList**](PaginatedrpmPackageGroupResponseList.md)
|
|
123
70
|
|
|
124
71
|
### Authorization
|
|
125
72
|
|
|
@@ -4,67 +4,14 @@ All URIs are relative to *http://pulp*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**delete**](ContentPackagelangpacksApi.md#delete) | **DELETE** {rpm_package_langpacks_href} | Delete a package langpacks
|
|
8
7
|
[**list**](ContentPackagelangpacksApi.md#list) | **GET** /pulp/api/v3/content/rpm/packagelangpacks/ | List package langpackss
|
|
9
8
|
[**read**](ContentPackagelangpacksApi.md#read) | **GET** {rpm_package_langpacks_href} | Inspect a package langpacks
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
|
|
13
|
-
## delete
|
|
14
|
-
|
|
15
|
-
> delete(rpm_package_langpacks_href)
|
|
16
|
-
|
|
17
|
-
Delete a package langpacks
|
|
18
|
-
|
|
19
|
-
PackageLangpacks ViewSet.
|
|
20
|
-
|
|
21
|
-
### Example
|
|
22
|
-
|
|
23
|
-
```ruby
|
|
24
|
-
# load the gem
|
|
25
|
-
require 'pulp_rpm_client'
|
|
26
|
-
# setup authorization
|
|
27
|
-
PulpRpmClient.configure do |config|
|
|
28
|
-
# Configure HTTP basic authorization: basicAuth
|
|
29
|
-
config.username = 'YOUR USERNAME'
|
|
30
|
-
config.password = 'YOUR PASSWORD'
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
api_instance = PulpRpmClient::ContentPackagelangpacksApi.new
|
|
34
|
-
rpm_package_langpacks_href = 'rpm_package_langpacks_href_example' # String |
|
|
35
|
-
|
|
36
|
-
begin
|
|
37
|
-
#Delete a package langpacks
|
|
38
|
-
api_instance.delete(rpm_package_langpacks_href)
|
|
39
|
-
rescue PulpRpmClient::ApiError => e
|
|
40
|
-
puts "Exception when calling ContentPackagelangpacksApi->delete: #{e}"
|
|
41
|
-
end
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
### Parameters
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
Name | Type | Description | Notes
|
|
48
|
-
------------- | ------------- | ------------- | -------------
|
|
49
|
-
**rpm_package_langpacks_href** | **String**| |
|
|
50
|
-
|
|
51
|
-
### Return type
|
|
52
|
-
|
|
53
|
-
nil (empty response body)
|
|
54
|
-
|
|
55
|
-
### Authorization
|
|
56
|
-
|
|
57
|
-
[basicAuth](../README.md#basicAuth)
|
|
58
|
-
|
|
59
|
-
### HTTP request headers
|
|
60
|
-
|
|
61
|
-
- **Content-Type**: Not defined
|
|
62
|
-
- **Accept**: Not defined
|
|
63
|
-
|
|
64
|
-
|
|
65
12
|
## list
|
|
66
13
|
|
|
67
|
-
>
|
|
14
|
+
> PaginatedrpmPackageLangpacksResponseList list(opts)
|
|
68
15
|
|
|
69
16
|
List package langpackss
|
|
70
17
|
|
|
@@ -119,7 +66,7 @@ Name | Type | Description | Notes
|
|
|
119
66
|
|
|
120
67
|
### Return type
|
|
121
68
|
|
|
122
|
-
[**
|
|
69
|
+
[**PaginatedrpmPackageLangpacksResponseList**](PaginatedrpmPackageLangpacksResponseList.md)
|
|
123
70
|
|
|
124
71
|
### Authorization
|
|
125
72
|
|
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
|
|
|
73
73
|
|
|
74
74
|
## list
|
|
75
75
|
|
|
76
|
-
>
|
|
76
|
+
> PaginatedrpmPackageResponseList list(opts)
|
|
77
77
|
|
|
78
78
|
List packages
|
|
79
79
|
|
|
@@ -170,7 +170,7 @@ Name | Type | Description | Notes
|
|
|
170
170
|
|
|
171
171
|
### Return type
|
|
172
172
|
|
|
173
|
-
[**
|
|
173
|
+
[**PaginatedrpmPackageResponseList**](PaginatedrpmPackageResponseList.md)
|
|
174
174
|
|
|
175
175
|
### Authorization
|
|
176
176
|
|
|
@@ -4,67 +4,14 @@ All URIs are relative to *http://pulp*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**delete**](ContentRepoMetadataFilesApi.md#delete) | **DELETE** {rpm_repo_metadata_file_href} | Delete a repo metadata file
|
|
8
7
|
[**list**](ContentRepoMetadataFilesApi.md#list) | **GET** /pulp/api/v3/content/rpm/repo_metadata_files/ | List repo metadata files
|
|
9
8
|
[**read**](ContentRepoMetadataFilesApi.md#read) | **GET** {rpm_repo_metadata_file_href} | Inspect a repo metadata file
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
|
|
13
|
-
## delete
|
|
14
|
-
|
|
15
|
-
> delete(rpm_repo_metadata_file_href)
|
|
16
|
-
|
|
17
|
-
Delete a repo metadata file
|
|
18
|
-
|
|
19
|
-
RepoMetadataFile Viewset.
|
|
20
|
-
|
|
21
|
-
### Example
|
|
22
|
-
|
|
23
|
-
```ruby
|
|
24
|
-
# load the gem
|
|
25
|
-
require 'pulp_rpm_client'
|
|
26
|
-
# setup authorization
|
|
27
|
-
PulpRpmClient.configure do |config|
|
|
28
|
-
# Configure HTTP basic authorization: basicAuth
|
|
29
|
-
config.username = 'YOUR USERNAME'
|
|
30
|
-
config.password = 'YOUR PASSWORD'
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
api_instance = PulpRpmClient::ContentRepoMetadataFilesApi.new
|
|
34
|
-
rpm_repo_metadata_file_href = 'rpm_repo_metadata_file_href_example' # String |
|
|
35
|
-
|
|
36
|
-
begin
|
|
37
|
-
#Delete a repo metadata file
|
|
38
|
-
api_instance.delete(rpm_repo_metadata_file_href)
|
|
39
|
-
rescue PulpRpmClient::ApiError => e
|
|
40
|
-
puts "Exception when calling ContentRepoMetadataFilesApi->delete: #{e}"
|
|
41
|
-
end
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
### Parameters
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
Name | Type | Description | Notes
|
|
48
|
-
------------- | ------------- | ------------- | -------------
|
|
49
|
-
**rpm_repo_metadata_file_href** | **String**| |
|
|
50
|
-
|
|
51
|
-
### Return type
|
|
52
|
-
|
|
53
|
-
nil (empty response body)
|
|
54
|
-
|
|
55
|
-
### Authorization
|
|
56
|
-
|
|
57
|
-
[basicAuth](../README.md#basicAuth)
|
|
58
|
-
|
|
59
|
-
### HTTP request headers
|
|
60
|
-
|
|
61
|
-
- **Content-Type**: Not defined
|
|
62
|
-
- **Accept**: Not defined
|
|
63
|
-
|
|
64
|
-
|
|
65
12
|
## list
|
|
66
13
|
|
|
67
|
-
>
|
|
14
|
+
> PaginatedrpmRepoMetadataFileResponseList list(opts)
|
|
68
15
|
|
|
69
16
|
List repo metadata files
|
|
70
17
|
|
|
@@ -119,7 +66,7 @@ Name | Type | Description | Notes
|
|
|
119
66
|
|
|
120
67
|
### Return type
|
|
121
68
|
|
|
122
|
-
[**
|
|
69
|
+
[**PaginatedrpmRepoMetadataFileResponseList**](PaginatedrpmRepoMetadataFileResponseList.md)
|
|
123
70
|
|
|
124
71
|
### Authorization
|
|
125
72
|
|
data/docs/DistributionsRpmApi.md
CHANGED
|
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
|
121
121
|
|
|
122
122
|
## list
|
|
123
123
|
|
|
124
|
-
>
|
|
124
|
+
> PaginatedrpmRpmDistributionResponseList list(opts)
|
|
125
125
|
|
|
126
126
|
List rpm distributions
|
|
127
127
|
|
|
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
|
|
|
182
182
|
|
|
183
183
|
### Return type
|
|
184
184
|
|
|
185
|
-
[**
|
|
185
|
+
[**PaginatedrpmRpmDistributionResponseList**](PaginatedrpmRpmDistributionResponseList.md)
|
|
186
186
|
|
|
187
187
|
### Authorization
|
|
188
188
|
|