pulp_deb_client 2.2.0b1 → 2.3.0b1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -5
- data/docs/ContentGenericContentsApi.md +2 -0
- data/docs/ContentInstallerFileIndicesApi.md +2 -0
- data/docs/ContentInstallerPackagesApi.md +2 -0
- data/docs/ContentPackageIndicesApi.md +2 -0
- data/docs/ContentPackageReleaseComponentsApi.md +2 -0
- data/docs/ContentPackagesApi.md +2 -0
- data/docs/ContentReleaseArchitecturesApi.md +2 -0
- data/docs/ContentReleaseComponentsApi.md +2 -0
- data/docs/ContentReleaseFilesApi.md +2 -0
- data/docs/ContentReleasesApi.md +2 -0
- data/docs/DebDebPublication.md +3 -1
- data/docs/DistributionsAptApi.md +2 -0
- data/docs/RemotesAptApi.md +2 -0
- data/docs/RepositoriesAptApi.md +2 -0
- data/docs/RepositoriesDebVersionsApi.md +60 -5
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +4 -1
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +4 -1
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +4 -1
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +4 -1
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +4 -1
- data/lib/pulp_deb_client/api/content_packages_api.rb +4 -1
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +4 -1
- data/lib/pulp_deb_client/api/content_release_components_api.rb +4 -1
- data/lib/pulp_deb_client/api/content_release_files_api.rb +4 -1
- data/lib/pulp_deb_client/api/content_releases_api.rb +4 -1
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +4 -1
- data/lib/pulp_deb_client/api/publications_apt_api.rb +1 -1
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +1 -1
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +4 -1
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +4 -1
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +78 -10
- data/lib/pulp_deb_client/api_client.rb +1 -1
- data/lib/pulp_deb_client/api_error.rb +1 -1
- data/lib/pulp_deb_client/configuration.rb +1 -1
- data/lib/pulp_deb_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_deb_client/models/content_summary.rb +1 -1
- data/lib/pulp_deb_client/models/deb_base_package.rb +1 -1
- data/lib/pulp_deb_client/models/deb_deb_distribution.rb +1 -1
- data/lib/pulp_deb_client/models/deb_deb_publication.rb +15 -5
- data/lib/pulp_deb_client/models/deb_deb_remote.rb +1 -1
- data/lib/pulp_deb_client/models/deb_deb_repository.rb +1 -1
- data/lib/pulp_deb_client/models/deb_generic_content.rb +1 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +1 -1
- data/lib/pulp_deb_client/models/deb_package_index.rb +1 -1
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +1 -1
- data/lib/pulp_deb_client/models/deb_release.rb +1 -1
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +1 -1
- data/lib/pulp_deb_client/models/deb_release_component.rb +1 -1
- data/lib/pulp_deb_client/models/deb_release_file.rb +1 -1
- data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_deb_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_deb_client/models/repository_version.rb +1 -1
- data/lib/pulp_deb_client/version.rb +2 -2
- data/lib/pulp_deb_client.rb +1 -1
- data/pulp_deb_client.gemspec +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +2 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +2 -1
- data/spec/api/content_installer_packages_api_spec.rb +2 -1
- data/spec/api/content_package_indices_api_spec.rb +2 -1
- data/spec/api/content_package_release_components_api_spec.rb +2 -1
- data/spec/api/content_packages_api_spec.rb +2 -1
- data/spec/api/content_release_architectures_api_spec.rb +2 -1
- data/spec/api/content_release_components_api_spec.rb +2 -1
- data/spec/api/content_release_files_api_spec.rb +2 -1
- data/spec/api/content_releases_api_spec.rb +2 -1
- data/spec/api/distributions_apt_api_spec.rb +2 -1
- data/spec/api/publications_apt_api_spec.rb +1 -1
- data/spec/api/publications_verbatim_api_spec.rb +1 -1
- data/spec/api/remotes_apt_api_spec.rb +2 -1
- data/spec/api/repositories_apt_api_spec.rb +2 -1
- data/spec/api/repositories_deb_versions_api_spec.rb +14 -2
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/deb_base_package_spec.rb +1 -1
- data/spec/models/deb_deb_distribution_spec.rb +1 -1
- data/spec/models/deb_deb_publication_spec.rb +7 -1
- data/spec/models/deb_deb_remote_spec.rb +1 -1
- data/spec/models/deb_deb_repository_spec.rb +1 -1
- data/spec/models/deb_generic_content_spec.rb +1 -1
- data/spec/models/deb_installer_file_index_spec.rb +1 -1
- data/spec/models/deb_package_index_spec.rb +1 -1
- data/spec/models/deb_package_release_component_spec.rb +1 -1
- data/spec/models/deb_release_architecture_spec.rb +1 -1
- data/spec/models/deb_release_component_spec.rb +1 -1
- data/spec/models/deb_release_file_spec.rb +1 -1
- data/spec/models/deb_release_spec.rb +1 -1
- data/spec/models/deb_verbatim_publication_spec.rb +1 -1
- data/spec/models/inline_response20010_spec.rb +1 -1
- data/spec/models/inline_response20011_spec.rb +1 -1
- data/spec/models/inline_response20012_spec.rb +1 -1
- data/spec/models/inline_response20013_spec.rb +1 -1
- data/spec/models/inline_response20014_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response2002_spec.rb +1 -1
- data/spec/models/inline_response2003_spec.rb +1 -1
- data/spec/models/inline_response2004_spec.rb +1 -1
- data/spec/models/inline_response2005_spec.rb +1 -1
- data/spec/models/inline_response2006_spec.rb +1 -1
- data/spec/models/inline_response2007_spec.rb +1 -1
- data/spec/models/inline_response2008_spec.rb +1 -1
- data/spec/models/inline_response2009_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +1 -1
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c8b6a6e7e25eba634aff69eb871eaa0345ec816de80b632ad1ae21c6b6fe321
|
|
4
|
+
data.tar.gz: 654d7f408b5669de564f3a9c7f5ba5ca76bd458e32ecd9da753850231ad60495
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66f0a51dd89793619b9d83f6a3fdc1ccd2dfa67ffbd5dc750fe347e322965716d5c6415f4e309cd821926c53c6744610aa1fadbf7291b6c5b8a2340d49c6a926
|
|
7
|
+
data.tar.gz: c7c5c4e40abbc2a864a58882ba8d7cce6e806240e34ced3cabfab6ffeee06008a3d32dbf99b98cd119b7dc2422c4572c9865e5cd7806a206f359d175dd9b7b63
|
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: 2.
|
|
10
|
+
- Package version: 2.3.0b1
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,16 +23,16 @@ gem build pulp_deb_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./pulp_deb_client-2.
|
|
26
|
+
gem install ./pulp_deb_client-2.3.0b1.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_deb_client-2.
|
|
29
|
+
(for development, run `gem install --dev ./pulp_deb_client-2.3.0b1.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_deb_client', '~> 2.
|
|
35
|
+
gem 'pulp_deb_client', '~> 2.3.0b1'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -146,8 +146,9 @@ Class | Method | HTTP request | Description
|
|
|
146
146
|
*PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {deb_repository_href}sync/ | Sync from remote
|
|
147
147
|
*PulpDebClient::RepositoriesAptApi* | [**update**](docs/RepositoriesAptApi.md#update) | **PUT** {deb_repository_href} | Update a deb repository
|
|
148
148
|
*PulpDebClient::RepositoriesDebVersionsApi* | [**delete**](docs/RepositoriesDebVersionsApi.md#delete) | **DELETE** {apt_repository_version_href} | Delete a repository version
|
|
149
|
-
*PulpDebClient::RepositoriesDebVersionsApi* | [**list**](docs/RepositoriesDebVersionsApi.md#list) | **GET** {
|
|
149
|
+
*PulpDebClient::RepositoriesDebVersionsApi* | [**list**](docs/RepositoriesDebVersionsApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/{apt_repository_pk}/versions/ | List repository versions
|
|
150
150
|
*PulpDebClient::RepositoriesDebVersionsApi* | [**read**](docs/RepositoriesDebVersionsApi.md#read) | **GET** {apt_repository_version_href} | Inspect a repository version
|
|
151
|
+
*PulpDebClient::RepositoriesDebVersionsApi* | [**repair**](docs/RepositoriesDebVersionsApi.md#repair) | **POST** {apt_repository_version_href}repair/ |
|
|
151
152
|
|
|
152
153
|
|
|
153
154
|
## Documentation for Models
|
|
@@ -93,6 +93,7 @@ end
|
|
|
93
93
|
|
|
94
94
|
api_instance = PulpDebClient::ContentGenericContentsApi.new
|
|
95
95
|
opts = {
|
|
96
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
96
97
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
97
98
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
98
99
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
@@ -118,6 +119,7 @@ end
|
|
|
118
119
|
|
|
119
120
|
Name | Type | Description | Notes
|
|
120
121
|
------------- | ------------- | ------------- | -------------
|
|
122
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
121
123
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
|
122
124
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
123
125
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -85,6 +85,7 @@ end
|
|
|
85
85
|
|
|
86
86
|
api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
|
|
87
87
|
opts = {
|
|
88
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
88
89
|
component: 'component_example', # String | Filter results where component matches value
|
|
89
90
|
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
|
90
91
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
@@ -112,6 +113,7 @@ end
|
|
|
112
113
|
|
|
113
114
|
Name | Type | Description | Notes
|
|
114
115
|
------------- | ------------- | ------------- | -------------
|
|
116
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
115
117
|
**component** | **String**| Filter results where component matches value | [optional]
|
|
116
118
|
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
|
117
119
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
|
@@ -93,6 +93,7 @@ end
|
|
|
93
93
|
|
|
94
94
|
api_instance = PulpDebClient::ContentInstallerPackagesApi.new
|
|
95
95
|
opts = {
|
|
96
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
96
97
|
package: 'package_example', # String | Filter results where package matches value
|
|
97
98
|
source: 'source_example', # String | Filter results where source matches value
|
|
98
99
|
version: 'version_example', # String | Filter results where version matches value
|
|
@@ -133,6 +134,7 @@ end
|
|
|
133
134
|
|
|
134
135
|
Name | Type | Description | Notes
|
|
135
136
|
------------- | ------------- | ------------- | -------------
|
|
137
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
136
138
|
**package** | **String**| Filter results where package matches value | [optional]
|
|
137
139
|
**source** | **String**| Filter results where source matches value | [optional]
|
|
138
140
|
**version** | **String**| Filter results where version matches value | [optional]
|
|
@@ -85,6 +85,7 @@ end
|
|
|
85
85
|
|
|
86
86
|
api_instance = PulpDebClient::ContentPackageIndicesApi.new
|
|
87
87
|
opts = {
|
|
88
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
88
89
|
component: 'component_example', # String | Filter results where component matches value
|
|
89
90
|
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
|
90
91
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
@@ -112,6 +113,7 @@ end
|
|
|
112
113
|
|
|
113
114
|
Name | Type | Description | Notes
|
|
114
115
|
------------- | ------------- | ------------- | -------------
|
|
116
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
115
117
|
**component** | **String**| Filter results where component matches value | [optional]
|
|
116
118
|
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
|
117
119
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
|
@@ -85,6 +85,7 @@ end
|
|
|
85
85
|
|
|
86
86
|
api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
|
|
87
87
|
opts = {
|
|
88
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
88
89
|
package: 'package_example', # String | Filter results where package matches value
|
|
89
90
|
release_component: 'release_component_example', # String | Filter results where release_component matches value
|
|
90
91
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
@@ -110,6 +111,7 @@ end
|
|
|
110
111
|
|
|
111
112
|
Name | Type | Description | Notes
|
|
112
113
|
------------- | ------------- | ------------- | -------------
|
|
114
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
113
115
|
**package** | **String**| Filter results where package matches value | [optional]
|
|
114
116
|
**release_component** | **String**| Filter results where release_component matches value | [optional]
|
|
115
117
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -93,6 +93,7 @@ end
|
|
|
93
93
|
|
|
94
94
|
api_instance = PulpDebClient::ContentPackagesApi.new
|
|
95
95
|
opts = {
|
|
96
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
96
97
|
package: 'package_example', # String | Filter results where package matches value
|
|
97
98
|
source: 'source_example', # String | Filter results where source matches value
|
|
98
99
|
version: 'version_example', # String | Filter results where version matches value
|
|
@@ -134,6 +135,7 @@ end
|
|
|
134
135
|
|
|
135
136
|
Name | Type | Description | Notes
|
|
136
137
|
------------- | ------------- | ------------- | -------------
|
|
138
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
137
139
|
**package** | **String**| Filter results where package matches value | [optional]
|
|
138
140
|
**source** | **String**| Filter results where source matches value | [optional]
|
|
139
141
|
**version** | **String**| Filter results where version matches value | [optional]
|
|
@@ -85,6 +85,7 @@ end
|
|
|
85
85
|
|
|
86
86
|
api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
|
|
87
87
|
opts = {
|
|
88
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
88
89
|
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
|
89
90
|
release: 'release_example', # String | Filter results where release matches value
|
|
90
91
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
@@ -110,6 +111,7 @@ end
|
|
|
110
111
|
|
|
111
112
|
Name | Type | Description | Notes
|
|
112
113
|
------------- | ------------- | ------------- | -------------
|
|
114
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
113
115
|
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
|
114
116
|
**release** | **String**| Filter results where release matches value | [optional]
|
|
115
117
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -85,6 +85,7 @@ end
|
|
|
85
85
|
|
|
86
86
|
api_instance = PulpDebClient::ContentReleaseComponentsApi.new
|
|
87
87
|
opts = {
|
|
88
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
88
89
|
component: 'component_example', # String | Filter results where component matches value
|
|
89
90
|
release: 'release_example', # String | Filter results where release matches value
|
|
90
91
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
@@ -110,6 +111,7 @@ end
|
|
|
110
111
|
|
|
111
112
|
Name | Type | Description | Notes
|
|
112
113
|
------------- | ------------- | ------------- | -------------
|
|
114
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
113
115
|
**component** | **String**| Filter results where component matches value | [optional]
|
|
114
116
|
**release** | **String**| Filter results where release matches value | [optional]
|
|
115
117
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -85,6 +85,7 @@ end
|
|
|
85
85
|
|
|
86
86
|
api_instance = PulpDebClient::ContentReleaseFilesApi.new
|
|
87
87
|
opts = {
|
|
88
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
88
89
|
codename: 'codename_example', # String | Filter results where codename matches value
|
|
89
90
|
suite: 'suite_example', # String | Filter results where suite matches value
|
|
90
91
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
@@ -112,6 +113,7 @@ end
|
|
|
112
113
|
|
|
113
114
|
Name | Type | Description | Notes
|
|
114
115
|
------------- | ------------- | ------------- | -------------
|
|
116
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
115
117
|
**codename** | **String**| Filter results where codename matches value | [optional]
|
|
116
118
|
**suite** | **String**| Filter results where suite matches value | [optional]
|
|
117
119
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
data/docs/ContentReleasesApi.md
CHANGED
|
@@ -85,6 +85,7 @@ end
|
|
|
85
85
|
|
|
86
86
|
api_instance = PulpDebClient::ContentReleasesApi.new
|
|
87
87
|
opts = {
|
|
88
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
88
89
|
codename: 'codename_example', # String | Filter results where codename matches value
|
|
89
90
|
suite: 'suite_example', # String | Filter results where suite matches value
|
|
90
91
|
distribution: 'distribution_example', # String | Filter results where distribution matches value
|
|
@@ -111,6 +112,7 @@ end
|
|
|
111
112
|
|
|
112
113
|
Name | Type | Description | Notes
|
|
113
114
|
------------- | ------------- | ------------- | -------------
|
|
115
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
114
116
|
**codename** | **String**| Filter results where codename matches value | [optional]
|
|
115
117
|
**suite** | **String**| Filter results where suite matches value | [optional]
|
|
116
118
|
**distribution** | **String**| Filter results where distribution matches value | [optional]
|
data/docs/DebDebPublication.md
CHANGED
|
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**repository** | **String** | A URI of the repository to be published. | [optional]
|
|
11
11
|
**simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
|
|
12
12
|
**structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
|
|
13
|
+
**signing_service** | **String** | Sign Release files with this signing key | [optional]
|
|
13
14
|
|
|
14
15
|
## Code Sample
|
|
15
16
|
|
|
@@ -21,7 +22,8 @@ instance = PulpDebClient::DebDebPublication.new(pulp_href: null,
|
|
|
21
22
|
repository_version: null,
|
|
22
23
|
repository: null,
|
|
23
24
|
simple: null,
|
|
24
|
-
structured: null
|
|
25
|
+
structured: null,
|
|
26
|
+
signing_service: null)
|
|
25
27
|
```
|
|
26
28
|
|
|
27
29
|
|
data/docs/DistributionsAptApi.md
CHANGED
|
@@ -141,6 +141,7 @@ end
|
|
|
141
141
|
|
|
142
142
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
|
143
143
|
opts = {
|
|
144
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
144
145
|
name: 'name_example', # String |
|
|
145
146
|
name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
|
|
146
147
|
base_path: 'base_path_example', # String |
|
|
@@ -167,6 +168,7 @@ end
|
|
|
167
168
|
|
|
168
169
|
Name | Type | Description | Notes
|
|
169
170
|
------------- | ------------- | ------------- | -------------
|
|
171
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
170
172
|
**name** | **String**| | [optional]
|
|
171
173
|
**name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
|
|
172
174
|
**base_path** | **String**| | [optional]
|
data/docs/RemotesAptApi.md
CHANGED
|
@@ -141,6 +141,7 @@ end
|
|
|
141
141
|
|
|
142
142
|
api_instance = PulpDebClient::RemotesAptApi.new
|
|
143
143
|
opts = {
|
|
144
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
144
145
|
name: 'name_example', # String |
|
|
145
146
|
name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
|
|
146
147
|
pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | Filter results where pulp_last_updated is less than value
|
|
@@ -169,6 +170,7 @@ end
|
|
|
169
170
|
|
|
170
171
|
Name | Type | Description | Notes
|
|
171
172
|
------------- | ------------- | ------------- | -------------
|
|
173
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
172
174
|
**name** | **String**| | [optional]
|
|
173
175
|
**name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
|
|
174
176
|
**pulp_last_updated__lt** | **String**| Filter results where pulp_last_updated is less than value | [optional]
|
data/docs/RepositoriesAptApi.md
CHANGED
|
@@ -143,6 +143,7 @@ end
|
|
|
143
143
|
|
|
144
144
|
api_instance = PulpDebClient::RepositoriesAptApi.new
|
|
145
145
|
opts = {
|
|
146
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
146
147
|
name: 'name_example', # String |
|
|
147
148
|
name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
|
|
148
149
|
limit: 56, # Integer | Number of results to return per page.
|
|
@@ -165,6 +166,7 @@ end
|
|
|
165
166
|
|
|
166
167
|
Name | Type | Description | Notes
|
|
167
168
|
------------- | ------------- | ------------- | -------------
|
|
169
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
168
170
|
**name** | **String**| | [optional]
|
|
169
171
|
**name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
|
|
170
172
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
@@ -5,8 +5,9 @@ All URIs are relative to *http://localhost:24817*
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
7
|
[**delete**](RepositoriesDebVersionsApi.md#delete) | **DELETE** {apt_repository_version_href} | Delete a repository version
|
|
8
|
-
[**list**](RepositoriesDebVersionsApi.md#list) | **GET** {
|
|
8
|
+
[**list**](RepositoriesDebVersionsApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/{apt_repository_pk}/versions/ | List repository versions
|
|
9
9
|
[**read**](RepositoriesDebVersionsApi.md#read) | **GET** {apt_repository_version_href} | Inspect a repository version
|
|
10
|
+
[**repair**](RepositoriesDebVersionsApi.md#repair) | **POST** {apt_repository_version_href}repair/ |
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
|
|
@@ -65,7 +66,7 @@ Name | Type | Description | Notes
|
|
|
65
66
|
|
|
66
67
|
## list
|
|
67
68
|
|
|
68
|
-
> InlineResponse20014 list(
|
|
69
|
+
> InlineResponse20014 list(apt_repository_pk, opts)
|
|
69
70
|
|
|
70
71
|
List repository versions
|
|
71
72
|
|
|
@@ -84,7 +85,7 @@ PulpDebClient.configure do |config|
|
|
|
84
85
|
end
|
|
85
86
|
|
|
86
87
|
api_instance = PulpDebClient::RepositoriesDebVersionsApi.new
|
|
87
|
-
|
|
88
|
+
apt_repository_pk = 'apt_repository_pk_example' # String |
|
|
88
89
|
opts = {
|
|
89
90
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
90
91
|
number: 3.4, # Float |
|
|
@@ -108,7 +109,7 @@ opts = {
|
|
|
108
109
|
|
|
109
110
|
begin
|
|
110
111
|
#List repository versions
|
|
111
|
-
result = api_instance.list(
|
|
112
|
+
result = api_instance.list(apt_repository_pk, opts)
|
|
112
113
|
p result
|
|
113
114
|
rescue PulpDebClient::ApiError => e
|
|
114
115
|
puts "Exception when calling RepositoriesDebVersionsApi->list: #{e}"
|
|
@@ -120,7 +121,7 @@ end
|
|
|
120
121
|
|
|
121
122
|
Name | Type | Description | Notes
|
|
122
123
|
------------- | ------------- | ------------- | -------------
|
|
123
|
-
**
|
|
124
|
+
**apt_repository_pk** | **String**| |
|
|
124
125
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
125
126
|
**number** | **Float**| | [optional]
|
|
126
127
|
**number__lt** | **Float**| Filter results where number is less than value | [optional]
|
|
@@ -212,3 +213,57 @@ Name | Type | Description | Notes
|
|
|
212
213
|
- **Content-Type**: Not defined
|
|
213
214
|
- **Accept**: application/json
|
|
214
215
|
|
|
216
|
+
|
|
217
|
+
## repair
|
|
218
|
+
|
|
219
|
+
> AsyncOperationResponse repair(apt_repository_version_href, data)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
Trigger an asynchronous task to repair a repositroy version.
|
|
224
|
+
|
|
225
|
+
### Example
|
|
226
|
+
|
|
227
|
+
```ruby
|
|
228
|
+
# load the gem
|
|
229
|
+
require 'pulp_deb_client'
|
|
230
|
+
# setup authorization
|
|
231
|
+
PulpDebClient.configure do |config|
|
|
232
|
+
# Configure HTTP basic authorization: Basic
|
|
233
|
+
config.username = 'YOUR USERNAME'
|
|
234
|
+
config.password = 'YOUR PASSWORD'
|
|
235
|
+
end
|
|
236
|
+
|
|
237
|
+
api_instance = PulpDebClient::RepositoriesDebVersionsApi.new
|
|
238
|
+
apt_repository_version_href = 'apt_repository_version_href_example' # String | URI of Repository Version. e.g.: /pulp/api/v3/repositories/deb/apt/1/versions/1/
|
|
239
|
+
data = PulpDebClient::RepositoryVersion.new # RepositoryVersion |
|
|
240
|
+
|
|
241
|
+
begin
|
|
242
|
+
result = api_instance.repair(apt_repository_version_href, data)
|
|
243
|
+
p result
|
|
244
|
+
rescue PulpDebClient::ApiError => e
|
|
245
|
+
puts "Exception when calling RepositoriesDebVersionsApi->repair: #{e}"
|
|
246
|
+
end
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
### Parameters
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
Name | Type | Description | Notes
|
|
253
|
+
------------- | ------------- | ------------- | -------------
|
|
254
|
+
**apt_repository_version_href** | **String**| URI of Repository Version. e.g.: /pulp/api/v3/repositories/deb/apt/1/versions/1/ |
|
|
255
|
+
**data** | [**RepositoryVersion**](RepositoryVersion.md)| |
|
|
256
|
+
|
|
257
|
+
### Return type
|
|
258
|
+
|
|
259
|
+
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
|
260
|
+
|
|
261
|
+
### Authorization
|
|
262
|
+
|
|
263
|
+
[Basic](../README.md#Basic)
|
|
264
|
+
|
|
265
|
+
### HTTP request headers
|
|
266
|
+
|
|
267
|
+
- **Content-Type**: application/json
|
|
268
|
+
- **Accept**: application/json
|
|
269
|
+
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -100,6 +100,7 @@ module PulpDebClient
|
|
|
100
100
|
# List generic contents
|
|
101
101
|
# A ViewSet for GenericContent.
|
|
102
102
|
# @param [Hash] opts the optional parameters
|
|
103
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
103
104
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
104
105
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
105
106
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
@@ -118,6 +119,7 @@ module PulpDebClient
|
|
|
118
119
|
# List generic contents
|
|
119
120
|
# A ViewSet for GenericContent.
|
|
120
121
|
# @param [Hash] opts the optional parameters
|
|
122
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
121
123
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
122
124
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
123
125
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
@@ -137,6 +139,7 @@ module PulpDebClient
|
|
|
137
139
|
|
|
138
140
|
# query parameters
|
|
139
141
|
query_params = opts[:query_params] || {}
|
|
142
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
140
143
|
query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
|
|
141
144
|
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
|
142
145
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -86,6 +86,7 @@ module PulpDebClient
|
|
|
86
86
|
# List InstallerFileIndices
|
|
87
87
|
# A ViewSet for InstallerFileIndex.
|
|
88
88
|
# @param [Hash] opts the optional parameters
|
|
89
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
89
90
|
# @option opts [String] :component Filter results where component matches value
|
|
90
91
|
# @option opts [String] :architecture Filter results where architecture matches value
|
|
91
92
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
@@ -106,6 +107,7 @@ module PulpDebClient
|
|
|
106
107
|
# List InstallerFileIndices
|
|
107
108
|
# A ViewSet for InstallerFileIndex.
|
|
108
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
109
111
|
# @option opts [String] :component Filter results where component matches value
|
|
110
112
|
# @option opts [String] :architecture Filter results where architecture matches value
|
|
111
113
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
@@ -127,6 +129,7 @@ module PulpDebClient
|
|
|
127
129
|
|
|
128
130
|
# query parameters
|
|
129
131
|
query_params = opts[:query_params] || {}
|
|
132
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
130
133
|
query_params[:'component'] = opts[:'component'] if !opts[:'component'].nil?
|
|
131
134
|
query_params[:'architecture'] = opts[:'architecture'] if !opts[:'architecture'].nil?
|
|
132
135
|
query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -96,6 +96,7 @@ module PulpDebClient
|
|
|
96
96
|
# List installer packages
|
|
97
97
|
# A ViewSet for InstallerPackage.
|
|
98
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
99
100
|
# @option opts [String] :package Filter results where package matches value
|
|
100
101
|
# @option opts [String] :source Filter results where source matches value
|
|
101
102
|
# @option opts [String] :version Filter results where version matches value
|
|
@@ -129,6 +130,7 @@ module PulpDebClient
|
|
|
129
130
|
# List installer packages
|
|
130
131
|
# A ViewSet for InstallerPackage.
|
|
131
132
|
# @param [Hash] opts the optional parameters
|
|
133
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
132
134
|
# @option opts [String] :package Filter results where package matches value
|
|
133
135
|
# @option opts [String] :source Filter results where source matches value
|
|
134
136
|
# @option opts [String] :version Filter results where version matches value
|
|
@@ -163,6 +165,7 @@ module PulpDebClient
|
|
|
163
165
|
|
|
164
166
|
# query parameters
|
|
165
167
|
query_params = opts[:query_params] || {}
|
|
168
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
166
169
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
|
167
170
|
query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
|
|
168
171
|
query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -86,6 +86,7 @@ module PulpDebClient
|
|
|
86
86
|
# List PackageIndices
|
|
87
87
|
# A ViewSet for PackageIndex.
|
|
88
88
|
# @param [Hash] opts the optional parameters
|
|
89
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
89
90
|
# @option opts [String] :component Filter results where component matches value
|
|
90
91
|
# @option opts [String] :architecture Filter results where architecture matches value
|
|
91
92
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
@@ -106,6 +107,7 @@ module PulpDebClient
|
|
|
106
107
|
# List PackageIndices
|
|
107
108
|
# A ViewSet for PackageIndex.
|
|
108
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
109
111
|
# @option opts [String] :component Filter results where component matches value
|
|
110
112
|
# @option opts [String] :architecture Filter results where architecture matches value
|
|
111
113
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
@@ -127,6 +129,7 @@ module PulpDebClient
|
|
|
127
129
|
|
|
128
130
|
# query parameters
|
|
129
131
|
query_params = opts[:query_params] || {}
|
|
132
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
130
133
|
query_params[:'component'] = opts[:'component'] if !opts[:'component'].nil?
|
|
131
134
|
query_params[:'architecture'] = opts[:'architecture'] if !opts[:'architecture'].nil?
|
|
132
135
|
query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -86,6 +86,7 @@ module PulpDebClient
|
|
|
86
86
|
# List package release components
|
|
87
87
|
# A ViewSet for PackageReleaseComponent.
|
|
88
88
|
# @param [Hash] opts the optional parameters
|
|
89
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
89
90
|
# @option opts [String] :package Filter results where package matches value
|
|
90
91
|
# @option opts [String] :release_component Filter results where release_component matches value
|
|
91
92
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
@@ -104,6 +105,7 @@ module PulpDebClient
|
|
|
104
105
|
# List package release components
|
|
105
106
|
# A ViewSet for PackageReleaseComponent.
|
|
106
107
|
# @param [Hash] opts the optional parameters
|
|
108
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
107
109
|
# @option opts [String] :package Filter results where package matches value
|
|
108
110
|
# @option opts [String] :release_component Filter results where release_component matches value
|
|
109
111
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
@@ -123,6 +125,7 @@ module PulpDebClient
|
|
|
123
125
|
|
|
124
126
|
# query parameters
|
|
125
127
|
query_params = opts[:query_params] || {}
|
|
128
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
126
129
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
|
127
130
|
query_params[:'release_component'] = opts[:'release_component'] if !opts[:'release_component'].nil?
|
|
128
131
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -96,6 +96,7 @@ module PulpDebClient
|
|
|
96
96
|
# List packages
|
|
97
97
|
# A ViewSet for Package.
|
|
98
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
99
100
|
# @option opts [String] :package Filter results where package matches value
|
|
100
101
|
# @option opts [String] :source Filter results where source matches value
|
|
101
102
|
# @option opts [String] :version Filter results where version matches value
|
|
@@ -130,6 +131,7 @@ module PulpDebClient
|
|
|
130
131
|
# List packages
|
|
131
132
|
# A ViewSet for Package.
|
|
132
133
|
# @param [Hash] opts the optional parameters
|
|
134
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
133
135
|
# @option opts [String] :package Filter results where package matches value
|
|
134
136
|
# @option opts [String] :source Filter results where source matches value
|
|
135
137
|
# @option opts [String] :version Filter results where version matches value
|
|
@@ -165,6 +167,7 @@ module PulpDebClient
|
|
|
165
167
|
|
|
166
168
|
# query parameters
|
|
167
169
|
query_params = opts[:query_params] || {}
|
|
170
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
168
171
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
|
169
172
|
query_params[:'source'] = opts[:'source'] if !opts[:'source'].nil?
|
|
170
173
|
query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -86,6 +86,7 @@ module PulpDebClient
|
|
|
86
86
|
# List release architectures
|
|
87
87
|
# A ViewSet for ReleaseArchitecture.
|
|
88
88
|
# @param [Hash] opts the optional parameters
|
|
89
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
89
90
|
# @option opts [String] :architecture Filter results where architecture matches value
|
|
90
91
|
# @option opts [String] :release Filter results where release matches value
|
|
91
92
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
@@ -104,6 +105,7 @@ module PulpDebClient
|
|
|
104
105
|
# List release architectures
|
|
105
106
|
# A ViewSet for ReleaseArchitecture.
|
|
106
107
|
# @param [Hash] opts the optional parameters
|
|
108
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
107
109
|
# @option opts [String] :architecture Filter results where architecture matches value
|
|
108
110
|
# @option opts [String] :release Filter results where release matches value
|
|
109
111
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
@@ -123,6 +125,7 @@ module PulpDebClient
|
|
|
123
125
|
|
|
124
126
|
# query parameters
|
|
125
127
|
query_params = opts[:query_params] || {}
|
|
128
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
126
129
|
query_params[:'architecture'] = opts[:'architecture'] if !opts[:'architecture'].nil?
|
|
127
130
|
query_params[:'release'] = opts[:'release'] if !opts[:'release'].nil?
|
|
128
131
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|