pulp_deb_client 2.5.0b1 → 2.6.0b1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (221) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +60 -39
  3. data/docs/ContentGenericContentsApi.md +26 -26
  4. data/docs/ContentInstallerFileIndicesApi.md +37 -37
  5. data/docs/ContentInstallerPackagesApi.md +56 -56
  6. data/docs/ContentPackageIndicesApi.md +37 -37
  7. data/docs/ContentPackageReleaseComponentsApi.md +33 -33
  8. data/docs/ContentPackagesApi.md +58 -58
  9. data/docs/ContentReleaseArchitecturesApi.md +33 -33
  10. data/docs/ContentReleaseComponentsApi.md +33 -33
  11. data/docs/ContentReleaseFilesApi.md +37 -37
  12. data/docs/ContentReleasesApi.md +35 -35
  13. data/docs/ContentSummary.md +3 -3
  14. data/docs/ContentSummaryResponse.md +21 -0
  15. data/docs/DebAptDistribution.md +1 -7
  16. data/docs/DebAptDistributionResponse.md +29 -0
  17. data/docs/DebAptPublication.md +1 -5
  18. data/docs/DebAptPublicationResponse.md +29 -0
  19. data/docs/DebAptRemote.md +4 -10
  20. data/docs/DebAptRemoteResponse.md +57 -0
  21. data/docs/DebAptRepository.md +4 -10
  22. data/docs/DebAptRepositoryResponse.md +29 -0
  23. data/docs/DebBasePackage.md +5 -75
  24. data/docs/DebBasePackageResponse.md +93 -0
  25. data/docs/DebGenericContent.md +5 -17
  26. data/docs/DebGenericContentResponse.md +35 -0
  27. data/docs/DebInstallerFileIndex.md +2 -6
  28. data/docs/DebInstallerFileIndexResponse.md +29 -0
  29. data/docs/DebPackageIndex.md +2 -6
  30. data/docs/DebPackageIndexResponse.md +29 -0
  31. data/docs/DebPackageReleaseComponent.md +1 -5
  32. data/docs/DebPackageReleaseComponentResponse.md +23 -0
  33. data/docs/DebRelease.md +1 -5
  34. data/docs/DebReleaseArchitecture.md +1 -5
  35. data/docs/DebReleaseArchitectureResponse.md +23 -0
  36. data/docs/DebReleaseComponent.md +1 -5
  37. data/docs/DebReleaseComponentResponse.md +23 -0
  38. data/docs/DebReleaseFile.md +2 -6
  39. data/docs/DebReleaseFileResponse.md +29 -0
  40. data/docs/DebReleaseResponse.md +25 -0
  41. data/docs/DebVerbatimPublication.md +1 -5
  42. data/docs/DebVerbatimPublicationResponse.md +23 -0
  43. data/docs/DistributionsAptApi.md +110 -62
  44. data/docs/InlineResponse200.md +3 -3
  45. data/docs/InlineResponse2001.md +3 -3
  46. data/docs/InlineResponse20010.md +3 -3
  47. data/docs/InlineResponse20011.md +3 -3
  48. data/docs/InlineResponse20012.md +3 -3
  49. data/docs/InlineResponse20013.md +3 -3
  50. data/docs/InlineResponse20014.md +3 -3
  51. data/docs/InlineResponse2002.md +3 -3
  52. data/docs/InlineResponse2003.md +3 -3
  53. data/docs/InlineResponse2004.md +3 -3
  54. data/docs/InlineResponse2005.md +3 -3
  55. data/docs/InlineResponse2006.md +3 -3
  56. data/docs/InlineResponse2007.md +3 -3
  57. data/docs/InlineResponse2008.md +3 -3
  58. data/docs/InlineResponse2009.md +3 -3
  59. data/docs/PatcheddebAptDistribution.md +23 -0
  60. data/docs/PatcheddebAptRemote.md +51 -0
  61. data/docs/PatcheddebAptRepository.md +21 -0
  62. data/docs/PolicyEnum.md +16 -0
  63. data/docs/PublicationsAptApi.md +43 -43
  64. data/docs/PublicationsVerbatimApi.md +43 -43
  65. data/docs/RemotesAptApi.md +128 -68
  66. data/docs/RepositoriesAptApi.md +100 -76
  67. data/docs/RepositoriesDebVersionsApi.md +96 -64
  68. data/docs/RepositoryAddRemoveContent.md +2 -2
  69. data/docs/RepositorySyncURL.md +1 -1
  70. data/docs/RepositoryVersion.md +1 -9
  71. data/docs/RepositoryVersionResponse.md +25 -0
  72. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +36 -40
  73. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +57 -57
  74. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +90 -82
  75. data/lib/pulp_deb_client/api/content_package_indices_api.rb +57 -57
  76. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +50 -50
  77. data/lib/pulp_deb_client/api/content_packages_api.rb +92 -84
  78. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +51 -51
  79. data/lib/pulp_deb_client/api/content_release_components_api.rb +51 -51
  80. data/lib/pulp_deb_client/api/content_release_files_api.rb +57 -57
  81. data/lib/pulp_deb_client/api/content_releases_api.rb +54 -54
  82. data/lib/pulp_deb_client/api/distributions_apt_api.rb +157 -94
  83. data/lib/pulp_deb_client/api/publications_apt_api.rb +65 -65
  84. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +65 -65
  85. data/lib/pulp_deb_client/api/remotes_apt_api.rb +187 -106
  86. data/lib/pulp_deb_client/api/repositories_apt_api.rb +151 -124
  87. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +141 -96
  88. data/lib/pulp_deb_client/api_client.rb +2 -2
  89. data/lib/pulp_deb_client/api_error.rb +2 -2
  90. data/lib/pulp_deb_client/configuration.rb +3 -3
  91. data/lib/pulp_deb_client/models/async_operation_response.rb +3 -2
  92. data/lib/pulp_deb_client/models/content_summary.rb +9 -15
  93. data/lib/pulp_deb_client/models/content_summary_response.rb +240 -0
  94. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -85
  95. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +279 -0
  96. data/lib/pulp_deb_client/models/deb_apt_publication.rb +4 -22
  97. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +270 -0
  98. data/lib/pulp_deb_client/models/deb_apt_remote.rb +7 -263
  99. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +446 -0
  100. data/lib/pulp_deb_client/models/deb_apt_repository.rb +18 -78
  101. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +271 -0
  102. data/lib/pulp_deb_client/models/deb_base_package.rb +18 -847
  103. data/lib/pulp_deb_client/models/deb_base_package_response.rb +558 -0
  104. data/lib/pulp_deb_client/models/deb_generic_content.rb +18 -185
  105. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +302 -0
  106. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +6 -79
  107. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +287 -0
  108. data/lib/pulp_deb_client/models/deb_package_index.rb +6 -79
  109. data/lib/pulp_deb_client/models/deb_package_index_response.rb +287 -0
  110. data/lib/pulp_deb_client/models/deb_package_release_component.rb +4 -22
  111. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +247 -0
  112. data/lib/pulp_deb_client/models/deb_release.rb +4 -79
  113. data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -41
  114. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +247 -0
  115. data/lib/pulp_deb_client/models/deb_release_component.rb +4 -41
  116. data/lib/pulp_deb_client/models/deb_release_component_response.rb +247 -0
  117. data/lib/pulp_deb_client/models/deb_release_file.rb +6 -90
  118. data/lib/pulp_deb_client/models/deb_release_file_response.rb +277 -0
  119. data/lib/pulp_deb_client/models/deb_release_response.rb +259 -0
  120. data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +4 -22
  121. data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +236 -0
  122. data/lib/pulp_deb_client/models/inline_response200.rb +3 -13
  123. data/lib/pulp_deb_client/models/inline_response2001.rb +3 -13
  124. data/lib/pulp_deb_client/models/inline_response20010.rb +3 -13
  125. data/lib/pulp_deb_client/models/inline_response20011.rb +3 -13
  126. data/lib/pulp_deb_client/models/inline_response20012.rb +3 -13
  127. data/lib/pulp_deb_client/models/inline_response20013.rb +3 -13
  128. data/lib/pulp_deb_client/models/inline_response20014.rb +3 -13
  129. data/lib/pulp_deb_client/models/inline_response2002.rb +3 -13
  130. data/lib/pulp_deb_client/models/inline_response2003.rb +3 -13
  131. data/lib/pulp_deb_client/models/inline_response2004.rb +3 -13
  132. data/lib/pulp_deb_client/models/inline_response2005.rb +3 -13
  133. data/lib/pulp_deb_client/models/inline_response2006.rb +3 -13
  134. data/lib/pulp_deb_client/models/inline_response2007.rb +3 -13
  135. data/lib/pulp_deb_client/models/inline_response2008.rb +3 -13
  136. data/lib/pulp_deb_client/models/inline_response2009.rb +3 -13
  137. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +240 -0
  138. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +402 -0
  139. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +229 -0
  140. data/lib/pulp_deb_client/models/policy_enum.rb +37 -0
  141. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +5 -4
  142. data/lib/pulp_deb_client/models/repository_sync_url.rb +3 -8
  143. data/lib/pulp_deb_client/models/repository_version.rb +7 -43
  144. data/lib/pulp_deb_client/models/repository_version_response.rb +246 -0
  145. data/lib/pulp_deb_client/version.rb +3 -3
  146. data/lib/pulp_deb_client.rb +22 -2
  147. data/pulp_deb_client.gemspec +4 -4
  148. data/spec/api/content_generic_contents_api_spec.rb +12 -12
  149. data/spec/api/content_installer_file_indices_api_spec.rb +17 -17
  150. data/spec/api/content_installer_packages_api_spec.rb +27 -27
  151. data/spec/api/content_package_indices_api_spec.rb +17 -17
  152. data/spec/api/content_package_release_components_api_spec.rb +15 -15
  153. data/spec/api/content_packages_api_spec.rb +28 -28
  154. data/spec/api/content_release_architectures_api_spec.rb +15 -15
  155. data/spec/api/content_release_components_api_spec.rb +15 -15
  156. data/spec/api/content_release_files_api_spec.rb +17 -17
  157. data/spec/api/content_releases_api_spec.rb +16 -16
  158. data/spec/api/distributions_apt_api_spec.rb +41 -20
  159. data/spec/api/publications_apt_api_spec.rb +17 -17
  160. data/spec/api/publications_verbatim_api_spec.rb +17 -17
  161. data/spec/api/remotes_apt_api_spec.rb +51 -24
  162. data/spec/api/repositories_apt_api_spec.rb +31 -22
  163. data/spec/api/repositories_deb_versions_api_spec.rb +40 -25
  164. data/spec/api_client_spec.rb +2 -2
  165. data/spec/configuration_spec.rb +2 -2
  166. data/spec/models/async_operation_response_spec.rb +2 -2
  167. data/spec/models/content_summary_response_spec.rb +53 -0
  168. data/spec/models/content_summary_spec.rb +2 -2
  169. data/spec/models/deb_apt_distribution_response_spec.rb +77 -0
  170. data/spec/models/deb_apt_distribution_spec.rb +2 -20
  171. data/spec/models/deb_apt_publication_response_spec.rb +77 -0
  172. data/spec/models/deb_apt_publication_spec.rb +2 -14
  173. data/spec/models/deb_apt_remote_response_spec.rb +161 -0
  174. data/spec/models/deb_apt_remote_spec.rb +2 -24
  175. data/spec/models/deb_apt_repository_response_spec.rb +77 -0
  176. data/spec/models/deb_apt_repository_spec.rb +5 -23
  177. data/spec/models/deb_base_package_response_spec.rb +269 -0
  178. data/spec/models/deb_base_package_spec.rb +4 -214
  179. data/spec/models/deb_generic_content_response_spec.rb +95 -0
  180. data/spec/models/deb_generic_content_spec.rb +4 -40
  181. data/spec/models/deb_installer_file_index_response_spec.rb +77 -0
  182. data/spec/models/deb_installer_file_index_spec.rb +2 -14
  183. data/spec/models/deb_package_index_response_spec.rb +77 -0
  184. data/spec/models/deb_package_index_spec.rb +2 -14
  185. data/spec/models/deb_package_release_component_response_spec.rb +59 -0
  186. data/spec/models/deb_package_release_component_spec.rb +2 -14
  187. data/spec/models/deb_release_architecture_response_spec.rb +59 -0
  188. data/spec/models/deb_release_architecture_spec.rb +2 -14
  189. data/spec/models/deb_release_component_response_spec.rb +59 -0
  190. data/spec/models/deb_release_component_spec.rb +2 -14
  191. data/spec/models/deb_release_file_response_spec.rb +77 -0
  192. data/spec/models/deb_release_file_spec.rb +2 -14
  193. data/spec/models/deb_release_response_spec.rb +65 -0
  194. data/spec/models/deb_release_spec.rb +2 -14
  195. data/spec/models/deb_verbatim_publication_response_spec.rb +59 -0
  196. data/spec/models/deb_verbatim_publication_spec.rb +2 -14
  197. data/spec/models/inline_response20010_spec.rb +2 -2
  198. data/spec/models/inline_response20011_spec.rb +2 -2
  199. data/spec/models/inline_response20012_spec.rb +2 -2
  200. data/spec/models/inline_response20013_spec.rb +2 -2
  201. data/spec/models/inline_response20014_spec.rb +2 -2
  202. data/spec/models/inline_response2001_spec.rb +2 -2
  203. data/spec/models/inline_response2002_spec.rb +2 -2
  204. data/spec/models/inline_response2003_spec.rb +2 -2
  205. data/spec/models/inline_response2004_spec.rb +2 -2
  206. data/spec/models/inline_response2005_spec.rb +2 -2
  207. data/spec/models/inline_response2006_spec.rb +2 -2
  208. data/spec/models/inline_response2007_spec.rb +2 -2
  209. data/spec/models/inline_response2008_spec.rb +2 -2
  210. data/spec/models/inline_response2009_spec.rb +2 -2
  211. data/spec/models/inline_response200_spec.rb +2 -2
  212. data/spec/models/patcheddeb_apt_distribution_spec.rb +59 -0
  213. data/spec/models/patcheddeb_apt_remote_spec.rb +143 -0
  214. data/spec/models/patcheddeb_apt_repository_spec.rb +53 -0
  215. data/spec/models/policy_enum_spec.rb +35 -0
  216. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  217. data/spec/models/repository_sync_url_spec.rb +2 -2
  218. data/spec/models/repository_version_response_spec.rb +65 -0
  219. data/spec/models/repository_version_spec.rb +2 -26
  220. data/spec/spec_helper.rb +2 -2
  221. metadata +120 -40
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 350a56ff7fc28301b54cfbacfc6236cf8cb58d278b4b9fa74fd91da2e7bd71e7
4
- data.tar.gz: 2c7eb64e1edef5c6c8db814a6b976562f3c5eede352a0322f162b23421b8ebb2
3
+ metadata.gz: 505a52e2f12395f15bceea358509d7106d4bab3b9ffd474f46db6e889ebe154c
4
+ data.tar.gz: aafc1e230096862702353bded657a55b073db82c6865a666f4d01527b599002c
5
5
  SHA512:
