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.
Files changed (140) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +35 -48
  3. data/docs/ContentGenericContentsApi.md +2 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +4 -4
  5. data/docs/ContentInstallerPackagesApi.md +2 -2
  6. data/docs/ContentPackageIndicesApi.md +4 -4
  7. data/docs/ContentPackageReleaseComponentsApi.md +4 -4
  8. data/docs/ContentPackagesApi.md +2 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +4 -4
  10. data/docs/ContentReleaseComponentsApi.md +4 -4
  11. data/docs/ContentReleaseFilesApi.md +4 -4
  12. data/docs/ContentReleasesApi.md +4 -4
  13. data/docs/{DebDebDistribution.md → DebAptDistribution.md} +2 -2
  14. data/docs/{DebDebPublication.md → DebAptPublication.md} +2 -2
  15. data/docs/{DebDebRemote.md → DebAptRemote.md} +2 -2
  16. data/docs/{DebDebRepository.md → DebAptRepository.md} +2 -2
  17. data/docs/{DebBasePackageRead.md → DebBasePackage.md} +2 -2
  18. data/docs/{DebGenericContentRead.md → DebGenericContent.md} +2 -2
  19. data/docs/DistributionsAptApi.md +43 -43
  20. data/docs/InlineResponse200.md +1 -1
  21. data/docs/InlineResponse2001.md +1 -1
  22. data/docs/InlineResponse20010.md +1 -1
  23. data/docs/InlineResponse20011.md +1 -1
  24. data/docs/InlineResponse20012.md +1 -1
  25. data/docs/InlineResponse20013.md +1 -1
  26. data/docs/InlineResponse20014.md +1 -1
  27. data/docs/InlineResponse2002.md +1 -1
  28. data/docs/InlineResponse2003.md +1 -1
  29. data/docs/InlineResponse2004.md +1 -1
  30. data/docs/InlineResponse2005.md +1 -1
  31. data/docs/InlineResponse2006.md +1 -1
  32. data/docs/InlineResponse2007.md +1 -1
  33. data/docs/InlineResponse2008.md +1 -1
  34. data/docs/InlineResponse2009.md +1 -1
  35. data/docs/PublicationsAptApi.md +26 -26
  36. data/docs/PublicationsVerbatimApi.md +2 -2
  37. data/docs/RemotesAptApi.md +46 -46
  38. data/docs/RepositoriesAptApi.md +56 -56
  39. data/docs/RepositoriesDebVersionsApi.md +13 -11
  40. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
  41. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
  42. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
  43. data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
  44. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
  45. data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
  46. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
  47. data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
  48. data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
  49. data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
  50. data/lib/pulp_deb_client/api/distributions_apt_api.rb +61 -61
  51. data/lib/pulp_deb_client/api/publications_apt_api.rb +37 -37
  52. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  53. data/lib/pulp_deb_client/api/remotes_apt_api.rb +66 -66
  54. data/lib/pulp_deb_client/api/repositories_apt_api.rb +84 -84
  55. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +22 -19
  56. data/lib/pulp_deb_client/models/{deb_deb_distribution.rb → deb_apt_distribution.rb} +3 -3
  57. data/lib/pulp_deb_client/models/{deb_deb_publication.rb → deb_apt_publication.rb} +3 -3
  58. data/lib/pulp_deb_client/models/{deb_deb_remote.rb → deb_apt_remote.rb} +6 -3
  59. data/lib/pulp_deb_client/models/{deb_deb_repository.rb → deb_apt_repository.rb} +3 -3
  60. data/lib/pulp_deb_client/models/{deb_base_package_read.rb → deb_base_package.rb} +3 -3
  61. data/lib/pulp_deb_client/models/{deb_generic_content_read.rb → deb_generic_content.rb} +3 -3
  62. data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
  63. data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
  64. data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
  65. data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
  66. data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
  67. data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
  68. data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
  69. data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
  70. data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
  71. data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
  72. data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
  73. data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
  74. data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
  75. data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
  76. data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
  77. data/lib/pulp_deb_client/version.rb +1 -1
  78. data/lib/pulp_deb_client.rb +6 -19
  79. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  80. data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
  81. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  82. data/spec/api/content_package_indices_api_spec.rb +2 -2
  83. data/spec/api/content_package_release_components_api_spec.rb +2 -2
  84. data/spec/api/content_packages_api_spec.rb +1 -1
  85. data/spec/api/content_release_architectures_api_spec.rb +2 -2
  86. data/spec/api/content_release_components_api_spec.rb +2 -2
  87. data/spec/api/content_release_files_api_spec.rb +2 -2
  88. data/spec/api/content_releases_api_spec.rb +2 -2
  89. data/spec/api/distributions_apt_api_spec.rb +13 -13
  90. data/spec/api/publications_apt_api_spec.rb +10 -10
  91. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  92. data/spec/api/remotes_apt_api_spec.rb +15 -15
  93. data/spec/api/repositories_apt_api_spec.rb +17 -17
  94. data/spec/api/repositories_deb_versions_api_spec.rb +6 -5
  95. data/spec/models/{deb_deb_distribution_spec.rb → deb_apt_distribution_spec.rb} +6 -6
  96. data/spec/models/{deb_deb_publication_spec.rb → deb_apt_publication_spec.rb} +6 -6
  97. data/spec/models/{deb_deb_remote_spec.rb → deb_apt_remote_spec.rb} +6 -6
  98. data/spec/models/{deb_deb_repository_spec.rb → deb_apt_repository_spec.rb} +6 -6
  99. data/spec/models/{deb_base_package_read_spec.rb → deb_base_package_spec.rb} +6 -6
  100. data/spec/models/{deb_generic_content_read_spec.rb → deb_generic_content_spec.rb} +6 -6
  101. metadata +26 -78
  102. data/docs/DebDebDistributionRead.md +0 -29
  103. data/docs/DebDebPublicationRead.md +0 -29
  104. data/docs/DebDebRemoteRead.md +0 -57
  105. data/docs/DebDebRepositoryRead.md +0 -27
  106. data/docs/DebInstallerFileIndexRead.md +0 -29
  107. data/docs/DebPackageIndexRead.md +0 -29
  108. data/docs/DebPackageReleaseComponentRead.md +0 -23
  109. data/docs/DebReleaseArchitectureRead.md +0 -23
  110. data/docs/DebReleaseComponentRead.md +0 -23
  111. data/docs/DebReleaseFileRead.md +0 -29
  112. data/docs/DebReleaseRead.md +0 -25
  113. data/docs/DebVerbatimPublicationRead.md +0 -23
  114. data/docs/RepositoryVersionRead.md +0 -25
  115. data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +0 -331
  116. data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +0 -269
  117. data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +0 -670
  118. data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +0 -294
  119. data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +0 -341
  120. data/lib/pulp_deb_client/models/deb_package_index_read.rb +0 -341
  121. data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +0 -246
  122. data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +0 -265
  123. data/lib/pulp_deb_client/models/deb_release_component_read.rb +0 -265
  124. data/lib/pulp_deb_client/models/deb_release_file_read.rb +0 -342
  125. data/lib/pulp_deb_client/models/deb_release_read.rb +0 -315
  126. data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +0 -235
  127. data/lib/pulp_deb_client/models/repository_version_read.rb +0 -244
  128. data/spec/models/deb_deb_distribution_read_spec.rb +0 -77
  129. data/spec/models/deb_deb_publication_read_spec.rb +0 -77
  130. data/spec/models/deb_deb_remote_read_spec.rb +0 -165
  131. data/spec/models/deb_deb_repository_read_spec.rb +0 -71
  132. data/spec/models/deb_installer_file_index_read_spec.rb +0 -77
  133. data/spec/models/deb_package_index_read_spec.rb +0 -77
  134. data/spec/models/deb_package_release_component_read_spec.rb +0 -59
  135. data/spec/models/deb_release_architecture_read_spec.rb +0 -59
  136. data/spec/models/deb_release_component_read_spec.rb +0 -59
  137. data/spec/models/deb_release_file_read_spec.rb +0 -77
  138. data/spec/models/deb_release_read_spec.rb +0 -65
  139. data/spec/models/deb_verbatim_publication_read_spec.rb +0 -59
  140. data/spec/models/repository_version_read_spec.rb +0 -65
