pulp_deb_client 2.3.0b1 → 2.4.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 (133) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -8
  3. data/docs/ContentGenericContentsApi.md +5 -5
  4. data/docs/ContentInstallerFileIndicesApi.md +5 -5
  5. data/docs/ContentInstallerPackagesApi.md +5 -5
  6. data/docs/ContentPackageIndicesApi.md +5 -5
  7. data/docs/ContentPackageReleaseComponentsApi.md +5 -5
  8. data/docs/ContentPackagesApi.md +5 -5
  9. data/docs/ContentReleaseArchitecturesApi.md +5 -5
  10. data/docs/ContentReleaseComponentsApi.md +5 -5
  11. data/docs/ContentReleaseFilesApi.md +5 -5
  12. data/docs/ContentReleasesApi.md +5 -5
  13. data/docs/{DebBasePackage.md → DebBasePackageRead.md} +2 -2
  14. data/docs/DebDebDistributionRead.md +29 -0
  15. data/docs/DebDebPublicationRead.md +29 -0
  16. data/docs/DebDebRemote.md +7 -3
  17. data/docs/DebDebRemoteRead.md +57 -0
  18. data/docs/DebDebRepositoryRead.md +27 -0
  19. data/docs/{DebGenericContent.md → DebGenericContentRead.md} +2 -2
  20. data/docs/DebInstallerFileIndexRead.md +29 -0
  21. data/docs/DebPackageIndexRead.md +29 -0
  22. data/docs/DebPackageReleaseComponentRead.md +23 -0
  23. data/docs/DebReleaseArchitectureRead.md +23 -0
  24. data/docs/DebReleaseComponentRead.md +23 -0
  25. data/docs/DebReleaseFileRead.md +29 -0
  26. data/docs/DebReleaseRead.md +25 -0
  27. data/docs/DebVerbatimPublicationRead.md +23 -0
  28. data/docs/DistributionsAptApi.md +3 -3
  29. data/docs/InlineResponse200.md +1 -1
  30. data/docs/InlineResponse2001.md +1 -1
  31. data/docs/InlineResponse20010.md +1 -1
  32. data/docs/InlineResponse20011.md +1 -1
  33. data/docs/InlineResponse20012.md +1 -1
  34. data/docs/InlineResponse20013.md +1 -1
  35. data/docs/InlineResponse20014.md +1 -1
  36. data/docs/InlineResponse2002.md +1 -1
  37. data/docs/InlineResponse2003.md +1 -1
  38. data/docs/InlineResponse2004.md +1 -1
  39. data/docs/InlineResponse2005.md +1 -1
  40. data/docs/InlineResponse2006.md +1 -1
  41. data/docs/InlineResponse2007.md +1 -1
  42. data/docs/InlineResponse2008.md +1 -1
  43. data/docs/InlineResponse2009.md +1 -1
  44. data/docs/PublicationsAptApi.md +3 -3
  45. data/docs/PublicationsVerbatimApi.md +3 -3
  46. data/docs/RemotesAptApi.md +5 -5
  47. data/docs/RepositoriesAptApi.md +10 -10
  48. data/docs/RepositoriesDebVersionsApi.md +3 -3
  49. data/docs/RepositoryVersionRead.md +25 -0
  50. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +5 -5
  51. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
  52. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +5 -5
  53. data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
  54. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
  55. data/lib/pulp_deb_client/api/content_packages_api.rb +5 -5
  56. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
  57. data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
  58. data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
  59. data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
  60. data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
  61. data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
  62. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  63. data/lib/pulp_deb_client/api/remotes_apt_api.rb +6 -6
  64. data/lib/pulp_deb_client/api/repositories_apt_api.rb +15 -15
  65. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
  66. data/lib/pulp_deb_client/configuration.rb +2 -2
  67. data/lib/pulp_deb_client/models/{deb_base_package.rb → deb_base_package_read.rb} +3 -3
  68. data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +331 -0
  69. data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +269 -0
  70. data/lib/pulp_deb_client/models/deb_deb_remote.rb +56 -4
  71. data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +670 -0
  72. data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +294 -0
  73. data/lib/pulp_deb_client/models/{deb_generic_content.rb → deb_generic_content_read.rb} +3 -3
  74. data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +341 -0
  75. data/lib/pulp_deb_client/models/deb_package_index_read.rb +341 -0
  76. data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +246 -0
  77. data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +265 -0
  78. data/lib/pulp_deb_client/models/deb_release_component_read.rb +265 -0
  79. data/lib/pulp_deb_client/models/deb_release_file_read.rb +342 -0
  80. data/lib/pulp_deb_client/models/deb_release_read.rb +315 -0
  81. data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +235 -0
  82. data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
  83. data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
  84. data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
  85. data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
  86. data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
  87. data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
  88. data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
  89. data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
  90. data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
  91. data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
  92. data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
  93. data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
  94. data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
  95. data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
  96. data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
  97. data/lib/pulp_deb_client/models/repository_version_read.rb +244 -0
  98. data/lib/pulp_deb_client/version.rb +1 -1
  99. data/lib/pulp_deb_client.rb +15 -2
  100. data/spec/api/content_generic_contents_api_spec.rb +2 -2
  101. data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
  102. data/spec/api/content_installer_packages_api_spec.rb +2 -2
  103. data/spec/api/content_package_indices_api_spec.rb +2 -2
  104. data/spec/api/content_package_release_components_api_spec.rb +2 -2
  105. data/spec/api/content_packages_api_spec.rb +2 -2
  106. data/spec/api/content_release_architectures_api_spec.rb +2 -2
  107. data/spec/api/content_release_components_api_spec.rb +2 -2
  108. data/spec/api/content_release_files_api_spec.rb +2 -2
  109. data/spec/api/content_releases_api_spec.rb +2 -2
  110. data/spec/api/distributions_apt_api_spec.rb +1 -1
  111. data/spec/api/publications_apt_api_spec.rb +1 -1
  112. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  113. data/spec/api/remotes_apt_api_spec.rb +2 -2
  114. data/spec/api/repositories_apt_api_spec.rb +6 -6
  115. data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
  116. data/spec/configuration_spec.rb +3 -3
  117. data/spec/models/{deb_base_package_spec.rb → deb_base_package_read_spec.rb} +6 -6
  118. data/spec/models/deb_deb_distribution_read_spec.rb +77 -0
  119. data/spec/models/deb_deb_publication_read_spec.rb +77 -0
  120. data/spec/models/deb_deb_remote_read_spec.rb +165 -0
  121. data/spec/models/deb_deb_remote_spec.rb +12 -0
  122. data/spec/models/deb_deb_repository_read_spec.rb +71 -0
  123. data/spec/models/{deb_generic_content_spec.rb → deb_generic_content_read_spec.rb} +6 -6
  124. data/spec/models/deb_installer_file_index_read_spec.rb +77 -0
  125. data/spec/models/deb_package_index_read_spec.rb +77 -0
  126. data/spec/models/deb_package_release_component_read_spec.rb +59 -0
  127. data/spec/models/deb_release_architecture_read_spec.rb +59 -0
  128. data/spec/models/deb_release_component_read_spec.rb +59 -0
  129. data/spec/models/deb_release_file_read_spec.rb +77 -0
  130. data/spec/models/deb_release_read_spec.rb +65 -0
  131. data/spec/models/deb_verbatim_publication_read_spec.rb +59 -0
  132. data/spec/models/repository_version_read_spec.rb +65 -0
  133. metadata +62 -10