6
- metadata.gz: 83059db0e668fe41d06066d8f83353ba90e57829b29f2d52bee1335375366a51739b5e0fd3a57484639920975472ba9cab1f1b4a03dfba5ab850cd560e9df3f6
7
- data.tar.gz: f56293f1ab099317e4cd487aec8b718e1e6ff3e028b0d5cf6e4f4819f333b23df1e9c0068602ba534059a4f77aa9e93f0d62399b71f5f6ce350d38e2bf9c574c
6
+ metadata.gz: f62138ad37d9b18816592700358284a261e97c3ecd2755fcda12fcb5b885c0f11d66292e10c21cfcf60027c107f2955b610acdcf94798dddb63d99f641628493
7
+ data.tar.gz: 5c69f41f55c5e68d9364c0d5b72394aa3803ec4686d15580aaad73ebb578b9a62b7a83b3565df8b55fb7595fbb6e65ae3f3984fa6a0c2911e6e1943350853e2e
data/README.md CHANGED
@@ -2,13 +2,14 @@
2
2
 
3
3
  PulpDebClient - the Ruby gem for the Pulp 3 API
4
4
 
5
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ Fetch, Upload, Organize, and Distribute Software Packages
6
6
 
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.5.0b1
10
+ - Package version: 2.6.0b1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
+ For more information, please visit [https://pulpproject.org](https://pulpproject.org)
12
13
 
13
14
  ## Installation
14
15
 
@@ -23,16 +24,16 @@ gem build pulp_deb_client.gemspec
23
24
  Then either install the gem locally:
24
25
 
25
26
  ```shell
26
- gem install ./pulp_deb_client-2.5.0b1.gem
27
+ gem install ./pulp_deb_client-2.6.0b1.gem
27
28
  ```
28
29
 
29
- (for development, run `gem install --dev ./pulp_deb_client-2.5.0b1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_deb_client-2.6.0b1.gem` to install the development dependencies)
30
31
 
31
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
33
 
33
34
  Finally add this to the Gemfile:
34
35
 
35
- gem 'pulp_deb_client', '~> 2.5.0b1'
36
+ gem 'pulp_deb_client', '~> 2.6.0b1'
36
37
 
37
38
  ### Install from Git
38
39
 
@@ -58,7 +59,7 @@ require 'pulp_deb_client'
58
59
 
59
60
  # Setup authorization
60
61
  PulpDebClient.configure do |config|
61
- # Configure HTTP basic authorization: Basic
62
+ # Configure HTTP basic authorization: basicAuth
62
63
  config.username = 'YOUR_USERNAME'
63
64
  config.password = 'YOUR_PASSWORD'
64
65
  end
@@ -89,86 +90,101 @@ Class | Method | HTTP request | Description
89
90
  ------------ | ------------- | ------------- | -------------
90
91
  *PulpDebClient::ContentGenericContentsApi* | [**create**](docs/ContentGenericContentsApi.md#create) | **POST** /pulp/api/v3/content/deb/generic_contents/ | Create a generic content
91
92
  *PulpDebClient::ContentGenericContentsApi* | [**list**](docs/ContentGenericContentsApi.md#list) | **GET** /pulp/api/v3/content/deb/generic_contents/ | List generic contents
92
- *PulpDebClient::ContentGenericContentsApi* | [**read**](docs/ContentGenericContentsApi.md#read) | **GET** {generic_content_href} | Inspect a generic content
93
+ *PulpDebClient::ContentGenericContentsApi* | [**read**](docs/ContentGenericContentsApi.md#read) | **GET** {deb_generic_content_href} | Inspect a generic content
93
94
  *PulpDebClient::ContentInstallerFileIndicesApi* | [**create**](docs/ContentInstallerFileIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_file_indices/ | Create an installer file index
94
95
  *PulpDebClient::ContentInstallerFileIndicesApi* | [**list**](docs/ContentInstallerFileIndicesApi.md#list) | **GET** /pulp/api/v3/content/deb/installer_file_indices/ | List InstallerFileIndices
95
- *PulpDebClient::ContentInstallerFileIndicesApi* | [**read**](docs/ContentInstallerFileIndicesApi.md#read) | **GET** {installer_file_index_href} | Inspect an installer file index
96
+ *PulpDebClient::ContentInstallerFileIndicesApi* | [**read**](docs/ContentInstallerFileIndicesApi.md#read) | **GET** {deb_installer_file_index_href} | Inspect an installer file index
96
97
  *PulpDebClient::ContentInstallerPackagesApi* | [**create**](docs/ContentInstallerPackagesApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_packages/ | Create an installer package
97
98
  *PulpDebClient::ContentInstallerPackagesApi* | [**list**](docs/ContentInstallerPackagesApi.md#list) | **GET** /pulp/api/v3/content/deb/installer_packages/ | List installer packages
98
- *PulpDebClient::ContentInstallerPackagesApi* | [**read**](docs/ContentInstallerPackagesApi.md#read) | **GET** {installer_package_href} | Inspect an installer package
99
+ *PulpDebClient::ContentInstallerPackagesApi* | [**read**](docs/ContentInstallerPackagesApi.md#read) | **GET** {deb_installer_package_href} | Inspect an installer package
99
100
  *PulpDebClient::ContentPackageIndicesApi* | [**create**](docs/ContentPackageIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/package_indices/ | Create a package index
100
101
  *PulpDebClient::ContentPackageIndicesApi* | [**list**](docs/ContentPackageIndicesApi.md#list) | **GET** /pulp/api/v3/content/deb/package_indices/ | List PackageIndices
101
- *PulpDebClient::ContentPackageIndicesApi* | [**read**](docs/ContentPackageIndicesApi.md#read) | **GET** {package_index_href} | Inspect a package index
102
+ *PulpDebClient::ContentPackageIndicesApi* | [**read**](docs/ContentPackageIndicesApi.md#read) | **GET** {deb_package_index_href} | Inspect a package index
102
103
  *PulpDebClient::ContentPackageReleaseComponentsApi* | [**create**](docs/ContentPackageReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/package_release_components/ | Create a package release component
103
104
  *PulpDebClient::ContentPackageReleaseComponentsApi* | [**list**](docs/ContentPackageReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/package_release_components/ | List package release components
104
- *PulpDebClient::ContentPackageReleaseComponentsApi* | [**read**](docs/ContentPackageReleaseComponentsApi.md#read) | **GET** {package_release_component_href} | Inspect a package release component
105
+ *PulpDebClient::ContentPackageReleaseComponentsApi* | [**read**](docs/ContentPackageReleaseComponentsApi.md#read) | **GET** {deb_package_release_component_href} | Inspect a package release component
105
106
  *PulpDebClient::ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/deb/packages/ | Create a package
106
107
  *PulpDebClient::ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/deb/packages/ | List packages
107
- *PulpDebClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {package_href} | Inspect a package
108
+ *PulpDebClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {deb_package_href} | Inspect a package
108
109
  *PulpDebClient::ContentReleaseArchitecturesApi* | [**create**](docs/ContentReleaseArchitecturesApi.md#create) | **POST** /pulp/api/v3/content/deb/release_architectures/ | Create a release architecture
109
110
  *PulpDebClient::ContentReleaseArchitecturesApi* | [**list**](docs/ContentReleaseArchitecturesApi.md#list) | **GET** /pulp/api/v3/content/deb/release_architectures/ | List release architectures
110
- *PulpDebClient::ContentReleaseArchitecturesApi* | [**read**](docs/ContentReleaseArchitecturesApi.md#read) | **GET** {release_architecture_href} | Inspect a release architecture
111
+ *PulpDebClient::ContentReleaseArchitecturesApi* | [**read**](docs/ContentReleaseArchitecturesApi.md#read) | **GET** {deb_release_architecture_href} | Inspect a release architecture
111
112
  *PulpDebClient::ContentReleaseComponentsApi* | [**create**](docs/ContentReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/release_components/ | Create a release component
112
113
  *PulpDebClient::ContentReleaseComponentsApi* | [**list**](docs/ContentReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/release_components/ | List release components
113
- *PulpDebClient::ContentReleaseComponentsApi* | [**read**](docs/ContentReleaseComponentsApi.md#read) | **GET** {release_component_href} | Inspect a release component
114
+ *PulpDebClient::ContentReleaseComponentsApi* | [**read**](docs/ContentReleaseComponentsApi.md#read) | **GET** {deb_release_component_href} | Inspect a release component
114
115
  *PulpDebClient::ContentReleaseFilesApi* | [**create**](docs/ContentReleaseFilesApi.md#create) | **POST** /pulp/api/v3/content/deb/release_files/ | Create a release file
115
116
  *PulpDebClient::ContentReleaseFilesApi* | [**list**](docs/ContentReleaseFilesApi.md#list) | **GET** /pulp/api/v3/content/deb/release_files/ | List release files
116
- *PulpDebClient::ContentReleaseFilesApi* | [**read**](docs/ContentReleaseFilesApi.md#read) | **GET** {release_file_href} | Inspect a release file
117
+ *PulpDebClient::ContentReleaseFilesApi* | [**read**](docs/ContentReleaseFilesApi.md#read) | **GET** {deb_release_file_href} | Inspect a release file
117
118
  *PulpDebClient::ContentReleasesApi* | [**create**](docs/ContentReleasesApi.md#create) | **POST** /pulp/api/v3/content/deb/releases/ | Create a release
118
119
  *PulpDebClient::ContentReleasesApi* | [**list**](docs/ContentReleasesApi.md#list) | **GET** /pulp/api/v3/content/deb/releases/ | List releases
119
- *PulpDebClient::ContentReleasesApi* | [**read**](docs/ContentReleasesApi.md#read) | **GET** {release_href} | Inspect a release
120
+ *PulpDebClient::ContentReleasesApi* | [**read**](docs/ContentReleasesApi.md#read) | **GET** {deb_release_href} | Inspect a release
120
121
  *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* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {deb_apt_distribution_href} | Delete an apt distribution
122
123
  *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
124
+ *PulpDebClient::DistributionsAptApi* | [**partial_update**](docs/DistributionsAptApi.md#partial_update) | **PATCH** {deb_apt_distribution_href} | Update an apt distribution
125
+ *PulpDebClient::DistributionsAptApi* | [**read**](docs/DistributionsAptApi.md#read) | **GET** {deb_apt_distribution_href} | Inspect an apt distribution
126
+ *PulpDebClient::DistributionsAptApi* | [**update**](docs/DistributionsAptApi.md#update) | **PUT** {deb_apt_distribution_href} | Update an apt distribution
126
127
  *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* | [**delete**](docs/PublicationsAptApi.md#delete) | **DELETE** {deb_apt_publication_href} | Delete an apt publication
128
129
  *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
+ *PulpDebClient::PublicationsAptApi* | [**read**](docs/PublicationsAptApi.md#read) | **GET** {deb_apt_publication_href} | Inspect an apt publication
130
131
  *PulpDebClient::PublicationsVerbatimApi* | [**create**](docs/PublicationsVerbatimApi.md#create) | **POST** /pulp/api/v3/publications/deb/verbatim/ | Create a verbatim publication
131
- *PulpDebClient::PublicationsVerbatimApi* | [**delete**](docs/PublicationsVerbatimApi.md#delete) | **DELETE** {verbatim_publication_href} | Delete a verbatim publication
132
+ *PulpDebClient::PublicationsVerbatimApi* | [**delete**](docs/PublicationsVerbatimApi.md#delete) | **DELETE** {deb_verbatim_publication_href} | Delete a verbatim publication
132
133
  *PulpDebClient::PublicationsVerbatimApi* | [**list**](docs/PublicationsVerbatimApi.md#list) | **GET** /pulp/api/v3/publications/deb/verbatim/ | List verbatim publications
133
- *PulpDebClient::PublicationsVerbatimApi* | [**read**](docs/PublicationsVerbatimApi.md#read) | **GET** {verbatim_publication_href} | Inspect a verbatim publication
134
+ *PulpDebClient::PublicationsVerbatimApi* | [**read**](docs/PublicationsVerbatimApi.md#read) | **GET** {deb_verbatim_publication_href} | Inspect a verbatim publication
134
135
  *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* | [**delete**](docs/RemotesAptApi.md#delete) | **DELETE** {deb_apt_remote_href} | Delete an apt remote
136
137
  *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
138
+ *PulpDebClient::RemotesAptApi* | [**partial_update**](docs/RemotesAptApi.md#partial_update) | **PATCH** {deb_apt_remote_href} | Update an apt remote
139
+ *PulpDebClient::RemotesAptApi* | [**read**](docs/RemotesAptApi.md#read) | **GET** {deb_apt_remote_href} | Inspect an apt remote
140
+ *PulpDebClient::RemotesAptApi* | [**update**](docs/RemotesAptApi.md#update) | **PUT** {deb_apt_remote_href} | Update an apt remote
140
141
  *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* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {deb_apt_repository_href} | Delete an apt repository
142
143
  *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
- *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** {apt_repository_href}versions/ | List repository versions
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/ |
144
+ *PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {deb_apt_repository_href}modify/ | Modify Repository Content
145
+ *PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {deb_apt_repository_href} | Update an apt repository
146
+ *PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {deb_apt_repository_href} | Inspect an apt repository
147
+ *PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {deb_apt_repository_href}sync/ | Sync from remote
148
+ *PulpDebClient::RepositoriesAptApi* | [**update**](docs/RepositoriesAptApi.md#update) | **PUT** {deb_apt_repository_href} | Update an apt repository
149
+ *PulpDebClient::RepositoriesDebVersionsApi* | [**delete**](docs/RepositoriesDebVersionsApi.md#delete) | **DELETE** {deb_apt_repository_version_href} | Delete a repository version
150
+ *PulpDebClient::RepositoriesDebVersionsApi* | [**list**](docs/RepositoriesDebVersionsApi.md#list) | **GET** {deb_apt_repository_href}versions/ | List repository versions
151
+ *PulpDebClient::RepositoriesDebVersionsApi* | [**read**](docs/RepositoriesDebVersionsApi.md#read) | **GET** {deb_apt_repository_version_href} | Inspect a repository version
152
+ *PulpDebClient::RepositoriesDebVersionsApi* | [**repair**](docs/RepositoriesDebVersionsApi.md#repair) | **POST** {deb_apt_repository_version_href}repair/ |
152
153
 
153
154
 
154
155
  ## Documentation for Models
155
156
 
156
157
  - [PulpDebClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
157
158
  - [PulpDebClient::ContentSummary](docs/ContentSummary.md)
159
+ - [PulpDebClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
158
160
  - [PulpDebClient::DebAptDistribution](docs/DebAptDistribution.md)
161
+ - [PulpDebClient::DebAptDistributionResponse](docs/DebAptDistributionResponse.md)
159
162
  - [PulpDebClient::DebAptPublication](docs/DebAptPublication.md)
163
+ - [PulpDebClient::DebAptPublicationResponse](docs/DebAptPublicationResponse.md)
160
164
  - [PulpDebClient::DebAptRemote](docs/DebAptRemote.md)
165
+ - [PulpDebClient::DebAptRemoteResponse](docs/DebAptRemoteResponse.md)
161
166
  - [PulpDebClient::DebAptRepository](docs/DebAptRepository.md)
167
+ - [PulpDebClient::DebAptRepositoryResponse](docs/DebAptRepositoryResponse.md)
162
168
  - [PulpDebClient::DebBasePackage](docs/DebBasePackage.md)
169
+ - [PulpDebClient::DebBasePackageResponse](docs/DebBasePackageResponse.md)
163
170
  - [PulpDebClient::DebGenericContent](docs/DebGenericContent.md)
171
+ - [PulpDebClient::DebGenericContentResponse](docs/DebGenericContentResponse.md)
164
172
  - [PulpDebClient::DebInstallerFileIndex](docs/DebInstallerFileIndex.md)
173
+ - [PulpDebClient::DebInstallerFileIndexResponse](docs/DebInstallerFileIndexResponse.md)
165
174
  - [PulpDebClient::DebPackageIndex](docs/DebPackageIndex.md)
175
+ - [PulpDebClient::DebPackageIndexResponse](docs/DebPackageIndexResponse.md)
166
176
  - [PulpDebClient::DebPackageReleaseComponent](docs/DebPackageReleaseComponent.md)
177
+ - [PulpDebClient::DebPackageReleaseComponentResponse](docs/DebPackageReleaseComponentResponse.md)
167
178
  - [PulpDebClient::DebRelease](docs/DebRelease.md)
168
179
  - [PulpDebClient::DebReleaseArchitecture](docs/DebReleaseArchitecture.md)
180
+ - [PulpDebClient::DebReleaseArchitectureResponse](docs/DebReleaseArchitectureResponse.md)
169
181
  - [PulpDebClient::DebReleaseComponent](docs/DebReleaseComponent.md)
182
+ - [PulpDebClient::DebReleaseComponentResponse](docs/DebReleaseComponentResponse.md)
170
183
  - [PulpDebClient::DebReleaseFile](docs/DebReleaseFile.md)
184
+ - [PulpDebClient::DebReleaseFileResponse](docs/DebReleaseFileResponse.md)
185
+ - [PulpDebClient::DebReleaseResponse](docs/DebReleaseResponse.md)
171
186
  - [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
187
+ - [PulpDebClient::DebVerbatimPublicationResponse](docs/DebVerbatimPublicationResponse.md)
172
188
  - [PulpDebClient::InlineResponse200](docs/InlineResponse200.md)
173
189
  - [PulpDebClient::InlineResponse2001](docs/InlineResponse2001.md)
174
190
  - [PulpDebClient::InlineResponse20010](docs/InlineResponse20010.md)
@@ -184,15 +200,20 @@ Class | Method | HTTP request | Description
184
200
  - [PulpDebClient::InlineResponse2007](docs/InlineResponse2007.md)
185
201
  - [PulpDebClient::InlineResponse2008](docs/InlineResponse2008.md)
186
202
  - [PulpDebClient::InlineResponse2009](docs/InlineResponse2009.md)
203
+ - [PulpDebClient::PatcheddebAptDistribution](docs/PatcheddebAptDistribution.md)
204
+ - [PulpDebClient::PatcheddebAptRemote](docs/PatcheddebAptRemote.md)
205
+ - [PulpDebClient::PatcheddebAptRepository](docs/PatcheddebAptRepository.md)
206
+ - [PulpDebClient::PolicyEnum](docs/PolicyEnum.md)
187
207
  - [PulpDebClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
188
208
  - [PulpDebClient::RepositorySyncURL](docs/RepositorySyncURL.md)
189
209
  - [PulpDebClient::RepositoryVersion](docs/RepositoryVersion.md)
210
+ - [PulpDebClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
190
211
 
191
212
 
192
213
  ## Documentation for Authorization
193
214
 
194
215
 
195
- ### Basic
216
+ ### basicAuth
196
217
 
197
218
  - **Type**: HTTP basic authentication
198
219
 
@@ -6,7 +6,7 @@ Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**create**](ContentGenericContentsApi.md#create) | **POST** /pulp/api/v3/content/deb/generic_contents/ | Create a generic content
8
8
  [**list**](ContentGenericContentsApi.md#list) | **GET** /pulp/api/v3/content/deb/generic_contents/ | List generic contents
9
- [**read**](ContentGenericContentsApi.md#read) | **GET** {generic_content_href} | Inspect a generic content
9
+ [**read**](ContentGenericContentsApi.md#read) | **GET** {deb_generic_content_href} | Inspect a generic content
10
10
 
11
11
 
12
12
 
@@ -25,7 +25,7 @@ Trigger an asynchronous task to create content,optionally create new repository
25
25
  require 'pulp_deb_client'
26
26
  # setup authorization
27
27
  PulpDebClient.configure do |config|
28
- # Configure HTTP basic authorization: Basic
28
+ # Configure HTTP basic authorization: basicAuth
29
29
  config.username = 'YOUR USERNAME'
30
30
  config.password = 'YOUR PASSWORD'
31
31
  end
@@ -63,7 +63,7 @@ Name | Type | Description | Notes
63
63
 
64
64
  ### Authorization
65
65
 
66
- [Basic](../README.md#Basic)
66
+ [basicAuth](../README.md#basicAuth)
67
67
 
68
68
  ### HTTP request headers
69
69
 
@@ -77,7 +77,7 @@ Name | Type | Description | Notes
77
77
 
78
78
  List generic contents
79
79
 
80
- A ViewSet for GenericContent.
80
+ GenericContent is a catch all category for storing files not covered by any other type. Associated artifacts: Exactly one arbitrary file that does not match any other type. This is needed to store arbitrary files for use with the verbatim publisher. If you are not using the verbatim publisher, you may ignore this type.
81
81
 
82
82
  ### Example
83
83
 
@@ -86,21 +86,21 @@ A ViewSet for GenericContent.
86
86
  require 'pulp_deb_client'
87
87
  # setup authorization
88
88
  PulpDebClient.configure do |config|
89
- # Configure HTTP basic authorization: Basic
89
+ # Configure HTTP basic authorization: basicAuth
90
90
  config.username = 'YOUR USERNAME'
91
91
  config.password = 'YOUR PASSWORD'
92
92
  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.
97
- relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
98
- sha256: 'sha256_example', # String | Filter results where sha256 matches value
99
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
100
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
101
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
102
96
  limit: 56, # Integer | Number of results to return per page.
103
97
  offset: 56, # Integer | The initial index from which to return the results.
98
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
99
+ relative_path: 'relative_path_example', # String | relative_path
100
+ repository_version: 'repository_version_example', # String | repository_version
101
+ repository_version_added: 'repository_version_added_example', # String | repository_version_added
102
+ repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
103
+ sha256: 'sha256_example', # String | sha256
104
104
  fields: 'fields_example', # String | A list of fields to include in the response.
105
105
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
106
106
  }
@@ -119,14 +119,14 @@ end
119
119
 
120
120
  Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
123
- **relative_path** | **String**| Filter results where relative_path matches value | [optional]
124
- **sha256** | **String**| Filter results where sha256 matches value | [optional]
125
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
126
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
127
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
128
122
  **limit** | **Integer**| Number of results to return per page. | [optional]
129
123
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
124
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
125
+ **relative_path** | **String**| relative_path | [optional]
126
+ **repository_version** | **String**| repository_version | [optional]
127
+ **repository_version_added** | **String**| repository_version_added | [optional]
128
+ **repository_version_removed** | **String**| repository_version_removed | [optional]
129
+ **sha256** | **String**| sha256 | [optional]
130
130
  **fields** | **String**| A list of fields to include in the response. | [optional]
131
131
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
132
132
 
@@ -136,7 +136,7 @@ Name | Type | Description | Notes
136
136
 
137
137
  ### Authorization
138
138
 
139
- [Basic](../README.md#Basic)
139
+ [basicAuth](../README.md#basicAuth)
140
140
 
141
141
  ### HTTP request headers
142
142
 
@@ -146,11 +146,11 @@ Name | Type | Description | Notes
146
146
 
147
147
  ## read
148
148
 
149
- > DebGenericContent read(generic_content_href, opts)
149
+ > DebGenericContentResponse read(deb_generic_content_href, opts)
150
150
 
151
151
  Inspect a generic content
152
152
 
153
- A ViewSet for GenericContent.
153
+ GenericContent is a catch all category for storing files not covered by any other type. Associated artifacts: Exactly one arbitrary file that does not match any other type. This is needed to store arbitrary files for use with the verbatim publisher. If you are not using the verbatim publisher, you may ignore this type.
154
154
 
155
155
  ### Example
156
156
 
@@ -159,13 +159,13 @@ A ViewSet for GenericContent.
159
159
  require 'pulp_deb_client'
160
160
  # setup authorization
161
161
  PulpDebClient.configure do |config|
162
- # Configure HTTP basic authorization: Basic
162
+ # Configure HTTP basic authorization: basicAuth
163
163
  config.username = 'YOUR USERNAME'
164
164
  config.password = 'YOUR PASSWORD'
165
165
  end
166
166
 
167
167
  api_instance = PulpDebClient::ContentGenericContentsApi.new
168
- generic_content_href = 'generic_content_href_example' # String | URI of Generic Content. e.g.: /pulp/api/v3/content/deb/generic_contents/1/
168
+ deb_generic_content_href = 'deb_generic_content_href_example' # String |
169
169
  opts = {
170
170
  fields: 'fields_example', # String | A list of fields to include in the response.
171
171
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -173,7 +173,7 @@ opts = {
173
173
 
174
174
  begin
175
175
  #Inspect a generic content
176
- result = api_instance.read(generic_content_href, opts)
176
+ result = api_instance.read(deb_generic_content_href, opts)
177
177
  p result
178
178
  rescue PulpDebClient::ApiError => e
179
179
  puts "Exception when calling ContentGenericContentsApi->read: #{e}"
@@ -185,17 +185,17 @@ end
185
185
 
186
186
  Name | Type | Description | Notes
187
187
  ------------- | ------------- | ------------- | -------------
188
- **generic_content_href** | **String**| URI of Generic Content. e.g.: /pulp/api/v3/content/deb/generic_contents/1/ |
188
+ **deb_generic_content_href** | **String**| |
189
189
  **fields** | **String**| A list of fields to include in the response. | [optional]
190
190
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
191
191
 
192
192
  ### Return type
193
193
 
194
- [**DebGenericContent**](DebGenericContent.md)
194
+ [**DebGenericContentResponse**](DebGenericContentResponse.md)
195
195
 
196
196
  ### Authorization
197
197
 
198
- [Basic](../README.md#Basic)
198
+ [basicAuth](../README.md#basicAuth)
199
199
 
200
200
  ### HTTP request headers
201
201
 
@@ -6,17 +6,17 @@ Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**create**](ContentInstallerFileIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_file_indices/ | Create an installer file index
8
8
  [**list**](ContentInstallerFileIndicesApi.md#list) | **GET** /pulp/api/v3/content/deb/installer_file_indices/ | List InstallerFileIndices
9
- [**read**](ContentInstallerFileIndicesApi.md#read) | **GET** {installer_file_index_href} | Inspect an installer file index
9
+ [**read**](ContentInstallerFileIndicesApi.md#read) | **GET** {deb_installer_file_index_href} | Inspect an installer file index
10
10
 
11
11
 
12
12
 
13
13
  ## create
14
14
 
15
- > DebInstallerFileIndex create(data)
15
+ > DebInstallerFileIndexResponse create(deb_installer_file_index)
16
16
 
17
17
  Create an installer file index
18
18
 
19
- A ViewSet for InstallerFileIndex.
19
+ An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
20
20
 
21
21
  ### Example
22
22
 
@@ -25,17 +25,17 @@ A ViewSet for InstallerFileIndex.
25
25
  require 'pulp_deb_client'
26
26
  # setup authorization
27
27
  PulpDebClient.configure do |config|
28
- # Configure HTTP basic authorization: Basic
28
+ # Configure HTTP basic authorization: basicAuth
29
29
  config.username = 'YOUR USERNAME'
30
30
  config.password = 'YOUR PASSWORD'
31
31
  end
32
32
 
33
33
  api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
34
- data = PulpDebClient::DebInstallerFileIndex.new # DebInstallerFileIndex |
34
+ deb_installer_file_index = PulpDebClient::DebInstallerFileIndex.new # DebInstallerFileIndex |
35
35
 
36
36
  begin
37
37
  #Create an installer file index
38
- result = api_instance.create(data)
38
+ result = api_instance.create(deb_installer_file_index)
39
39
  p result
40
40
  rescue PulpDebClient::ApiError => e
41
41
  puts "Exception when calling ContentInstallerFileIndicesApi->create: #{e}"
@@ -47,19 +47,19 @@ end
47
47
 
48
48
  Name | Type | Description | Notes
49
49
  ------------- | ------------- | ------------- | -------------
50
- **data** | [**DebInstallerFileIndex**](DebInstallerFileIndex.md)| |
50
+ **deb_installer_file_index** | [**DebInstallerFileIndex**](DebInstallerFileIndex.md)| |
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebInstallerFileIndex**](DebInstallerFileIndex.md)
54
+ [**DebInstallerFileIndexResponse**](DebInstallerFileIndexResponse.md)
55
55
 
56
56
  ### Authorization
57
57
 
58
- [Basic](../README.md#Basic)
58
+ [basicAuth](../README.md#basicAuth)
59
59
 
60
60
  ### HTTP request headers
61
61
 
62
- - **Content-Type**: application/json
62
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
63
63
  - **Accept**: application/json
64
64
 
65
65
 
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
69
69
 
70
70
  List InstallerFileIndices
71
71
 
72
- A ViewSet for InstallerFileIndex.
72
+ An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
73
73
 
74
74
  ### Example
75
75
 
@@ -78,23 +78,23 @@ A ViewSet for InstallerFileIndex.
78
78
  require 'pulp_deb_client'
79
79
  # setup authorization
80
80
  PulpDebClient.configure do |config|
81
- # Configure HTTP basic authorization: Basic
81
+ # Configure HTTP basic authorization: basicAuth
82
82
  config.username = 'YOUR USERNAME'
83
83
  config.password = 'YOUR PASSWORD'
84
84
  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.
89
- component: 'component_example', # String | Filter results where component matches value
90
- architecture: 'architecture_example', # String | Filter results where architecture matches value
91
- relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
92
- sha256: 'sha256_example', # String | Filter results where sha256 matches value
93
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
88
+ architecture: 'architecture_example', # String | architecture
89
+ component: 'component_example', # String | component
96
90
  limit: 56, # Integer | Number of results to return per page.
97
91
  offset: 56, # Integer | The initial index from which to return the results.
92
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
93
+ relative_path: 'relative_path_example', # String | relative_path
94
+ repository_version: 'repository_version_example', # String | repository_version
95
+ repository_version_added: 'repository_version_added_example', # String | repository_version_added
96
+ repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
97
+ sha256: 'sha256_example', # String | sha256
98
98
  fields: 'fields_example', # String | A list of fields to include in the response.
99
99
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
100
100
  }
@@ -113,16 +113,16 @@ end
113
113
 
114
114
  Name | Type | Description | Notes
115
115
  ------------- | ------------- | ------------- | -------------
116
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
117
- **component** | **String**| Filter results where component matches value | [optional]
118
- **architecture** | **String**| Filter results where architecture matches value | [optional]
119
- **relative_path** | **String**| Filter results where relative_path matches value | [optional]
120
- **sha256** | **String**| Filter results where sha256 matches value | [optional]
121
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
122
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
123
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
116
+ **architecture** | **String**| architecture | [optional]
117
+ **component** | **String**| component | [optional]
124
118
  **limit** | **Integer**| Number of results to return per page. | [optional]
125
119
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
120
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
121
+ **relative_path** | **String**| relative_path | [optional]
122
+ **repository_version** | **String**| repository_version | [optional]
123
+ **repository_version_added** | **String**| repository_version_added | [optional]
124
+ **repository_version_removed** | **String**| repository_version_removed | [optional]
125
+ **sha256** | **String**| sha256 | [optional]
126
126
  **fields** | **String**| A list of fields to include in the response. | [optional]
127
127
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
128
128
 
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
132
132
 
133
133
  ### Authorization
134
134
 
135
- [Basic](../README.md#Basic)
135
+ [basicAuth](../README.md#basicAuth)
136
136
 
137
137
  ### HTTP request headers
138
138
 
@@ -142,11 +142,11 @@ Name | Type | Description | Notes
142
142
 
143
143
  ## read
144
144
 
145
- > DebInstallerFileIndex read(installer_file_index_href, opts)
145
+ > DebInstallerFileIndexResponse read(deb_installer_file_index_href, opts)
146
146
 
147
147
  Inspect an installer file index
148
148
 
149
- A ViewSet for InstallerFileIndex.
149
+ An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
150
150
 
151
151
  ### Example
152
152
 
@@ -155,13 +155,13 @@ A ViewSet for InstallerFileIndex.
155
155
  require 'pulp_deb_client'
156
156
  # setup authorization
157
157
  PulpDebClient.configure do |config|
158
- # Configure HTTP basic authorization: Basic
158
+ # Configure HTTP basic authorization: basicAuth
159
159
  config.username = 'YOUR USERNAME'
160
160
  config.password = 'YOUR PASSWORD'
161
161
  end
162
162
 
163
163
  api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
164
- installer_file_index_href = 'installer_file_index_href_example' # String | URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/installer_file_indices/1/
164
+ deb_installer_file_index_href = 'deb_installer_file_index_href_example' # String |
165
165
  opts = {
166
166
  fields: 'fields_example', # String | A list of fields to include in the response.
167
167
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -169,7 +169,7 @@ opts = {
169
169
 
170
170
  begin
171
171
  #Inspect an installer file index
172
- result = api_instance.read(installer_file_index_href, opts)
172
+ result = api_instance.read(deb_installer_file_index_href, opts)
173
173
  p result
174
174
  rescue PulpDebClient::ApiError => e
175
175
  puts "Exception when calling ContentInstallerFileIndicesApi->read: #{e}"
@@ -181,17 +181,17 @@ end
181
181
 
182
182
  Name | Type | Description | Notes
183
183
  ------------- | ------------- | ------------- | -------------
184
- **installer_file_index_href** | **String**| URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/installer_file_indices/1/ |
184
+ **deb_installer_file_index_href** | **String**| |
185
185
  **fields** | **String**| A list of fields to include in the response. | [optional]
186
186
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
187
187
 
188
188
  ### Return type
189
189
 
190
- [**DebInstallerFileIndex**](DebInstallerFileIndex.md)
190
+ [**DebInstallerFileIndexResponse**](DebInstallerFileIndexResponse.md)
191
191
 
192
192
  ### Authorization
193
193
 
194
- [Basic](../README.md#Basic)
194
+ [basicAuth](../README.md#basicAuth)
195
195
 
196
196
  ### HTTP request headers
197
197