pulp_rpm_client 3.4.1 → 3.4.2
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 +14 -19
- data/docs/ContentAdvisoriesApi.md +2 -2
- data/docs/ContentDistributionTreesApi.md +2 -2
- data/docs/ContentModulemdDefaultsApi.md +2 -2
- data/docs/ContentModulemdsApi.md +2 -2
- data/docs/ContentPackagecategoriesApi.md +2 -2
- data/docs/ContentPackageenvironmentsApi.md +2 -2
- data/docs/ContentPackagegroupsApi.md +2 -2
- data/docs/ContentPackagelangpacksApi.md +2 -2
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentRepoMetadataFilesApi.md +2 -2
- data/docs/DistributionsRpmApi.md +2 -2
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse20010.md +1 -1
- data/docs/InlineResponse20011.md +1 -1
- data/docs/InlineResponse20012.md +1 -1
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse20014.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +1 -1
- data/docs/PublicationsRpmApi.md +2 -2
- data/docs/RemotesRpmApi.md +4 -4
- data/docs/RepositoriesRpmApi.md +4 -4
- data/docs/RepositoriesRpmVersionsApi.md +6 -4
- data/docs/{RpmDistributionTreeRead.md → RpmDistributionTree.md} +2 -2
- data/docs/{RpmModulemdRead.md → RpmModulemd.md} +2 -2
- data/docs/{RpmModulemdDefaultsRead.md → RpmModulemdDefaults.md} +2 -2
- data/docs/{RpmPackageRead.md → RpmPackage.md} +2 -2
- data/docs/{RpmPackageCategoryRead.md → RpmPackageCategory.md} +2 -2
- data/docs/{RpmPackageEnvironmentRead.md → RpmPackageEnvironment.md} +2 -2
- data/docs/{RpmPackageGroupRead.md → RpmPackageGroup.md} +2 -2
- data/docs/{RpmPackageLangpacksRead.md → RpmPackageLangpacks.md} +2 -2
- data/docs/{RpmRepoMetadataFileRead.md → RpmRepoMetadataFile.md} +2 -2
- data/docs/{RpmUpdateRecordRead.md → RpmUpdateRecord.md} +2 -2
- data/lib/pulp_rpm_client.rb +10 -15
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +3 -3
- 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 -3
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +3 -3
- 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 -3
- 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 +6 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +6 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +9 -6
- data/lib/pulp_rpm_client/models/inline_response200.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20014.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_rpm_client/models/{rpm_distribution_tree_read.rb → rpm_distribution_tree.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_modulemd_read.rb → rpm_modulemd.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_modulemd_defaults_read.rb → rpm_modulemd_defaults.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_read.rb → rpm_package.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_category_read.rb → rpm_package_category.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_environment_read.rb → rpm_package_environment.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_group_read.rb → rpm_package_group.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks_read.rb → rpm_package_langpacks.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file_read.rb → rpm_repo_metadata_file.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_update_record_read.rb → rpm_update_record.rb} +3 -3
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/content_advisories_api_spec.rb +1 -1
- data/spec/api/content_distribution_trees_api_spec.rb +1 -1
- 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 -1
- data/spec/api/content_packageenvironments_api_spec.rb +1 -1
- data/spec/api/content_packagegroups_api_spec.rb +1 -1
- data/spec/api/content_packagelangpacks_api_spec.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_repo_metadata_files_api_spec.rb +1 -1
- 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 +2 -2
- data/spec/api/repositories_rpm_api_spec.rb +2 -2
- data/spec/api/repositories_rpm_versions_api_spec.rb +3 -2
- data/spec/models/{rpm_distribution_tree_read_spec.rb → rpm_distribution_tree_spec.rb} +6 -6
- data/spec/models/{rpm_modulemd_defaults_read_spec.rb → rpm_modulemd_defaults_spec.rb} +6 -6
- data/spec/models/{rpm_modulemd_read_spec.rb → rpm_modulemd_spec.rb} +6 -6
- data/spec/models/{rpm_package_category_read_spec.rb → rpm_package_category_spec.rb} +6 -6
- data/spec/models/{rpm_package_environment_read_spec.rb → rpm_package_environment_spec.rb} +6 -6
- data/spec/models/{rpm_package_group_read_spec.rb → rpm_package_group_spec.rb} +6 -6
- data/spec/models/{rpm_package_langpacks_read_spec.rb → rpm_package_langpacks_spec.rb} +6 -6
- data/spec/models/{rpm_package_read_spec.rb → rpm_package_spec.rb} +6 -6
- data/spec/models/{rpm_repo_metadata_file_read_spec.rb → rpm_repo_metadata_file_spec.rb} +6 -6
- data/spec/models/{rpm_update_record_read_spec.rb → rpm_update_record_spec.rb} +6 -6
- metadata +42 -62
- data/docs/RepositoryVersionRead.md +0 -25
- data/docs/RpmRpmDistributionRead.md +0 -29
- data/docs/RpmRpmPublicationRead.md +0 -27
- data/docs/RpmRpmRemoteRead.md +0 -43
- data/docs/RpmRpmRepositoryRead.md +0 -29
- data/lib/pulp_rpm_client/models/repository_version_read.rb +0 -244
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_read.rb +0 -331
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_read.rb +0 -305
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_read.rb +0 -531
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_read.rb +0 -305
- data/spec/models/repository_version_read_spec.rb +0 -65
- data/spec/models/rpm_rpm_distribution_read_spec.rb +0 -77
- data/spec/models/rpm_rpm_publication_read_spec.rb +0 -79
- data/spec/models/rpm_rpm_remote_read_spec.rb +0 -123
- data/spec/models/rpm_rpm_repository_read_spec.rb +0 -77
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ccfb80a0ba491805fa19934719f1bce7bbcbd3a52c0a768d742b664516de8d3b
|
|
4
|
+
data.tar.gz: 2d8f5990f2e6cf5dc4c2964d528c1947ac9ded59226afa0774532ab48bd35826
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e25ee73398d102f32b45fc4dd1c76a109660610e8c7e214525d8401db62919cfc4a036f7ef94f91667a2b187685ab2b7db4f9e9f73a363bb12a07ca099de12c
|
|
7
|
+
data.tar.gz: 8702c4f20065be561f4d092a412f98658c05c04f8883f29147ea79b210811e9fe2cb1f18a582f555b29fa1b3b07ebc76a6dcdc247245237239aec0b2a2dd7c4e
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
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.4.
|
|
10
|
+
- Package version: 3.4.2
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,16 +23,16 @@ gem build pulp_rpm_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./pulp_rpm_client-3.4.
|
|
26
|
+
gem install ./pulp_rpm_client-3.4.2.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.4.
|
|
29
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.4.2.gem` to install the development dependencies)
|
|
30
30
|
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
32
|
|
|
33
33
|
Finally add this to the Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'pulp_rpm_client', '~> 3.4.
|
|
35
|
+
gem 'pulp_rpm_client', '~> 3.4.2'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -174,27 +174,22 @@ Class | Method | HTTP request | Description
|
|
|
174
174
|
- [PulpRpmClient::InlineResponse2009](docs/InlineResponse2009.md)
|
|
175
175
|
- [PulpRpmClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
|
176
176
|
- [PulpRpmClient::RepositoryVersion](docs/RepositoryVersion.md)
|
|
177
|
-
- [PulpRpmClient::
|
|
178
|
-
- [PulpRpmClient::
|
|
179
|
-
- [PulpRpmClient::
|
|
180
|
-
- [PulpRpmClient::
|
|
181
|
-
- [PulpRpmClient::
|
|
182
|
-
- [PulpRpmClient::
|
|
183
|
-
- [PulpRpmClient::
|
|
184
|
-
- [PulpRpmClient::
|
|
185
|
-
- [PulpRpmClient::
|
|
186
|
-
- [PulpRpmClient::RpmRepoMetadataFileRead](docs/RpmRepoMetadataFileRead.md)
|
|
177
|
+
- [PulpRpmClient::RpmDistributionTree](docs/RpmDistributionTree.md)
|
|
178
|
+
- [PulpRpmClient::RpmModulemd](docs/RpmModulemd.md)
|
|
179
|
+
- [PulpRpmClient::RpmModulemdDefaults](docs/RpmModulemdDefaults.md)
|
|
180
|
+
- [PulpRpmClient::RpmPackage](docs/RpmPackage.md)
|
|
181
|
+
- [PulpRpmClient::RpmPackageCategory](docs/RpmPackageCategory.md)
|
|
182
|
+
- [PulpRpmClient::RpmPackageEnvironment](docs/RpmPackageEnvironment.md)
|
|
183
|
+
- [PulpRpmClient::RpmPackageGroup](docs/RpmPackageGroup.md)
|
|
184
|
+
- [PulpRpmClient::RpmPackageLangpacks](docs/RpmPackageLangpacks.md)
|
|
185
|
+
- [PulpRpmClient::RpmRepoMetadataFile](docs/RpmRepoMetadataFile.md)
|
|
187
186
|
- [PulpRpmClient::RpmRepositorySyncURL](docs/RpmRepositorySyncURL.md)
|
|
188
187
|
- [PulpRpmClient::RpmRpmDistribution](docs/RpmRpmDistribution.md)
|
|
189
|
-
- [PulpRpmClient::RpmRpmDistributionRead](docs/RpmRpmDistributionRead.md)
|
|
190
188
|
- [PulpRpmClient::RpmRpmPublication](docs/RpmRpmPublication.md)
|
|
191
|
-
- [PulpRpmClient::RpmRpmPublicationRead](docs/RpmRpmPublicationRead.md)
|
|
192
189
|
- [PulpRpmClient::RpmRpmRemote](docs/RpmRpmRemote.md)
|
|
193
|
-
- [PulpRpmClient::RpmRpmRemoteRead](docs/RpmRpmRemoteRead.md)
|
|
194
190
|
- [PulpRpmClient::RpmRpmRepository](docs/RpmRpmRepository.md)
|
|
195
|
-
- [PulpRpmClient::RpmRpmRepositoryRead](docs/RpmRpmRepositoryRead.md)
|
|
196
191
|
- [PulpRpmClient::RpmUpdateCollection](docs/RpmUpdateCollection.md)
|
|
197
|
-
- [PulpRpmClient::
|
|
192
|
+
- [PulpRpmClient::RpmUpdateRecord](docs/RpmUpdateRecord.md)
|
|
198
193
|
- [PulpRpmClient::Variant](docs/Variant.md)
|
|
199
194
|
|
|
200
195
|
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
## read
|
|
166
166
|
|
|
167
|
-
>
|
|
167
|
+
> RpmUpdateRecord read(update_record_href, opts)
|
|
168
168
|
|
|
169
169
|
Inspect an update record
|
|
170
170
|
|
|
@@ -209,7 +209,7 @@ Name | Type | Description | Notes
|
|
|
209
209
|
|
|
210
210
|
### Return type
|
|
211
211
|
|
|
212
|
-
[**
|
|
212
|
+
[**RpmUpdateRecord**](RpmUpdateRecord.md)
|
|
213
213
|
|
|
214
214
|
### Authorization
|
|
215
215
|
|
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
|
133
133
|
|
|
134
134
|
## read
|
|
135
135
|
|
|
136
|
-
>
|
|
136
|
+
> RpmDistributionTree read(distribution_tree_href, opts)
|
|
137
137
|
|
|
138
138
|
Inspect a distribution tree
|
|
139
139
|
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
|
178
178
|
|
|
179
179
|
### Return type
|
|
180
180
|
|
|
181
|
-
[**
|
|
181
|
+
[**RpmDistributionTree**](RpmDistributionTree.md)
|
|
182
182
|
|
|
183
183
|
### Authorization
|
|
184
184
|
|
|
@@ -158,7 +158,7 @@ Name | Type | Description | Notes
|
|
|
158
158
|
|
|
159
159
|
## read
|
|
160
160
|
|
|
161
|
-
>
|
|
161
|
+
> RpmModulemdDefaults read(modulemd_defaults_href, opts)
|
|
162
162
|
|
|
163
163
|
Inspect a modulemd defaults
|
|
164
164
|
|
|
@@ -203,7 +203,7 @@ Name | Type | Description | Notes
|
|
|
203
203
|
|
|
204
204
|
### Return type
|
|
205
205
|
|
|
206
|
-
[**
|
|
206
|
+
[**RpmModulemdDefaults**](RpmModulemdDefaults.md)
|
|
207
207
|
|
|
208
208
|
### Authorization
|
|
209
209
|
|
data/docs/ContentModulemdsApi.md
CHANGED
|
@@ -168,7 +168,7 @@ Name | Type | Description | Notes
|
|
|
168
168
|
|
|
169
169
|
## read
|
|
170
170
|
|
|
171
|
-
>
|
|
171
|
+
> RpmModulemd read(modulemd_href, opts)
|
|
172
172
|
|
|
173
173
|
Inspect a modulemd
|
|
174
174
|
|
|
@@ -213,7 +213,7 @@ Name | Type | Description | Notes
|
|
|
213
213
|
|
|
214
214
|
### Return type
|
|
215
215
|
|
|
216
|
-
[**
|
|
216
|
+
[**RpmModulemd**](RpmModulemd.md)
|
|
217
217
|
|
|
218
218
|
### Authorization
|
|
219
219
|
|
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
|
133
133
|
|
|
134
134
|
## read
|
|
135
135
|
|
|
136
|
-
>
|
|
136
|
+
> RpmPackageCategory read(package_category_href, opts)
|
|
137
137
|
|
|
138
138
|
Inspect a package category
|
|
139
139
|
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
|
178
178
|
|
|
179
179
|
### Return type
|
|
180
180
|
|
|
181
|
-
[**
|
|
181
|
+
[**RpmPackageCategory**](RpmPackageCategory.md)
|
|
182
182
|
|
|
183
183
|
### Authorization
|
|
184
184
|
|
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
|
133
133
|
|
|
134
134
|
## read
|
|
135
135
|
|
|
136
|
-
>
|
|
136
|
+
> RpmPackageEnvironment read(package_environment_href, opts)
|
|
137
137
|
|
|
138
138
|
Inspect a package environment
|
|
139
139
|
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
|
178
178
|
|
|
179
179
|
### Return type
|
|
180
180
|
|
|
181
|
-
[**
|
|
181
|
+
[**RpmPackageEnvironment**](RpmPackageEnvironment.md)
|
|
182
182
|
|
|
183
183
|
### Authorization
|
|
184
184
|
|
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
|
133
133
|
|
|
134
134
|
## read
|
|
135
135
|
|
|
136
|
-
>
|
|
136
|
+
> RpmPackageGroup read(package_group_href, opts)
|
|
137
137
|
|
|
138
138
|
Inspect a package group
|
|
139
139
|
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
|
178
178
|
|
|
179
179
|
### Return type
|
|
180
180
|
|
|
181
|
-
[**
|
|
181
|
+
[**RpmPackageGroup**](RpmPackageGroup.md)
|
|
182
182
|
|
|
183
183
|
### Authorization
|
|
184
184
|
|
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
|
133
133
|
|
|
134
134
|
## read
|
|
135
135
|
|
|
136
|
-
>
|
|
136
|
+
> RpmPackageLangpacks read(package_langpacks_href, opts)
|
|
137
137
|
|
|
138
138
|
Inspect a package langpacks
|
|
139
139
|
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
|
178
178
|
|
|
179
179
|
### Return type
|
|
180
180
|
|
|
181
|
-
[**
|
|
181
|
+
[**RpmPackageLangpacks**](RpmPackageLangpacks.md)
|
|
182
182
|
|
|
183
183
|
### Authorization
|
|
184
184
|
|
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -184,7 +184,7 @@ Name | Type | Description | Notes
|
|
|
184
184
|
|
|
185
185
|
## read
|
|
186
186
|
|
|
187
|
-
>
|
|
187
|
+
> RpmPackage read(package_href, opts)
|
|
188
188
|
|
|
189
189
|
Inspect a package
|
|
190
190
|
|
|
@@ -229,7 +229,7 @@ Name | Type | Description | Notes
|
|
|
229
229
|
|
|
230
230
|
### Return type
|
|
231
231
|
|
|
232
|
-
[**
|
|
232
|
+
[**RpmPackage**](RpmPackage.md)
|
|
233
233
|
|
|
234
234
|
### Authorization
|
|
235
235
|
|
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
|
133
133
|
|
|
134
134
|
## read
|
|
135
135
|
|
|
136
|
-
>
|
|
136
|
+
> RpmRepoMetadataFile read(repo_metadata_file_href, opts)
|
|
137
137
|
|
|
138
138
|
Inspect a repo metadata file
|
|
139
139
|
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
|
178
178
|
|
|
179
179
|
### Return type
|
|
180
180
|
|
|
181
|
-
[**
|
|
181
|
+
[**RpmRepoMetadataFile**](RpmRepoMetadataFile.md)
|
|
182
182
|
|
|
183
183
|
### Authorization
|
|
184
184
|
|
data/docs/DistributionsRpmApi.md
CHANGED
|
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
|
|
|
251
251
|
|
|
252
252
|
## read
|
|
253
253
|
|
|
254
|
-
>
|
|
254
|
+
> RpmRpmDistribution read(rpm_distribution_href, opts)
|
|
255
255
|
|
|
256
256
|
Inspect a rpm distribution
|
|
257
257
|
|
|
@@ -296,7 +296,7 @@ Name | Type | Description | Notes
|
|
|
296
296
|
|
|
297
297
|
### Return type
|
|
298
298
|
|
|
299
|
-
[**
|
|
299
|
+
[**RpmRpmDistribution**](RpmRpmDistribution.md)
|
|
300
300
|
|
|
301
301
|
### Authorization
|
|
302
302
|
|
data/docs/InlineResponse200.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmUpdateRecord>**](RpmUpdateRecord.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2001.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmDistributionTree>**](RpmDistributionTree.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20010.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmRpmDistribution>**](RpmRpmDistribution.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20011.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmRpmPublication>**](RpmRpmPublication.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20012.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmRpmRemote>**](RpmRpmRemote.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20013.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmRpmRepository>**](RpmRpmRepository.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20014.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2002.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmModulemdDefaults>**](RpmModulemdDefaults.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2003.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmModulemd>**](RpmModulemd.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2004.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmPackageCategory>**](RpmPackageCategory.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2005.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmPackageEnvironment>**](RpmPackageEnvironment.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2006.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmPackageGroup>**](RpmPackageGroup.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2007.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmPackageLangpacks>**](RpmPackageLangpacks.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2008.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmPackage>**](RpmPackage.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2009.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RpmRepoMetadataFile>**](RpmRepoMetadataFile.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/PublicationsRpmApi.md
CHANGED
|
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
|
|
|
195
195
|
|
|
196
196
|
## read
|
|
197
197
|
|
|
198
|
-
>
|
|
198
|
+
> RpmRpmPublication read(rpm_publication_href, opts)
|
|
199
199
|
|
|
200
200
|
Inspect a rpm publication
|
|
201
201
|
|
|
@@ -240,7 +240,7 @@ Name | Type | Description | Notes
|
|
|
240
240
|
|
|
241
241
|
### Return type
|
|
242
242
|
|
|
243
|
-
[**
|
|
243
|
+
[**RpmRpmPublication**](RpmRpmPublication.md)
|
|
244
244
|
|
|
245
245
|
### Authorization
|
|
246
246
|
|