@@ -0,0 +1,57 @@
1
+ # PulpDebClient::DebDebRemoteRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **name** | **String** | A unique name for this remote. |
10
+ **url** | **String** | The URL of an external content source. |
11
+ **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
12
+ **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
+ **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
18
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
19
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
20
+ **policy** | **String** | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional] [default to 'immediate']
21
+ **distributions** | **String** | Whitespace separated list of distributions to sync |
22
+ **components** | **String** | Whitespace separatet list of components to sync | [optional]
23
+ **architectures** | **String** | Whitespace separated list of architectures to sync | [optional]
24
+ **sync_sources** | **Boolean** | Sync source packages | [optional]
25
+ **sync_udebs** | **Boolean** | Sync installer packages | [optional]
26
+ **sync_installer** | **Boolean** | Sync installer files | [optional]
27
+ **gpgkey** | **String** | Gpg public key to verify origin releases against | [optional]
28
+
29
+ ## Code Sample
30
+
31
+ ```ruby
32
+ require 'PulpDebClient'
33
+
34
+ instance = PulpDebClient::DebDebRemoteRead.new(pulp_href: null,
35
+ pulp_created: null,
36
+ name: null,
37
+ url: null,
38
+ ca_cert: null,
39
+ client_cert: null,
40
+ client_key: null,
41
+ tls_validation: null,
42
+ proxy_url: null,
43
+ username: null,
44
+ password: null,
45
+ pulp_last_updated: null,
46
+ download_concurrency: null,
47
+ policy: null,
48
+ distributions: null,
49
+ components: null,
50
+ architectures: null,
51
+ sync_sources: null,
52
+ sync_udebs: null,
53
+ sync_installer: null,
54
+ gpgkey: null)
55
+ ```
56
+
57
+
@@ -0,0 +1,27 @@
1
+ # PulpDebClient::DebDebRepositoryRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **versions_href** | **String** | | [optional] [readonly]
10
+ **latest_version_href** | **String** | | [optional] [readonly]
11
+ **name** | **String** | A unique name for this repository. |
12
+ **description** | **String** | An optional description. | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'PulpDebClient'
18
+
19
+ instance = PulpDebClient::DebDebRepositoryRead.new(pulp_href: null,
20
+ pulp_created: null,
21
+ versions_href: null,
22
+ latest_version_href: null,
23
+ name: null,
24
+ description: null)
25
+ ```
26
+
27
+
@@ -1,4 +1,4 @@
1
- # PulpDebClient::DebGenericContent
1
+ # PulpDebClient::DebGenericContentRead
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::DebGenericContent.new(pulp_href: null,
23
+ instance = PulpDebClient::DebGenericContentRead.new(pulp_href: null,
24
24
  pulp_created: null,
25
25
  artifact: null,
26
26
  relative_path: null,
@@ -0,0 +1,29 @@
1
+ # PulpDebClient::DebInstallerFileIndexRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifacts** | **Hash<String, String>** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
+ **release** | **String** | Release this index file belongs to. |
11
+ **component** | **String** | Component of the component - architecture combination. |
12
+ **architecture** | **String** | Architecture of the component - architecture combination. |
13
+ **relative_path** | **String** | Path of directory containing MD5SUMS and SHA256SUMS relative to url. | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpDebClient'
19
+
20
+ instance = PulpDebClient::DebInstallerFileIndexRead.new(pulp_href: null,
21
+ pulp_created: null,
22
+ artifacts: null,
23
+ release: null,
24
+ component: null,
25
+ architecture: null,
26
+ relative_path: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,29 @@
1
+ # PulpDebClient::DebPackageIndexRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifacts** | **Hash<String, String>** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
+ **release** | **String** | Release this index file belongs to. |
11
+ **component** | **String** | Component of the component - architecture combination. |
12
+ **architecture** | **String** | Architecture of the component - architecture combination. |
13
+ **relative_path** | **String** | Path of file relative to url. | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpDebClient'
19
+
20
+ instance = PulpDebClient::DebPackageIndexRead.new(pulp_href: null,
21
+ pulp_created: null,
22
+ artifacts: null,
23
+ release: null,
24
+ component: null,
25
+ architecture: null,
26
+ relative_path: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,23 @@
1
+ # PulpDebClient::DebPackageReleaseComponentRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **package** | **String** | Package that is contained in release_comonent. |
10
+ **release_component** | **String** | ReleaseComponent this package is contained in. |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpDebClient'
16
+
17
+ instance = PulpDebClient::DebPackageReleaseComponentRead.new(pulp_href: null,
18
+ pulp_created: null,
19
+ package: null,
20
+ release_component: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpDebClient::DebReleaseArchitectureRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **architecture** | **String** | Name of the architecture. |
10
+ **release** | **String** | Release this architecture is contained in. |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpDebClient'
16
+
17
+ instance = PulpDebClient::DebReleaseArchitectureRead.new(pulp_href: null,
18
+ pulp_created: null,
19
+ architecture: null,
20
+ release: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpDebClient::DebReleaseComponentRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **component** | **String** | Name of the component. |
10
+ **release** | **String** | Release this component is contained in. |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpDebClient'
16
+
17
+ instance = PulpDebClient::DebReleaseComponentRead.new(pulp_href: null,
18
+ pulp_created: null,
19
+ component: null,
20
+ release: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,29 @@
1
+ # PulpDebClient::DebReleaseFileRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifacts** | **Hash<String, String>** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
+ **codename** | **String** | Codename of the release, i.e. \"buster\". |
11
+ **suite** | **String** | Suite of the release, i.e. \"stable\". | [optional]
12
+ **distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". | [optional]
13
+ **relative_path** | **String** | Path of file relative to url. | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpDebClient'
19
+
20
+ instance = PulpDebClient::DebReleaseFileRead.new(pulp_href: null,
21
+ pulp_created: null,
22
+ artifacts: null,
23
+ codename: null,
24
+ suite: null,
25
+ distribution: null,
26
+ relative_path: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,25 @@
1
+ # PulpDebClient::DebReleaseRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **codename** | **String** | |
10
+ **suite** | **String** | |
11
+ **distribution** | **String** | |
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpDebClient'
17
+
18
+ instance = PulpDebClient::DebReleaseRead.new(pulp_href: null,
19
+ pulp_created: null,
20
+ codename: null,
21
+ suite: null,
22
+ distribution: null)
23
+ ```
24
+
25
+
@@ -0,0 +1,23 @@
1
+ # PulpDebClient::DebVerbatimPublicationRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **repository_version** | **String** | | [optional]
10
+ **repository** | **String** | A URI of the repository to be published. | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpDebClient'
16
+
17
+ instance = PulpDebClient::DebVerbatimPublicationRead.new(pulp_href: null,
18
+ pulp_created: null,
19
+ repository_version: null,
20
+ repository: null)
21
+ ```
22
+
23
+
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::DistributionsAptApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
251
251
 
252
252
  ## read
253
253
 
254
- > DebDebDistribution read(deb_distribution_href, opts)
254
+ > DebDebDistributionRead read(deb_distribution_href, opts)
255
255
 
256
256
  Inspect a deb distribution
257
257
 
@@ -296,7 +296,7 @@ Name | Type | Description | Notes
296
296
 
297
297
  ### Return type
298
298
 
299
- [**DebDebDistribution**](DebDebDistribution.md)
299
+ [**DebDebDistributionRead**](DebDebDistributionRead.md)
300
300
 
301
301
  ### Authorization
302
302
 
@@ -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<DebGenericContent>**](DebGenericContent.md) | |
10
+ **results** | [**Array<DebGenericContentRead>**](DebGenericContentRead.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<DebInstallerFileIndex>**](DebInstallerFileIndex.md) | |
10
+ **results** | [**Array<DebInstallerFileIndexRead>**](DebInstallerFileIndexRead.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<DebDebPublication>**](DebDebPublication.md) | |
10
+ **results** | [**Array<DebDebPublicationRead>**](DebDebPublicationRead.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<DebVerbatimPublication>**](DebVerbatimPublication.md) | |
10
+ **results** | [**Array<DebVerbatimPublicationRead>**](DebVerbatimPublicationRead.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<DebDebRemote>**](DebDebRemote.md) | |
10
+ **results** | [**Array<DebDebRemoteRead>**](DebDebRemoteRead.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<DebDebRepository>**](DebDebRepository.md) | |
10
+ **results** | [**Array<DebDebRepositoryRead>**](DebDebRepositoryRead.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<RepositoryVersion>**](RepositoryVersion.md) | |
10
+ **results** | [**Array<RepositoryVersionRead>**](RepositoryVersionRead.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<DebBasePackage>**](DebBasePackage.md) | |
10
+ **results** | [**Array<DebBasePackageRead>**](DebBasePackageRead.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<DebPackageIndex>**](DebPackageIndex.md) | |
10
+ **results** | [**Array<DebPackageIndexRead>**](DebPackageIndexRead.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<DebPackageReleaseComponent>**](DebPackageReleaseComponent.md) | |
10
+ **results** | [**Array<DebPackageReleaseComponentRead>**](DebPackageReleaseComponentRead.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<DebReleaseArchitecture>**](DebReleaseArchitecture.md) | |
10
+ **results** | [**Array<DebReleaseArchitectureRead>**](DebReleaseArchitectureRead.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<DebReleaseComponent>**](DebReleaseComponent.md) | |
10
+ **results** | [**Array<DebReleaseComponentRead>**](DebReleaseComponentRead.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<DebReleaseFile>**](DebReleaseFile.md) | |
10
+ **results** | [**Array<DebReleaseFileRead>**](DebReleaseFileRead.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<DebRelease>**](DebRelease.md) | |
10
+ **results** | [**Array<DebReleaseRead>**](DebReleaseRead.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<DebDebDistribution>**](DebDebDistribution.md) | |
10
+ **results** | [**Array<DebDebDistributionRead>**](DebDebDistributionRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::PublicationsAptApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
195
195
 
196
196
  ## read
197
197
 
198
- > DebDebPublication read(deb_publication_href, opts)
198
+ > DebDebPublicationRead read(deb_publication_href, opts)
199
199
 
200
200
  Inspect a deb publication
201
201
 
@@ -240,7 +240,7 @@ Name | Type | Description | Notes
240
240
 
241
241
  ### Return type
242
242
 
243
- [**DebDebPublication**](DebDebPublication.md)
243
+ [**DebDebPublicationRead**](DebDebPublicationRead.md)
244
244
 
245
245
  ### Authorization
246
246
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::PublicationsVerbatimApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
195
195
 
196
196
  ## read
197
197
 
198
- > DebVerbatimPublication read(verbatim_publication_href, opts)
198
+ > DebVerbatimPublicationRead 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
- [**DebVerbatimPublication**](DebVerbatimPublication.md)
243
+ [**DebVerbatimPublicationRead**](DebVerbatimPublicationRead.md)
244
244
 
245
245
  ### Authorization
246
246
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::RemotesAptApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  ## create
17
17
 
18
- > DebDebRemote create(data)
18
+ > DebDebRemoteRead create(data)
19
19
 
20
20
  Create a deb remote
21
21
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
 
55
55
  ### Return type
56
56
 
57
- [**DebDebRemote**](DebDebRemote.md)
57
+ [**DebDebRemoteRead**](DebDebRemoteRead.md)
58
58
 
59
59
  ### Authorization
60
60
 
@@ -255,7 +255,7 @@ Name | Type | Description | Notes
255
255
 
256
256
  ## read
257
257
 
258
- > DebDebRemote read(deb_remote_href, opts)
258
+ > DebDebRemoteRead read(deb_remote_href, opts)
259
259
 
260
260
  Inspect a deb remote
261
261
 
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
300
300
 
301
301
  ### Return type
302
302
 
303
- [**DebDebRemote**](DebDebRemote.md)
303
+ [**DebDebRemoteRead**](DebDebRemoteRead.md)
304
304
 
305
305
  ### Authorization
306
306