@@ -4,12 +4,12 @@ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create a deb distribution
8
- [**delete**](DistributionsAptApi.md#delete) | **DELETE** {deb_distribution_href} | Delete a deb distribution
9
- [**list**](DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List deb distributions
10
- [**partial_update**](DistributionsAptApi.md#partial_update) | **PATCH** {deb_distribution_href} | Partially update a deb distribution
11
- [**read**](DistributionsAptApi.md#read) | **GET** {deb_distribution_href} | Inspect a deb distribution
12
- [**update**](DistributionsAptApi.md#update) | **PUT** {deb_distribution_href} | Update a deb distribution
7
+ [**create**](DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create an apt distribution
8
+ [**delete**](DistributionsAptApi.md#delete) | **DELETE** {apt_distribution_href} | Delete an apt distribution
9
+ [**list**](DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List apt distributions
10
+ [**partial_update**](DistributionsAptApi.md#partial_update) | **PATCH** {apt_distribution_href} | Partially update an apt distribution
11
+ [**read**](DistributionsAptApi.md#read) | **GET** {apt_distribution_href} | Inspect an apt distribution
12
+ [**update**](DistributionsAptApi.md#update) | **PUT** {apt_distribution_href} | Update an apt distribution
13
13
 
14
14
 
15
15
 
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
 
18
18
  > AsyncOperationResponse create(data)
19
19
 
20
- Create a deb distribution
20
+ Create an apt distribution
21
21
 
22
22
  Trigger an asynchronous create task
23
23
 
@@ -34,10 +34,10 @@ PulpDebClient.configure do |config|
34
34
  end
35
35
 
36
36
  api_instance = PulpDebClient::DistributionsAptApi.new
37
- data = PulpDebClient::DebDebDistribution.new # DebDebDistribution |
37
+ data = PulpDebClient::DebAptDistribution.new # DebAptDistribution |
38
38
 
39
39
  begin
40
- #Create a deb distribution
40
+ #Create an apt distribution
41
41
  result = api_instance.create(data)
42
42
  p result
43
43
  rescue PulpDebClient::ApiError => e
@@ -50,7 +50,7 @@ end
50
50
 
51
51
  Name | Type | Description | Notes
52
52
  ------------- | ------------- | ------------- | -------------
53
- **data** | [**DebDebDistribution**](DebDebDistribution.md)| |
53
+ **data** | [**DebAptDistribution**](DebAptDistribution.md)| |
54
54
 
55
55
  ### Return type
56
56
 
@@ -68,9 +68,9 @@ Name | Type | Description | Notes
68
68
 
69
69
  ## delete
70
70
 
71
- > AsyncOperationResponse delete(deb_distribution_href)
71
+ > AsyncOperationResponse delete(apt_distribution_href)
72
72
 
73
- Delete a deb distribution
73
+ Delete an apt distribution
74
74
 
75
75
  Trigger an asynchronous delete task
76
76
 
@@ -87,11 +87,11 @@ PulpDebClient.configure do |config|
87
87
  end
88
88
 
89
89
  api_instance = PulpDebClient::DistributionsAptApi.new
90
- deb_distribution_href = 'deb_distribution_href_example' # String | URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
90
+ apt_distribution_href = 'apt_distribution_href_example' # String | URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
91
91
 
92
92
  begin
93
- #Delete a deb distribution
94
- result = api_instance.delete(deb_distribution_href)
93
+ #Delete an apt distribution
94
+ result = api_instance.delete(apt_distribution_href)
95
95
  p result
96
96
  rescue PulpDebClient::ApiError => e
97
97
  puts "Exception when calling DistributionsAptApi->delete: #{e}"
@@ -103,7 +103,7 @@ end
103
103
 
104
104
  Name | Type | Description | Notes
105
105
  ------------- | ------------- | ------------- | -------------
106
- **deb_distribution_href** | **String**| URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
106
+ **apt_distribution_href** | **String**| URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
107
107
 
108
108
  ### Return type
109
109
 
@@ -123,9 +123,9 @@ Name | Type | Description | Notes
123
123
 
124
124
  > InlineResponse2009 list(opts)
125
125
 
126
- List deb distributions
126
+ List apt distributions
127
127
 
128
- ViewSet for DebDistributions.
128
+ ViewSet for AptDistributions.
129
129
 
130
130
  ### Example
131
131
 
@@ -155,7 +155,7 @@ opts = {
155
155
  }
156
156
 
157
157
  begin
158
- #List deb distributions
158
+ #List apt distributions
159
159
  result = api_instance.list(opts)
160
160
  p result
161
161
  rescue PulpDebClient::ApiError => e
@@ -196,9 +196,9 @@ Name | Type | Description | Notes
196
196
 
197
197
  ## partial_update
198
198
 
199
- > AsyncOperationResponse partial_update(deb_distribution_href, data)
199
+ > AsyncOperationResponse partial_update(apt_distribution_href, data)
200
200
 
201
- Partially update a deb distribution
201
+ Partially update an apt distribution
202
202
 
203
203
  Trigger an asynchronous partial update task
204
204
 
@@ -215,12 +215,12 @@ PulpDebClient.configure do |config|
215
215
  end
216
216
 
217
217
  api_instance = PulpDebClient::DistributionsAptApi.new
218
- deb_distribution_href = 'deb_distribution_href_example' # String | URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
219
- data = PulpDebClient::DebDebDistribution.new # DebDebDistribution |
218
+ apt_distribution_href = 'apt_distribution_href_example' # String | URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
219
+ data = PulpDebClient::DebAptDistribution.new # DebAptDistribution |
220
220
 
221
221
  begin
222
- #Partially update a deb distribution
223
- result = api_instance.partial_update(deb_distribution_href, data)
222
+ #Partially update an apt distribution
223
+ result = api_instance.partial_update(apt_distribution_href, data)
224
224
  p result
225
225
  rescue PulpDebClient::ApiError => e
226
226
  puts "Exception when calling DistributionsAptApi->partial_update: #{e}"
@@ -232,8 +232,8 @@ end
232
232
 
233
233
  Name | Type | Description | Notes
234
234
  ------------- | ------------- | ------------- | -------------
235
- **deb_distribution_href** | **String**| URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
236
- **data** | [**DebDebDistribution**](DebDebDistribution.md)| |
235
+ **apt_distribution_href** | **String**| URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
236
+ **data** | [**DebAptDistribution**](DebAptDistribution.md)| |
237
237
 
238
238
  ### Return type
239
239
 
@@ -251,11 +251,11 @@ Name | Type | Description | Notes
251
251
 
252
252
  ## read
253
253
 
254
- > DebDebDistributionRead read(deb_distribution_href, opts)
254
+ > DebAptDistribution read(apt_distribution_href, opts)
255
255
 
256
- Inspect a deb distribution
256
+ Inspect an apt distribution
257
257
 
258
- ViewSet for DebDistributions.
258
+ ViewSet for AptDistributions.
259
259
 
260
260
  ### Example
261
261
 
@@ -270,15 +270,15 @@ PulpDebClient.configure do |config|
270
270
  end
271
271
 
272
272
  api_instance = PulpDebClient::DistributionsAptApi.new
273
- deb_distribution_href = 'deb_distribution_href_example' # String | URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
273
+ apt_distribution_href = 'apt_distribution_href_example' # String | URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
274
274
  opts = {
275
275
  fields: 'fields_example', # String | A list of fields to include in the response.
276
276
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
277
277
  }
278
278
 
279
279
  begin
280
- #Inspect a deb distribution
281
- result = api_instance.read(deb_distribution_href, opts)
280
+ #Inspect an apt distribution
281
+ result = api_instance.read(apt_distribution_href, opts)
282
282
  p result
283
283
  rescue PulpDebClient::ApiError => e
284
284
  puts "Exception when calling DistributionsAptApi->read: #{e}"
@@ -290,13 +290,13 @@ end
290
290
 
291
291
  Name | Type | Description | Notes
292
292
  ------------- | ------------- | ------------- | -------------
293
- **deb_distribution_href** | **String**| URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
293
+ **apt_distribution_href** | **String**| URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
294
294
  **fields** | **String**| A list of fields to include in the response. | [optional]
295
295
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
296
296
 
297
297
  ### Return type
298
298
 
299
- [**DebDebDistributionRead**](DebDebDistributionRead.md)
299
+ [**DebAptDistribution**](DebAptDistribution.md)
300
300
 
301
301
  ### Authorization
302
302
 
@@ -310,9 +310,9 @@ Name | Type | Description | Notes
310
310
 
311
311
  ## update
312
312
 
313
- > AsyncOperationResponse update(deb_distribution_href, data)
313
+ > AsyncOperationResponse update(apt_distribution_href, data)
314
314
 
315
- Update a deb distribution
315
+ Update an apt distribution
316
316
 
317
317
  Trigger an asynchronous update task
318
318
 
@@ -329,12 +329,12 @@ PulpDebClient.configure do |config|
329
329
  end
330
330
 
331
331
  api_instance = PulpDebClient::DistributionsAptApi.new
332
- deb_distribution_href = 'deb_distribution_href_example' # String | URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
333
- data = PulpDebClient::DebDebDistribution.new # DebDebDistribution |
332
+ apt_distribution_href = 'apt_distribution_href_example' # String | URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
333
+ data = PulpDebClient::DebAptDistribution.new # DebAptDistribution |
334
334
 
335
335
  begin
336
- #Update a deb distribution
337
- result = api_instance.update(deb_distribution_href, data)
336
+ #Update an apt distribution
337
+ result = api_instance.update(apt_distribution_href, data)
338
338
  p result
339
339
  rescue PulpDebClient::ApiError => e
340
340
  puts "Exception when calling DistributionsAptApi->update: #{e}"
@@ -346,8 +346,8 @@ end
346
346
 
347
347
  Name | Type | Description | Notes
348
348
  ------------- | ------------- | ------------- | -------------
349
- **deb_distribution_href** | **String**| URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
350
- **data** | [**DebDebDistribution**](DebDebDistribution.md)| |
349
+ **apt_distribution_href** | **String**| URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
350
+ **data** | [**DebAptDistribution**](DebAptDistribution.md)| |
351
351
 
352
352
  ### Return type
353
353
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebGenericContentRead>**](DebGenericContentRead.md) | |
10
+ **results** | [**Array<DebGenericContent>**](DebGenericContent.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebInstallerFileIndexRead>**](DebInstallerFileIndexRead.md) | |
10
+ **results** | [**Array<DebInstallerFileIndex>**](DebInstallerFileIndex.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebDebPublicationRead>**](DebDebPublicationRead.md) | |
10
+ **results** | [**Array<DebAptPublication>**](DebAptPublication.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebVerbatimPublicationRead>**](DebVerbatimPublicationRead.md) | |
10
+ **results** | [**Array<DebVerbatimPublication>**](DebVerbatimPublication.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebDebRemoteRead>**](DebDebRemoteRead.md) | |
10
+ **results** | [**Array<DebAptRemote>**](DebAptRemote.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebDebRepositoryRead>**](DebDebRepositoryRead.md) | |
10
+ **results** | [**Array<DebAptRepository>**](DebAptRepository.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepositoryVersionRead>**](RepositoryVersionRead.md) | |
10
+ **results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebBasePackageRead>**](DebBasePackageRead.md) | |
10
+ **results** | [**Array<DebBasePackage>**](DebBasePackage.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebPackageIndexRead>**](DebPackageIndexRead.md) | |
10
+ **results** | [**Array<DebPackageIndex>**](DebPackageIndex.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebPackageReleaseComponentRead>**](DebPackageReleaseComponentRead.md) | |
10
+ **results** | [**Array<DebPackageReleaseComponent>**](DebPackageReleaseComponent.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebReleaseArchitectureRead>**](DebReleaseArchitectureRead.md) | |
10
+ **results** | [**Array<DebReleaseArchitecture>**](DebReleaseArchitecture.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebReleaseComponentRead>**](DebReleaseComponentRead.md) | |
10
+ **results** | [**Array<DebReleaseComponent>**](DebReleaseComponent.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebReleaseFileRead>**](DebReleaseFileRead.md) | |
10
+ **results** | [**Array<DebReleaseFile>**](DebReleaseFile.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebReleaseRead>**](DebReleaseRead.md) | |
10
+ **results** | [**Array<DebRelease>**](DebRelease.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebDebDistributionRead>**](DebDebDistributionRead.md) | |
10
+ **results** | [**Array<DebAptDistribution>**](DebAptDistribution.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create a deb publication
8
- [**delete**](PublicationsAptApi.md#delete) | **DELETE** {deb_publication_href} | Delete a deb publication
9
- [**list**](PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List deb publications
10
- [**read**](PublicationsAptApi.md#read) | **GET** {deb_publication_href} | Inspect a deb publication
7
+ [**create**](PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create an apt publication
8
+ [**delete**](PublicationsAptApi.md#delete) | **DELETE** {apt_publication_href} | Delete an apt publication
9
+ [**list**](PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List apt publications
10
+ [**read**](PublicationsAptApi.md#read) | **GET** {apt_publication_href} | Inspect an apt publication
11
11
 
12
12
 
13
13
 
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  > AsyncOperationResponse create(data)
17
17
 
18
- Create a deb publication
18
+ Create an apt publication
19
19
 
20
20
  Trigger an asynchronous task to publish content
21
21
 
@@ -32,10 +32,10 @@ PulpDebClient.configure do |config|
32
32
  end
33
33
 
34
34
  api_instance = PulpDebClient::PublicationsAptApi.new
35
- data = PulpDebClient::DebDebPublication.new # DebDebPublication |
35
+ data = PulpDebClient::DebAptPublication.new # DebAptPublication |
36
36
 
37
37
  begin
38
- #Create a deb publication
38
+ #Create an apt publication
39
39
  result = api_instance.create(data)
40
40
  p result
41
41
  rescue PulpDebClient::ApiError => e
@@ -48,7 +48,7 @@ end
48
48
 
49
49
  Name | Type | Description | Notes
50
50
  ------------- | ------------- | ------------- | -------------
51
- **data** | [**DebDebPublication**](DebDebPublication.md)| |
51
+ **data** | [**DebAptPublication**](DebAptPublication.md)| |
52
52
 
53
53
  ### Return type
54
54
 
@@ -66,11 +66,11 @@ Name | Type | Description | Notes
66
66
 
67
67
  ## delete
68
68
 
69
- > delete(deb_publication_href)
69
+ > delete(apt_publication_href)
70
70
 
71
- Delete a deb publication
71
+ Delete an apt publication
72
72
 
73
- A ViewSet for DebPublication.
73
+ A ViewSet for AptPublication.
74
74
 
75
75
  ### Example
76
76
 
@@ -85,11 +85,11 @@ PulpDebClient.configure do |config|
85
85
  end
86
86
 
87
87
  api_instance = PulpDebClient::PublicationsAptApi.new
88
- deb_publication_href = 'deb_publication_href_example' # String | URI of Deb Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
88
+ apt_publication_href = 'apt_publication_href_example' # String | URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
89
89
 
90
90
  begin
91
- #Delete a deb publication
92
- api_instance.delete(deb_publication_href)
91
+ #Delete an apt publication
92
+ api_instance.delete(apt_publication_href)
93
93
  rescue PulpDebClient::ApiError => e
94
94
  puts "Exception when calling PublicationsAptApi->delete: #{e}"
95
95
  end
@@ -100,7 +100,7 @@ end
100
100
 
101
101
  Name | Type | Description | Notes
102
102
  ------------- | ------------- | ------------- | -------------
103
- **deb_publication_href** | **String**| URI of Deb Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/ |
103
+ **apt_publication_href** | **String**| URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/ |
104
104
 
105
105
  ### Return type
106
106
 
@@ -120,9 +120,9 @@ nil (empty response body)
120
120
 
121
121
  > InlineResponse20010 list(opts)
122
122
 
123
- List deb publications
123
+ List apt publications
124
124
 
125
- A ViewSet for DebPublication.
125
+ A ViewSet for AptPublication.
126
126
 
127
127
  ### Example
128
128
 
@@ -153,7 +153,7 @@ opts = {
153
153
  }
154
154
 
155
155
  begin
156
- #List deb publications
156
+ #List apt publications
157
157
  result = api_instance.list(opts)
158
158
  p result
159
159
  rescue PulpDebClient::ApiError => e
@@ -195,11 +195,11 @@ Name | Type | Description | Notes
195
195
 
196
196
  ## read
197
197
 
198
- > DebDebPublicationRead read(deb_publication_href, opts)
198
+ > DebAptPublication read(apt_publication_href, opts)
199
199
 
200
- Inspect a deb publication
200
+ Inspect an apt publication
201
201
 
202
- A ViewSet for DebPublication.
202
+ A ViewSet for AptPublication.
203
203
 
204
204
  ### Example
205
205
 
@@ -214,15 +214,15 @@ PulpDebClient.configure do |config|
214
214
  end
215
215
 
216
216
  api_instance = PulpDebClient::PublicationsAptApi.new
217
- deb_publication_href = 'deb_publication_href_example' # String | URI of Deb Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
217
+ apt_publication_href = 'apt_publication_href_example' # String | URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
218
218
  opts = {
219
219
  fields: 'fields_example', # String | A list of fields to include in the response.
220
220
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
221
221
  }
222
222
 
223
223
  begin
224
- #Inspect a deb publication
225
- result = api_instance.read(deb_publication_href, opts)
224
+ #Inspect an apt publication
225
+ result = api_instance.read(apt_publication_href, opts)
226
226
  p result
227
227
  rescue PulpDebClient::ApiError => e
228
228
  puts "Exception when calling PublicationsAptApi->read: #{e}"
@@ -234,13 +234,13 @@ end
234
234
 
235
235
  Name | Type | Description | Notes
236
236
  ------------- | ------------- | ------------- | -------------
237
- **deb_publication_href** | **String**| URI of Deb Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/ |
237
+ **apt_publication_href** | **String**| URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/ |
238
238
  **fields** | **String**| A list of fields to include in the response. | [optional]
239
239
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
240
240
 
241
241
  ### Return type
242
242
 
243
- [**DebDebPublicationRead**](DebDebPublicationRead.md)
243
+ [**DebAptPublication**](DebAptPublication.md)
244
244
 
245
245
  ### Authorization
246
246
 
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
195
195
 
196
196
  ## read
197
197
 
198
- > DebVerbatimPublicationRead read(verbatim_publication_href, opts)
198
+ > DebVerbatimPublication read(verbatim_publication_href, opts)
199
199
 
200
200
  Inspect a verbatim publication
201
201
 
@@ -240,7 +240,7 @@ Name | Type | Description | Notes
240
240
 
241
241
  ### Return type
242
242
 
243
- [**DebVerbatimPublicationRead**](DebVerbatimPublicationRead.md)
243
+ [**DebVerbatimPublication**](DebVerbatimPublication.md)
244
244
 
245
245
  ### Authorization
246
246