pulp_deb_client 2.4.0b1 → 2.5.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 +35 -48
- data/docs/ContentGenericContentsApi.md +2 -2
- data/docs/ContentInstallerFileIndicesApi.md +4 -4
- data/docs/ContentInstallerPackagesApi.md +2 -2
- data/docs/ContentPackageIndicesApi.md +4 -4
- data/docs/ContentPackageReleaseComponentsApi.md +4 -4
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentReleaseArchitecturesApi.md +4 -4
- data/docs/ContentReleaseComponentsApi.md +4 -4
- data/docs/ContentReleaseFilesApi.md +4 -4
- data/docs/ContentReleasesApi.md +4 -4
- data/docs/{DebDebDistribution.md → DebAptDistribution.md} +2 -2
- data/docs/{DebDebPublication.md → DebAptPublication.md} +2 -2
- data/docs/{DebDebRemote.md → DebAptRemote.md} +2 -2
- data/docs/{DebDebRepository.md → DebAptRepository.md} +2 -2
- data/docs/{DebBasePackageRead.md → DebBasePackage.md} +2 -2
- data/docs/{DebGenericContentRead.md → DebGenericContent.md} +2 -2
- data/docs/DistributionsAptApi.md +43 -43
- 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/PublicationsAptApi.md +26 -26
- data/docs/PublicationsVerbatimApi.md +2 -2
- data/docs/RemotesAptApi.md +46 -46
- data/docs/RepositoriesAptApi.md +56 -56
- data/docs/RepositoriesDebVersionsApi.md +13 -11
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +61 -61
- data/lib/pulp_deb_client/api/publications_apt_api.rb +37 -37
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +66 -66
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +84 -84
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +22 -19
- data/lib/pulp_deb_client/models/{deb_deb_distribution.rb → deb_apt_distribution.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_deb_publication.rb → deb_apt_publication.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_deb_remote.rb → deb_apt_remote.rb} +6 -3
- data/lib/pulp_deb_client/models/{deb_deb_repository.rb → deb_apt_repository.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_base_package_read.rb → deb_base_package.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_generic_content_read.rb → deb_generic_content.rb} +3 -3
- 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/version.rb +1 -1
- data/lib/pulp_deb_client.rb +6 -19
- data/spec/api/content_generic_contents_api_spec.rb +1 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
- data/spec/api/content_installer_packages_api_spec.rb +1 -1
- data/spec/api/content_package_indices_api_spec.rb +2 -2
- data/spec/api/content_package_release_components_api_spec.rb +2 -2
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_release_architectures_api_spec.rb +2 -2
- data/spec/api/content_release_components_api_spec.rb +2 -2
- data/spec/api/content_release_files_api_spec.rb +2 -2
- data/spec/api/content_releases_api_spec.rb +2 -2
- data/spec/api/distributions_apt_api_spec.rb +13 -13
- data/spec/api/publications_apt_api_spec.rb +10 -10
- data/spec/api/publications_verbatim_api_spec.rb +1 -1
- data/spec/api/remotes_apt_api_spec.rb +15 -15
- data/spec/api/repositories_apt_api_spec.rb +17 -17
- data/spec/api/repositories_deb_versions_api_spec.rb +6 -5
- data/spec/models/{deb_deb_distribution_spec.rb → deb_apt_distribution_spec.rb} +6 -6
- data/spec/models/{deb_deb_publication_spec.rb → deb_apt_publication_spec.rb} +6 -6
- data/spec/models/{deb_deb_remote_spec.rb → deb_apt_remote_spec.rb} +6 -6
- data/spec/models/{deb_deb_repository_spec.rb → deb_apt_repository_spec.rb} +6 -6
- data/spec/models/{deb_base_package_read_spec.rb → deb_base_package_spec.rb} +6 -6
- data/spec/models/{deb_generic_content_read_spec.rb → deb_generic_content_spec.rb} +6 -6
- metadata +26 -78
- data/docs/DebDebDistributionRead.md +0 -29
- data/docs/DebDebPublicationRead.md +0 -29
- data/docs/DebDebRemoteRead.md +0 -57
- data/docs/DebDebRepositoryRead.md +0 -27
- data/docs/DebInstallerFileIndexRead.md +0 -29
- data/docs/DebPackageIndexRead.md +0 -29
- data/docs/DebPackageReleaseComponentRead.md +0 -23
- data/docs/DebReleaseArchitectureRead.md +0 -23
- data/docs/DebReleaseComponentRead.md +0 -23
- data/docs/DebReleaseFileRead.md +0 -29
- data/docs/DebReleaseRead.md +0 -25
- data/docs/DebVerbatimPublicationRead.md +0 -23
- data/docs/RepositoryVersionRead.md +0 -25
- data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +0 -331
- data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +0 -269
- data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +0 -670
- data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +0 -294
- data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +0 -341
- data/lib/pulp_deb_client/models/deb_package_index_read.rb +0 -341
- data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +0 -246
- data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +0 -265
- data/lib/pulp_deb_client/models/deb_release_component_read.rb +0 -265
- data/lib/pulp_deb_client/models/deb_release_file_read.rb +0 -342
- data/lib/pulp_deb_client/models/deb_release_read.rb +0 -315
- data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +0 -235
- data/lib/pulp_deb_client/models/repository_version_read.rb +0 -244
- data/spec/models/deb_deb_distribution_read_spec.rb +0 -77
- data/spec/models/deb_deb_publication_read_spec.rb +0 -77
- data/spec/models/deb_deb_remote_read_spec.rb +0 -165
- data/spec/models/deb_deb_repository_read_spec.rb +0 -71
- data/spec/models/deb_installer_file_index_read_spec.rb +0 -77
- data/spec/models/deb_package_index_read_spec.rb +0 -77
- data/spec/models/deb_package_release_component_read_spec.rb +0 -59
- data/spec/models/deb_release_architecture_read_spec.rb +0 -59
- data/spec/models/deb_release_component_read_spec.rb +0 -59
- data/spec/models/deb_release_file_read_spec.rb +0 -77
- data/spec/models/deb_release_read_spec.rb +0 -65
- data/spec/models/deb_verbatim_publication_read_spec.rb +0 -59
- data/spec/models/repository_version_read_spec.rb +0 -65
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 350a56ff7fc28301b54cfbacfc6236cf8cb58d278b4b9fa74fd91da2e7bd71e7
|
|
4
|
+
data.tar.gz: 2c7eb64e1edef5c6c8db814a6b976562f3c5eede352a0322f162b23421b8ebb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83059db0e668fe41d06066d8f83353ba90e57829b29f2d52bee1335375366a51739b5e0fd3a57484639920975472ba9cab1f1b4a03dfba5ab850cd560e9df3f6
|
|
7
|
+
data.tar.gz: f56293f1ab099317e4cd487aec8b718e1e6ff3e028b0d5cf6e4f4819f333b23df1e9c0068602ba534059a4f77aa9e93f0d62399b71f5f6ce350d38e2bf9c574c
|
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.5.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.5.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.5.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.5.0b1'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -117,36 +117,36 @@ Class | Method | HTTP request | Description
|
|
|
117
117
|
*PulpDebClient::ContentReleasesApi* | [**create**](docs/ContentReleasesApi.md#create) | **POST** /pulp/api/v3/content/deb/releases/ | Create a release
|
|
118
118
|
*PulpDebClient::ContentReleasesApi* | [**list**](docs/ContentReleasesApi.md#list) | **GET** /pulp/api/v3/content/deb/releases/ | List releases
|
|
119
119
|
*PulpDebClient::ContentReleasesApi* | [**read**](docs/ContentReleasesApi.md#read) | **GET** {release_href} | Inspect a release
|
|
120
|
-
*PulpDebClient::DistributionsAptApi* | [**create**](docs/DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create
|
|
121
|
-
*PulpDebClient::DistributionsAptApi* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {
|
|
122
|
-
*PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List
|
|
123
|
-
*PulpDebClient::DistributionsAptApi* | [**partial_update**](docs/DistributionsAptApi.md#partial_update) | **PATCH** {
|
|
124
|
-
*PulpDebClient::DistributionsAptApi* | [**read**](docs/DistributionsAptApi.md#read) | **GET** {
|
|
125
|
-
*PulpDebClient::DistributionsAptApi* | [**update**](docs/DistributionsAptApi.md#update) | **PUT** {
|
|
126
|
-
*PulpDebClient::PublicationsAptApi* | [**create**](docs/PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create
|
|
127
|
-
*PulpDebClient::PublicationsAptApi* | [**delete**](docs/PublicationsAptApi.md#delete) | **DELETE** {
|
|
128
|
-
*PulpDebClient::PublicationsAptApi* | [**list**](docs/PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List
|
|
129
|
-
*PulpDebClient::PublicationsAptApi* | [**read**](docs/PublicationsAptApi.md#read) | **GET** {
|
|
120
|
+
*PulpDebClient::DistributionsAptApi* | [**create**](docs/DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create an apt distribution
|
|
121
|
+
*PulpDebClient::DistributionsAptApi* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {apt_distribution_href} | Delete an apt distribution
|
|
122
|
+
*PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List apt distributions
|
|
123
|
+
*PulpDebClient::DistributionsAptApi* | [**partial_update**](docs/DistributionsAptApi.md#partial_update) | **PATCH** {apt_distribution_href} | Partially update an apt distribution
|
|
124
|
+
*PulpDebClient::DistributionsAptApi* | [**read**](docs/DistributionsAptApi.md#read) | **GET** {apt_distribution_href} | Inspect an apt distribution
|
|
125
|
+
*PulpDebClient::DistributionsAptApi* | [**update**](docs/DistributionsAptApi.md#update) | **PUT** {apt_distribution_href} | Update an apt distribution
|
|
126
|
+
*PulpDebClient::PublicationsAptApi* | [**create**](docs/PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create an apt publication
|
|
127
|
+
*PulpDebClient::PublicationsAptApi* | [**delete**](docs/PublicationsAptApi.md#delete) | **DELETE** {apt_publication_href} | Delete an apt publication
|
|
128
|
+
*PulpDebClient::PublicationsAptApi* | [**list**](docs/PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List apt publications
|
|
129
|
+
*PulpDebClient::PublicationsAptApi* | [**read**](docs/PublicationsAptApi.md#read) | **GET** {apt_publication_href} | Inspect an apt publication
|
|
130
130
|
*PulpDebClient::PublicationsVerbatimApi* | [**create**](docs/PublicationsVerbatimApi.md#create) | **POST** /pulp/api/v3/publications/deb/verbatim/ | Create a verbatim publication
|
|
131
131
|
*PulpDebClient::PublicationsVerbatimApi* | [**delete**](docs/PublicationsVerbatimApi.md#delete) | **DELETE** {verbatim_publication_href} | Delete a verbatim publication
|
|
132
132
|
*PulpDebClient::PublicationsVerbatimApi* | [**list**](docs/PublicationsVerbatimApi.md#list) | **GET** /pulp/api/v3/publications/deb/verbatim/ | List verbatim publications
|
|
133
133
|
*PulpDebClient::PublicationsVerbatimApi* | [**read**](docs/PublicationsVerbatimApi.md#read) | **GET** {verbatim_publication_href} | Inspect a verbatim publication
|
|
134
|
-
*PulpDebClient::RemotesAptApi* | [**create**](docs/RemotesAptApi.md#create) | **POST** /pulp/api/v3/remotes/deb/apt/ | Create
|
|
135
|
-
*PulpDebClient::RemotesAptApi* | [**delete**](docs/RemotesAptApi.md#delete) | **DELETE** {
|
|
136
|
-
*PulpDebClient::RemotesAptApi* | [**list**](docs/RemotesAptApi.md#list) | **GET** /pulp/api/v3/remotes/deb/apt/ | List
|
|
137
|
-
*PulpDebClient::RemotesAptApi* | [**partial_update**](docs/RemotesAptApi.md#partial_update) | **PATCH** {
|
|
138
|
-
*PulpDebClient::RemotesAptApi* | [**read**](docs/RemotesAptApi.md#read) | **GET** {
|
|
139
|
-
*PulpDebClient::RemotesAptApi* | [**update**](docs/RemotesAptApi.md#update) | **PUT** {
|
|
140
|
-
*PulpDebClient::RepositoriesAptApi* | [**create**](docs/RepositoriesAptApi.md#create) | **POST** /pulp/api/v3/repositories/deb/apt/ | Create
|
|
141
|
-
*PulpDebClient::RepositoriesAptApi* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {
|
|
142
|
-
*PulpDebClient::RepositoriesAptApi* | [**list**](docs/RepositoriesAptApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/ | List
|
|
143
|
-
*PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {
|
|
144
|
-
*PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {
|
|
145
|
-
*PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {
|
|
146
|
-
*PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {
|
|
147
|
-
*PulpDebClient::RepositoriesAptApi* | [**update**](docs/RepositoriesAptApi.md#update) | **PUT** {
|
|
134
|
+
*PulpDebClient::RemotesAptApi* | [**create**](docs/RemotesAptApi.md#create) | **POST** /pulp/api/v3/remotes/deb/apt/ | Create an apt remote
|
|
135
|
+
*PulpDebClient::RemotesAptApi* | [**delete**](docs/RemotesAptApi.md#delete) | **DELETE** {apt_remote_href} | Delete an apt remote
|
|
136
|
+
*PulpDebClient::RemotesAptApi* | [**list**](docs/RemotesAptApi.md#list) | **GET** /pulp/api/v3/remotes/deb/apt/ | List apt remotes
|
|
137
|
+
*PulpDebClient::RemotesAptApi* | [**partial_update**](docs/RemotesAptApi.md#partial_update) | **PATCH** {apt_remote_href} | Partially update an apt remote
|
|
138
|
+
*PulpDebClient::RemotesAptApi* | [**read**](docs/RemotesAptApi.md#read) | **GET** {apt_remote_href} | Inspect an apt remote
|
|
139
|
+
*PulpDebClient::RemotesAptApi* | [**update**](docs/RemotesAptApi.md#update) | **PUT** {apt_remote_href} | Update an apt remote
|
|
140
|
+
*PulpDebClient::RepositoriesAptApi* | [**create**](docs/RepositoriesAptApi.md#create) | **POST** /pulp/api/v3/repositories/deb/apt/ | Create an apt repository
|
|
141
|
+
*PulpDebClient::RepositoriesAptApi* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {apt_repository_href} | Delete an apt repository
|
|
142
|
+
*PulpDebClient::RepositoriesAptApi* | [**list**](docs/RepositoriesAptApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/ | List apt repositorys
|
|
143
|
+
*PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {apt_repository_href}modify/ | Modify Repository Content
|
|
144
|
+
*PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {apt_repository_href} | Partially update an apt repository
|
|
145
|
+
*PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {apt_repository_href} | Inspect an apt repository
|
|
146
|
+
*PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {apt_repository_href}sync/ | Sync from remote
|
|
147
|
+
*PulpDebClient::RepositoriesAptApi* | [**update**](docs/RepositoriesAptApi.md#update) | **PUT** {apt_repository_href} | Update an apt 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** {apt_repository_href}versions/ | List repository versions
|
|
150
150
|
*PulpDebClient::RepositoriesDebVersionsApi* | [**read**](docs/RepositoriesDebVersionsApi.md#read) | **GET** {apt_repository_version_href} | Inspect a repository version
|
|
151
151
|
*PulpDebClient::RepositoriesDebVersionsApi* | [**repair**](docs/RepositoriesDebVersionsApi.md#repair) | **POST** {apt_repository_version_href}repair/ |
|
|
152
152
|
|
|
@@ -155,32 +155,20 @@ Class | Method | HTTP request | Description
|
|
|
155
155
|
|
|
156
156
|
- [PulpDebClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
|
157
157
|
- [PulpDebClient::ContentSummary](docs/ContentSummary.md)
|
|
158
|
-
- [PulpDebClient::
|
|
159
|
-
- [PulpDebClient::
|
|
160
|
-
- [PulpDebClient::
|
|
161
|
-
- [PulpDebClient::
|
|
162
|
-
- [PulpDebClient::
|
|
163
|
-
- [PulpDebClient::
|
|
164
|
-
- [PulpDebClient::DebDebRemoteRead](docs/DebDebRemoteRead.md)
|
|
165
|
-
- [PulpDebClient::DebDebRepository](docs/DebDebRepository.md)
|
|
166
|
-
- [PulpDebClient::DebDebRepositoryRead](docs/DebDebRepositoryRead.md)
|
|
167
|
-
- [PulpDebClient::DebGenericContentRead](docs/DebGenericContentRead.md)
|
|
158
|
+
- [PulpDebClient::DebAptDistribution](docs/DebAptDistribution.md)
|
|
159
|
+
- [PulpDebClient::DebAptPublication](docs/DebAptPublication.md)
|
|
160
|
+
- [PulpDebClient::DebAptRemote](docs/DebAptRemote.md)
|
|
161
|
+
- [PulpDebClient::DebAptRepository](docs/DebAptRepository.md)
|
|
162
|
+
- [PulpDebClient::DebBasePackage](docs/DebBasePackage.md)
|
|
163
|
+
- [PulpDebClient::DebGenericContent](docs/DebGenericContent.md)
|
|
168
164
|
- [PulpDebClient::DebInstallerFileIndex](docs/DebInstallerFileIndex.md)
|
|
169
|
-
- [PulpDebClient::DebInstallerFileIndexRead](docs/DebInstallerFileIndexRead.md)
|
|
170
165
|
- [PulpDebClient::DebPackageIndex](docs/DebPackageIndex.md)
|
|
171
|
-
- [PulpDebClient::DebPackageIndexRead](docs/DebPackageIndexRead.md)
|
|
172
166
|
- [PulpDebClient::DebPackageReleaseComponent](docs/DebPackageReleaseComponent.md)
|
|
173
|
-
- [PulpDebClient::DebPackageReleaseComponentRead](docs/DebPackageReleaseComponentRead.md)
|
|
174
167
|
- [PulpDebClient::DebRelease](docs/DebRelease.md)
|
|
175
168
|
- [PulpDebClient::DebReleaseArchitecture](docs/DebReleaseArchitecture.md)
|
|
176
|
-
- [PulpDebClient::DebReleaseArchitectureRead](docs/DebReleaseArchitectureRead.md)
|
|
177
169
|
- [PulpDebClient::DebReleaseComponent](docs/DebReleaseComponent.md)
|
|
178
|
-
- [PulpDebClient::DebReleaseComponentRead](docs/DebReleaseComponentRead.md)
|
|
179
170
|
- [PulpDebClient::DebReleaseFile](docs/DebReleaseFile.md)
|
|
180
|
-
- [PulpDebClient::DebReleaseFileRead](docs/DebReleaseFileRead.md)
|
|
181
|
-
- [PulpDebClient::DebReleaseRead](docs/DebReleaseRead.md)
|
|
182
171
|
- [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
|
|
183
|
-
- [PulpDebClient::DebVerbatimPublicationRead](docs/DebVerbatimPublicationRead.md)
|
|
184
172
|
- [PulpDebClient::InlineResponse200](docs/InlineResponse200.md)
|
|
185
173
|
- [PulpDebClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
186
174
|
- [PulpDebClient::InlineResponse20010](docs/InlineResponse20010.md)
|
|
@@ -199,7 +187,6 @@ Class | Method | HTTP request | Description
|
|
|
199
187
|
- [PulpDebClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
|
200
188
|
- [PulpDebClient::RepositorySyncURL](docs/RepositorySyncURL.md)
|
|
201
189
|
- [PulpDebClient::RepositoryVersion](docs/RepositoryVersion.md)
|
|
202
|
-
- [PulpDebClient::RepositoryVersionRead](docs/RepositoryVersionRead.md)
|
|
203
190
|
|
|
204
191
|
|
|
205
192
|
## Documentation for Authorization
|
|
@@ -146,7 +146,7 @@ Name | Type | Description | Notes
|
|
|
146
146
|
|
|
147
147
|
## read
|
|
148
148
|
|
|
149
|
-
>
|
|
149
|
+
> DebGenericContent read(generic_content_href, opts)
|
|
150
150
|
|
|
151
151
|
Inspect a generic content
|
|
152
152
|
|
|
@@ -191,7 +191,7 @@ Name | Type | Description | Notes
|
|
|
191
191
|
|
|
192
192
|
### Return type
|
|
193
193
|
|
|
194
|
-
[**
|
|
194
|
+
[**DebGenericContent**](DebGenericContent.md)
|
|
195
195
|
|
|
196
196
|
### Authorization
|
|
197
197
|
|
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> DebInstallerFileIndex create(data)
|
|
16
16
|
|
|
17
17
|
Create an installer file index
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
[**
|
|
54
|
+
[**DebInstallerFileIndex**](DebInstallerFileIndex.md)
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
|
|
|
142
142
|
|
|
143
143
|
## read
|
|
144
144
|
|
|
145
|
-
>
|
|
145
|
+
> DebInstallerFileIndex read(installer_file_index_href, opts)
|
|
146
146
|
|
|
147
147
|
Inspect an installer file index
|
|
148
148
|
|
|
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
|
|
|
187
187
|
|
|
188
188
|
### Return type
|
|
189
189
|
|
|
190
|
-
[**
|
|
190
|
+
[**DebInstallerFileIndex**](DebInstallerFileIndex.md)
|
|
191
191
|
|
|
192
192
|
### Authorization
|
|
193
193
|
|
|
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
|
|
|
176
176
|
|
|
177
177
|
## read
|
|
178
178
|
|
|
179
|
-
>
|
|
179
|
+
> DebBasePackage read(installer_package_href, opts)
|
|
180
180
|
|
|
181
181
|
Inspect an installer package
|
|
182
182
|
|
|
@@ -221,7 +221,7 @@ Name | Type | Description | Notes
|
|
|
221
221
|
|
|
222
222
|
### Return type
|
|
223
223
|
|
|
224
|
-
[**
|
|
224
|
+
[**DebBasePackage**](DebBasePackage.md)
|
|
225
225
|
|
|
226
226
|
### Authorization
|
|
227
227
|
|
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> DebPackageIndex create(data)
|
|
16
16
|
|
|
17
17
|
Create a package index
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
[**
|
|
54
|
+
[**DebPackageIndex**](DebPackageIndex.md)
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
|
|
|
142
142
|
|
|
143
143
|
## read
|
|
144
144
|
|
|
145
|
-
>
|
|
145
|
+
> DebPackageIndex read(package_index_href, opts)
|
|
146
146
|
|
|
147
147
|
Inspect a package index
|
|
148
148
|
|
|
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
|
|
|
187
187
|
|
|
188
188
|
### Return type
|
|
189
189
|
|
|
190
|
-
[**
|
|
190
|
+
[**DebPackageIndex**](DebPackageIndex.md)
|
|
191
191
|
|
|
192
192
|
### Authorization
|
|
193
193
|
|
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> DebPackageReleaseComponent create(data)
|
|
16
16
|
|
|
17
17
|
Create a package release component
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
[**
|
|
54
|
+
[**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
|
|
|
138
138
|
|
|
139
139
|
## read
|
|
140
140
|
|
|
141
|
-
>
|
|
141
|
+
> DebPackageReleaseComponent read(package_release_component_href, opts)
|
|
142
142
|
|
|
143
143
|
Inspect a package release component
|
|
144
144
|
|
|
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
|
|
|
183
183
|
|
|
184
184
|
### Return type
|
|
185
185
|
|
|
186
|
-
[**
|
|
186
|
+
[**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
|
|
187
187
|
|
|
188
188
|
### Authorization
|
|
189
189
|
|
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
|
178
178
|
|
|
179
179
|
## read
|
|
180
180
|
|
|
181
|
-
>
|
|
181
|
+
> DebBasePackage read(package_href, opts)
|
|
182
182
|
|
|
183
183
|
Inspect a package
|
|
184
184
|
|
|
@@ -223,7 +223,7 @@ Name | Type | Description | Notes
|
|
|
223
223
|
|
|
224
224
|
### Return type
|
|
225
225
|
|
|
226
|
-
[**
|
|
226
|
+
[**DebBasePackage**](DebBasePackage.md)
|
|
227
227
|
|
|
228
228
|
### Authorization
|
|
229
229
|
|
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> DebReleaseArchitecture create(data)
|
|
16
16
|
|
|
17
17
|
Create a release architecture
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
[**
|
|
54
|
+
[**DebReleaseArchitecture**](DebReleaseArchitecture.md)
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
|
|
|
138
138
|
|
|
139
139
|
## read
|
|
140
140
|
|
|
141
|
-
>
|
|
141
|
+
> DebReleaseArchitecture read(release_architecture_href, opts)
|
|
142
142
|
|
|
143
143
|
Inspect a release architecture
|
|
144
144
|
|
|
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
|
|
|
183
183
|
|
|
184
184
|
### Return type
|
|
185
185
|
|
|
186
|
-
[**
|
|
186
|
+
[**DebReleaseArchitecture**](DebReleaseArchitecture.md)
|
|
187
187
|
|
|
188
188
|
### Authorization
|
|
189
189
|
|
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> DebReleaseComponent create(data)
|
|
16
16
|
|
|
17
17
|
Create a release component
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
[**
|
|
54
|
+
[**DebReleaseComponent**](DebReleaseComponent.md)
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
|
|
|
138
138
|
|
|
139
139
|
## read
|
|
140
140
|
|
|
141
|
-
>
|
|
141
|
+
> DebReleaseComponent read(release_component_href, opts)
|
|
142
142
|
|
|
143
143
|
Inspect a release component
|
|
144
144
|
|
|
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
|
|
|
183
183
|
|
|
184
184
|
### Return type
|
|
185
185
|
|
|
186
|
-
[**
|
|
186
|
+
[**DebReleaseComponent**](DebReleaseComponent.md)
|
|
187
187
|
|
|
188
188
|
### Authorization
|
|
189
189
|
|
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> DebReleaseFile create(data)
|
|
16
16
|
|
|
17
17
|
Create a release file
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
[**
|
|
54
|
+
[**DebReleaseFile**](DebReleaseFile.md)
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
|
|
|
142
142
|
|
|
143
143
|
## read
|
|
144
144
|
|
|
145
|
-
>
|
|
145
|
+
> DebReleaseFile read(release_file_href, opts)
|
|
146
146
|
|
|
147
147
|
Inspect a release file
|
|
148
148
|
|
|
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
|
|
|
187
187
|
|
|
188
188
|
### Return type
|
|
189
189
|
|
|
190
|
-
[**
|
|
190
|
+
[**DebReleaseFile**](DebReleaseFile.md)
|
|
191
191
|
|
|
192
192
|
### Authorization
|
|
193
193
|
|
data/docs/ContentReleasesApi.md
CHANGED
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> DebRelease create(data)
|
|
16
16
|
|
|
17
17
|
Create a release
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
[**
|
|
54
|
+
[**DebRelease**](DebRelease.md)
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
|
|
|
140
140
|
|
|
141
141
|
## read
|
|
142
142
|
|
|
143
|
-
>
|
|
143
|
+
> DebRelease read(release_href, opts)
|
|
144
144
|
|
|
145
145
|
Inspect a release
|
|
146
146
|
|
|
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
|
|
|
185
185
|
|
|
186
186
|
### Return type
|
|
187
187
|
|
|
188
|
-
[**
|
|
188
|
+
[**DebRelease**](DebRelease.md)
|
|
189
189
|
|
|
190
190
|
### Authorization
|
|
191
191
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpDebClient::
|
|
1
|
+
# PulpDebClient::DebAptDistribution
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
|
|
|
17
17
|
```ruby
|
|
18
18
|
require 'PulpDebClient'
|
|
19
19
|
|
|
20
|
-
instance = PulpDebClient::
|
|
20
|
+
instance = PulpDebClient::DebAptDistribution.new(pulp_href: null,
|
|
21
21
|
pulp_created: null,
|
|
22
22
|
base_path: null,
|
|
23
23
|
base_url: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpDebClient::
|
|
1
|
+
# PulpDebClient::DebAptPublication
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
|
|
|
17
17
|
```ruby
|
|
18
18
|
require 'PulpDebClient'
|
|
19
19
|
|
|
20
|
-
instance = PulpDebClient::
|
|
20
|
+
instance = PulpDebClient::DebAptPublication.new(pulp_href: null,
|
|
21
21
|
pulp_created: null,
|
|
22
22
|
repository_version: null,
|
|
23
23
|
repository: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpDebClient::
|
|
1
|
+
# PulpDebClient::DebAptRemote
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
```ruby
|
|
32
32
|
require 'PulpDebClient'
|
|
33
33
|
|
|
34
|
-
instance = PulpDebClient::
|
|
34
|
+
instance = PulpDebClient::DebAptRemote.new(pulp_href: null,
|
|
35
35
|
pulp_created: null,
|
|
36
36
|
name: null,
|
|
37
37
|
url: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpDebClient::
|
|
1
|
+
# PulpDebClient::DebAptRepository
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
```ruby
|
|
17
17
|
require 'PulpDebClient'
|
|
18
18
|
|
|
19
|
-
instance = PulpDebClient::
|
|
19
|
+
instance = PulpDebClient::DebAptRepository.new(pulp_href: null,
|
|
20
20
|
pulp_created: null,
|
|
21
21
|
versions_href: null,
|
|
22
22
|
latest_version_href: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpDebClient::
|
|
1
|
+
# PulpDebClient::DebBasePackage
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -49,7 +49,7 @@ Name | Type | Description | Notes
|
|
|
49
49
|
```ruby
|
|
50
50
|
require 'PulpDebClient'
|
|
51
51
|
|
|
52
|
-
instance = PulpDebClient::
|
|
52
|
+
instance = PulpDebClient::DebBasePackage.new(pulp_href: null,
|
|
53
53
|
pulp_created: null,
|
|
54
54
|
artifact: null,
|
|
55
55
|
relative_path: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpDebClient::
|
|
1
|
+
# PulpDebClient::DebGenericContent
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
|
|
|
20
20
|
```ruby
|
|
21
21
|
require 'PulpDebClient'
|
|
22
22
|
|
|
23
|
-
instance = PulpDebClient::
|
|
23
|
+
instance = PulpDebClient::DebGenericContent.new(pulp_href: null,
|
|
24
24
|
pulp_created: null,
|
|
25
25
|
artifact: null,
|
|
26
26
|
relative_path: null,
|