pulp_deb_client 2.0.0b4 → 2.2.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 (141) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +31 -11
  3. data/docs/{ContentInstallerFileIndexApi.md → ContentInstallerFileIndicesApi.md} +12 -12
  4. data/docs/{ContentPackageIndexApi.md → ContentPackageIndicesApi.md} +12 -12
  5. data/docs/ContentPackageReleaseComponentsApi.md +194 -0
  6. data/docs/ContentReleaseArchitecturesApi.md +194 -0
  7. data/docs/ContentReleaseComponentsApi.md +194 -0
  8. data/docs/ContentReleaseFilesApi.md +2 -2
  9. data/docs/ContentReleasesApi.md +196 -0
  10. data/docs/DebDebRemote.md +6 -4
  11. data/docs/DebPackageReleaseComponent.md +23 -0
  12. data/docs/DebRelease.md +25 -0
  13. data/docs/DebReleaseArchitecture.md +23 -0
  14. data/docs/DebReleaseComponent.md +23 -0
  15. data/docs/DistributionsAptApi.md +2 -2
  16. data/docs/InlineResponse20010.md +1 -1
  17. data/docs/InlineResponse20011.md +23 -0
  18. data/docs/InlineResponse20012.md +23 -0
  19. data/docs/InlineResponse20013.md +23 -0
  20. data/docs/InlineResponse20014.md +23 -0
  21. data/docs/InlineResponse2004.md +1 -1
  22. data/docs/InlineResponse2005.md +1 -1
  23. data/docs/InlineResponse2006.md +1 -1
  24. data/docs/InlineResponse2007.md +1 -1
  25. data/docs/InlineResponse2008.md +1 -1
  26. data/docs/InlineResponse2009.md +1 -1
  27. data/docs/PublicationsAptApi.md +16 -2
  28. data/docs/PublicationsVerbatimApi.md +16 -2
  29. data/docs/RemotesAptApi.md +2 -2
  30. data/docs/RepositoriesAptApi.md +5 -4
  31. data/docs/RepositoriesDebVersionsApi.md +2 -2
  32. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +1 -1
  33. data/lib/pulp_deb_client/api/{content_installer_file_index_api.rb → content_installer_file_indices_api.rb} +14 -14
  34. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +1 -1
  35. data/lib/pulp_deb_client/api/{content_package_index_api.rb → content_package_indices_api.rb} +14 -14
  36. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +237 -0
  37. data/lib/pulp_deb_client/api/content_packages_api.rb +1 -1
  38. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +237 -0
  39. data/lib/pulp_deb_client/api/content_release_components_api.rb +237 -0
  40. data/lib/pulp_deb_client/api/content_release_files_api.rb +4 -4
  41. data/lib/pulp_deb_client/api/content_releases_api.rb +240 -0
  42. data/lib/pulp_deb_client/api/distributions_apt_api.rb +4 -4
  43. data/lib/pulp_deb_client/api/publications_apt_api.rb +25 -4
  44. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +25 -4
  45. data/lib/pulp_deb_client/api/remotes_apt_api.rb +4 -4
  46. data/lib/pulp_deb_client/api/repositories_apt_api.rb +6 -4
  47. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +4 -4
  48. data/lib/pulp_deb_client/api_client.rb +1 -1
  49. data/lib/pulp_deb_client/api_error.rb +1 -1
  50. data/lib/pulp_deb_client/configuration.rb +1 -1
  51. data/lib/pulp_deb_client/models/async_operation_response.rb +1 -1
  52. data/lib/pulp_deb_client/models/content_summary.rb +1 -1
  53. data/lib/pulp_deb_client/models/deb_base_package.rb +1 -1
  54. data/lib/pulp_deb_client/models/deb_deb_distribution.rb +1 -1
  55. data/lib/pulp_deb_client/models/deb_deb_publication.rb +1 -1
  56. data/lib/pulp_deb_client/models/deb_deb_remote.rb +33 -8
  57. data/lib/pulp_deb_client/models/deb_deb_repository.rb +1 -1
  58. data/lib/pulp_deb_client/models/deb_generic_content.rb +1 -1
  59. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +1 -1
  60. data/lib/pulp_deb_client/models/deb_package_index.rb +1 -1
  61. data/lib/pulp_deb_client/models/deb_package_release_component.rb +246 -0
  62. data/lib/pulp_deb_client/models/deb_release.rb +315 -0
  63. data/lib/pulp_deb_client/models/deb_release_architecture.rb +265 -0
  64. data/lib/pulp_deb_client/models/deb_release_component.rb +265 -0
  65. data/lib/pulp_deb_client/models/deb_release_file.rb +1 -1
  66. data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +1 -1
  67. data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
  68. data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
  69. data/lib/pulp_deb_client/models/inline_response20010.rb +2 -2
  70. data/lib/pulp_deb_client/models/inline_response20011.rb +247 -0
  71. data/lib/pulp_deb_client/models/inline_response20012.rb +247 -0
  72. data/lib/pulp_deb_client/models/inline_response20013.rb +247 -0
  73. data/lib/pulp_deb_client/models/inline_response20014.rb +247 -0
  74. data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
  75. data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
  76. data/lib/pulp_deb_client/models/inline_response2004.rb +2 -2
  77. data/lib/pulp_deb_client/models/inline_response2005.rb +2 -2
  78. data/lib/pulp_deb_client/models/inline_response2006.rb +2 -2
  79. data/lib/pulp_deb_client/models/inline_response2007.rb +2 -2
  80. data/lib/pulp_deb_client/models/inline_response2008.rb +2 -2
  81. data/lib/pulp_deb_client/models/inline_response2009.rb +2 -2
  82. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
  83. data/lib/pulp_deb_client/models/repository_sync_url.rb +1 -1
  84. data/lib/pulp_deb_client/models/repository_version.rb +1 -1
  85. data/lib/pulp_deb_client/version.rb +2 -2
  86. data/lib/pulp_deb_client.rb +15 -3
  87. data/pulp_deb_client.gemspec +1 -1
  88. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  89. data/spec/api/{content_installer_file_index_api_spec.rb → content_installer_file_indices_api_spec.rb} +8 -8
  90. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  91. data/spec/api/{content_package_index_api_spec.rb → content_package_indices_api_spec.rb} +8 -8
  92. data/spec/api/content_package_release_components_api_spec.rb +81 -0
  93. data/spec/api/content_packages_api_spec.rb +1 -1
  94. data/spec/api/content_release_architectures_api_spec.rb +81 -0
  95. data/spec/api/content_release_components_api_spec.rb +81 -0
  96. data/spec/api/content_release_files_api_spec.rb +2 -2
  97. data/spec/api/content_releases_api_spec.rb +82 -0
  98. data/spec/api/distributions_apt_api_spec.rb +2 -2
  99. data/spec/api/publications_apt_api_spec.rb +9 -2
  100. data/spec/api/publications_verbatim_api_spec.rb +9 -2
  101. data/spec/api/remotes_apt_api_spec.rb +2 -2
  102. data/spec/api/repositories_apt_api_spec.rb +3 -2
  103. data/spec/api/repositories_deb_versions_api_spec.rb +2 -2
  104. data/spec/api_client_spec.rb +1 -1
  105. data/spec/configuration_spec.rb +1 -1
  106. data/spec/models/async_operation_response_spec.rb +1 -1
  107. data/spec/models/content_summary_spec.rb +1 -1
  108. data/spec/models/deb_base_package_spec.rb +1 -1
  109. data/spec/models/deb_deb_distribution_spec.rb +1 -1
  110. data/spec/models/deb_deb_publication_spec.rb +1 -1
  111. data/spec/models/deb_deb_remote_spec.rb +7 -1
  112. data/spec/models/deb_deb_repository_spec.rb +1 -1
  113. data/spec/models/deb_generic_content_spec.rb +1 -1
  114. data/spec/models/deb_installer_file_index_spec.rb +1 -1
  115. data/spec/models/deb_package_index_spec.rb +1 -1
  116. data/spec/models/deb_package_release_component_spec.rb +59 -0
  117. data/spec/models/deb_release_architecture_spec.rb +59 -0
  118. data/spec/models/deb_release_component_spec.rb +59 -0
  119. data/spec/models/deb_release_file_spec.rb +1 -1
  120. data/spec/models/deb_release_spec.rb +65 -0
  121. data/spec/models/deb_verbatim_publication_spec.rb +1 -1
  122. data/spec/models/inline_response20010_spec.rb +1 -1
  123. data/spec/models/inline_response20011_spec.rb +59 -0
  124. data/spec/models/inline_response20012_spec.rb +59 -0
  125. data/spec/models/inline_response20013_spec.rb +59 -0
  126. data/spec/models/inline_response20014_spec.rb +59 -0
  127. data/spec/models/inline_response2001_spec.rb +1 -1
  128. data/spec/models/inline_response2002_spec.rb +1 -1
  129. data/spec/models/inline_response2003_spec.rb +1 -1
  130. data/spec/models/inline_response2004_spec.rb +1 -1
  131. data/spec/models/inline_response2005_spec.rb +1 -1
  132. data/spec/models/inline_response2006_spec.rb +1 -1
  133. data/spec/models/inline_response2007_spec.rb +1 -1
  134. data/spec/models/inline_response2008_spec.rb +1 -1
  135. data/spec/models/inline_response2009_spec.rb +1 -1
  136. data/spec/models/inline_response200_spec.rb +1 -1
  137. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  138. data/spec/models/repository_sync_url_spec.rb +1 -1
  139. data/spec/models/repository_version_spec.rb +1 -1
  140. data/spec/spec_helper.rb +1 -1
  141. metadata +79 -31
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfcd4fc7c477ca0fe2e5ad6bac9df70f5a3509823d786b26794245a500b6525e
4
- data.tar.gz: a7db83f4bf09bc7cdb95a200e9e806d4d1e5584f019d08d2b1bcdf325458c70f
3
+ metadata.gz: 3f7074b00311b91a8e66421e1ea2b458b8710c76f741cec5ba0b6f35782c5b16
4
+ data.tar.gz: 2145cc36bde3bb2326bf290e25db894abfb5720d5d42e9e684f23897f52c0bed
5
5
  SHA512:
6
- metadata.gz: 589f04bcd9493297fce5f459aba66d05adc6cca0959ad7a22fa6a0e691ff02a71b86ac02d50f53b0dbb173781962ab54b3aca8b115540c0f0f389b9d31912548
7
- data.tar.gz: df838f80732a04e5e058d852bcdfdf295c2ae73feda01071277c6bf1908bf82910540aff62e140c1c87bb81805fa69102871faf51204702b54e0b41c1c5fcab3
6
+ metadata.gz: c5839c668d26b20ea3af66b5eccd63c16874a3c4203972544951ce243f7988e4e462651db80e1f668bbe23bb8827b590e14ffa42cacc1295f6816db4ae87a23c
7
+ data.tar.gz: b55fecfe74fd018a9b9c1fecf8d3b0dc4fd29343eeebf233a49da64ebdf5d6ffbd5b57d409b10d4bf11980b1bb5edf1587a1bee6b057a98e90f08b30c987844a
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.0.0b4
10
+ - Package version: 2.2.0b1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulp_deb_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulp_deb_client-2.0.0b4.gem
26
+ gem install ./pulp_deb_client-2.2.0b1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_deb_client-2.0.0b4.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_deb_client-2.2.0b1.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulp_deb_client', '~> 2.0.0b4'
35
+ gem 'pulp_deb_client', '~> 2.2.0b1'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -90,21 +90,33 @@ Class | Method | HTTP request | Description
90
90
  *PulpDebClient::ContentGenericContentsApi* | [**create**](docs/ContentGenericContentsApi.md#create) | **POST** /pulp/api/v3/content/deb/generic_contents/ | Create a generic content
91
91
  *PulpDebClient::ContentGenericContentsApi* | [**list**](docs/ContentGenericContentsApi.md#list) | **GET** /pulp/api/v3/content/deb/generic_contents/ | List generic contents
92
92
  *PulpDebClient::ContentGenericContentsApi* | [**read**](docs/ContentGenericContentsApi.md#read) | **GET** {generic_content_href} | Inspect a generic content
93
- *PulpDebClient::ContentInstallerFileIndexApi* | [**create**](docs/ContentInstallerFileIndexApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_file_index/ | Create an installer file index
94
- *PulpDebClient::ContentInstallerFileIndexApi* | [**list**](docs/ContentInstallerFileIndexApi.md#list) | **GET** /pulp/api/v3/content/deb/installer_file_index/ | List InstallerFileIndices
95
- *PulpDebClient::ContentInstallerFileIndexApi* | [**read**](docs/ContentInstallerFileIndexApi.md#read) | **GET** {installer_file_index_href} | Inspect an installer file index
93
+ *PulpDebClient::ContentInstallerFileIndicesApi* | [**create**](docs/ContentInstallerFileIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_file_indices/ | Create an installer file index
94
+ *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
96
  *PulpDebClient::ContentInstallerPackagesApi* | [**create**](docs/ContentInstallerPackagesApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_packages/ | Create an installer package
97
97
  *PulpDebClient::ContentInstallerPackagesApi* | [**list**](docs/ContentInstallerPackagesApi.md#list) | **GET** /pulp/api/v3/content/deb/installer_packages/ | List installer packages
98
98
  *PulpDebClient::ContentInstallerPackagesApi* | [**read**](docs/ContentInstallerPackagesApi.md#read) | **GET** {installer_package_href} | Inspect an installer package
99
- *PulpDebClient::ContentPackageIndexApi* | [**create**](docs/ContentPackageIndexApi.md#create) | **POST** /pulp/api/v3/content/deb/package_index/ | Create a package index
100
- *PulpDebClient::ContentPackageIndexApi* | [**list**](docs/ContentPackageIndexApi.md#list) | **GET** /pulp/api/v3/content/deb/package_index/ | List PackageIndices
101
- *PulpDebClient::ContentPackageIndexApi* | [**read**](docs/ContentPackageIndexApi.md#read) | **GET** {package_index_href} | Inspect a package index
99
+ *PulpDebClient::ContentPackageIndicesApi* | [**create**](docs/ContentPackageIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/package_indices/ | Create a package index
100
+ *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::ContentPackageReleaseComponentsApi* | [**create**](docs/ContentPackageReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/package_release_components/ | Create a package release component
103
+ *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
102
105
  *PulpDebClient::ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/deb/packages/ | Create a package
103
106
  *PulpDebClient::ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/deb/packages/ | List packages
104
107
  *PulpDebClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {package_href} | Inspect a package
108
+ *PulpDebClient::ContentReleaseArchitecturesApi* | [**create**](docs/ContentReleaseArchitecturesApi.md#create) | **POST** /pulp/api/v3/content/deb/release_architectures/ | Create a release architecture
109
+ *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::ContentReleaseComponentsApi* | [**create**](docs/ContentReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/release_components/ | Create a release component
112
+ *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
105
114
  *PulpDebClient::ContentReleaseFilesApi* | [**create**](docs/ContentReleaseFilesApi.md#create) | **POST** /pulp/api/v3/content/deb/release_files/ | Create a release file
106
115
  *PulpDebClient::ContentReleaseFilesApi* | [**list**](docs/ContentReleaseFilesApi.md#list) | **GET** /pulp/api/v3/content/deb/release_files/ | List release files
107
116
  *PulpDebClient::ContentReleaseFilesApi* | [**read**](docs/ContentReleaseFilesApi.md#read) | **GET** {release_file_href} | Inspect a release file
117
+ *PulpDebClient::ContentReleasesApi* | [**create**](docs/ContentReleasesApi.md#create) | **POST** /pulp/api/v3/content/deb/releases/ | Create a release
118
+ *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
108
120
  *PulpDebClient::DistributionsAptApi* | [**create**](docs/DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create a deb distribution
109
121
  *PulpDebClient::DistributionsAptApi* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {deb_distribution_href} | Delete a deb distribution
110
122
  *PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List deb distributions
@@ -128,7 +140,7 @@ Class | Method | HTTP request | Description
128
140
  *PulpDebClient::RepositoriesAptApi* | [**create**](docs/RepositoriesAptApi.md#create) | **POST** /pulp/api/v3/repositories/deb/apt/ | Create a deb repository
129
141
  *PulpDebClient::RepositoriesAptApi* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {deb_repository_href} | Delete a deb repository
130
142
  *PulpDebClient::RepositoriesAptApi* | [**list**](docs/RepositoriesAptApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/ | List deb repositorys
131
- *PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {deb_repository_href}modify/ |
143
+ *PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {deb_repository_href}modify/ | Modify Repository Content
132
144
  *PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {deb_repository_href} | Partially update a deb repository
133
145
  *PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {deb_repository_href} | Inspect a deb repository
134
146
  *PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {deb_repository_href}sync/ | Sync from remote
@@ -150,11 +162,19 @@ Class | Method | HTTP request | Description
150
162
  - [PulpDebClient::DebGenericContent](docs/DebGenericContent.md)
151
163
  - [PulpDebClient::DebInstallerFileIndex](docs/DebInstallerFileIndex.md)
152
164
  - [PulpDebClient::DebPackageIndex](docs/DebPackageIndex.md)
165
+ - [PulpDebClient::DebPackageReleaseComponent](docs/DebPackageReleaseComponent.md)
166
+ - [PulpDebClient::DebRelease](docs/DebRelease.md)
167
+ - [PulpDebClient::DebReleaseArchitecture](docs/DebReleaseArchitecture.md)
168
+ - [PulpDebClient::DebReleaseComponent](docs/DebReleaseComponent.md)
153
169
  - [PulpDebClient::DebReleaseFile](docs/DebReleaseFile.md)
154
170
  - [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
155
171
  - [PulpDebClient::InlineResponse200](docs/InlineResponse200.md)
156
172
  - [PulpDebClient::InlineResponse2001](docs/InlineResponse2001.md)
157
173
  - [PulpDebClient::InlineResponse20010](docs/InlineResponse20010.md)
174
+ - [PulpDebClient::InlineResponse20011](docs/InlineResponse20011.md)
175
+ - [PulpDebClient::InlineResponse20012](docs/InlineResponse20012.md)
176
+ - [PulpDebClient::InlineResponse20013](docs/InlineResponse20013.md)
177
+ - [PulpDebClient::InlineResponse20014](docs/InlineResponse20014.md)
158
178
  - [PulpDebClient::InlineResponse2002](docs/InlineResponse2002.md)
159
179
  - [PulpDebClient::InlineResponse2003](docs/InlineResponse2003.md)
160
180
  - [PulpDebClient::InlineResponse2004](docs/InlineResponse2004.md)
@@ -1,12 +1,12 @@
1
- # PulpDebClient::ContentInstallerFileIndexApi
1
+ # PulpDebClient::ContentInstallerFileIndicesApi
2
2
 
3
3
  All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](ContentInstallerFileIndexApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_file_index/ | Create an installer file index
8
- [**list**](ContentInstallerFileIndexApi.md#list) | **GET** /pulp/api/v3/content/deb/installer_file_index/ | List InstallerFileIndices
9
- [**read**](ContentInstallerFileIndexApi.md#read) | **GET** {installer_file_index_href} | Inspect an installer file index
7
+ [**create**](ContentInstallerFileIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_file_indices/ | Create an installer file index
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
10
10
 
11
11
 
12
12
 
@@ -30,7 +30,7 @@ PulpDebClient.configure do |config|
30
30
  config.password = 'YOUR PASSWORD'
31
31
  end
32
32
 
33
- api_instance = PulpDebClient::ContentInstallerFileIndexApi.new
33
+ api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
34
34
  data = PulpDebClient::DebInstallerFileIndex.new # DebInstallerFileIndex |
35
35
 
36
36
  begin
@@ -38,7 +38,7 @@ begin
38
38
  result = api_instance.create(data)
39
39
  p result
40
40
  rescue PulpDebClient::ApiError => e
41
- puts "Exception when calling ContentInstallerFileIndexApi->create: #{e}"
41
+ puts "Exception when calling ContentInstallerFileIndicesApi->create: #{e}"
42
42
  end
43
43
  ```
44
44
 
@@ -83,7 +83,7 @@ PulpDebClient.configure do |config|
83
83
  config.password = 'YOUR PASSWORD'
84
84
  end
85
85
 
86
- api_instance = PulpDebClient::ContentInstallerFileIndexApi.new
86
+ api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
87
87
  opts = {
88
88
  component: 'component_example', # String | Filter results where component matches value
89
89
  architecture: 'architecture_example', # String | Filter results where architecture matches value
@@ -103,7 +103,7 @@ begin
103
103
  result = api_instance.list(opts)
104
104
  p result
105
105
  rescue PulpDebClient::ApiError => e
106
- puts "Exception when calling ContentInstallerFileIndexApi->list: #{e}"
106
+ puts "Exception when calling ContentInstallerFileIndicesApi->list: #{e}"
107
107
  end
108
108
  ```
109
109
 
@@ -158,8 +158,8 @@ PulpDebClient.configure do |config|
158
158
  config.password = 'YOUR PASSWORD'
159
159
  end
160
160
 
161
- api_instance = PulpDebClient::ContentInstallerFileIndexApi.new
162
- installer_file_index_href = 'installer_file_index_href_example' # String | URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/installer_file_index/1/
161
+ api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
162
+ 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/
163
163
  opts = {
164
164
  fields: 'fields_example', # String | A list of fields to include in the response.
165
165
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -170,7 +170,7 @@ begin
170
170
  result = api_instance.read(installer_file_index_href, opts)
171
171
  p result
172
172
  rescue PulpDebClient::ApiError => e
173
- puts "Exception when calling ContentInstallerFileIndexApi->read: #{e}"
173
+ puts "Exception when calling ContentInstallerFileIndicesApi->read: #{e}"
174
174
  end
175
175
  ```
176
176
 
@@ -179,7 +179,7 @@ end
179
179
 
180
180
  Name | Type | Description | Notes
181
181
  ------------- | ------------- | ------------- | -------------
182
- **installer_file_index_href** | **String**| URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/installer_file_index/1/ |
182
+ **installer_file_index_href** | **String**| URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/installer_file_indices/1/ |
183
183
  **fields** | **String**| A list of fields to include in the response. | [optional]
184
184
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
185
185
 
@@ -1,12 +1,12 @@
1
- # PulpDebClient::ContentPackageIndexApi
1
+ # PulpDebClient::ContentPackageIndicesApi
2
2
 
3
3
  All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](ContentPackageIndexApi.md#create) | **POST** /pulp/api/v3/content/deb/package_index/ | Create a package index
8
- [**list**](ContentPackageIndexApi.md#list) | **GET** /pulp/api/v3/content/deb/package_index/ | List PackageIndices
9
- [**read**](ContentPackageIndexApi.md#read) | **GET** {package_index_href} | Inspect a package index
7
+ [**create**](ContentPackageIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/package_indices/ | Create a package index
8
+ [**list**](ContentPackageIndicesApi.md#list) | **GET** /pulp/api/v3/content/deb/package_indices/ | List PackageIndices
9
+ [**read**](ContentPackageIndicesApi.md#read) | **GET** {package_index_href} | Inspect a package index
10
10
 
11
11
 
12
12
 
@@ -30,7 +30,7 @@ PulpDebClient.configure do |config|
30
30
  config.password = 'YOUR PASSWORD'
31
31
  end
32
32
 
33
- api_instance = PulpDebClient::ContentPackageIndexApi.new
33
+ api_instance = PulpDebClient::ContentPackageIndicesApi.new
34
34
  data = PulpDebClient::DebPackageIndex.new # DebPackageIndex |
35
35
 
36
36
  begin
@@ -38,7 +38,7 @@ begin
38
38
  result = api_instance.create(data)
39
39
  p result
40
40
  rescue PulpDebClient::ApiError => e
41
- puts "Exception when calling ContentPackageIndexApi->create: #{e}"
41
+ puts "Exception when calling ContentPackageIndicesApi->create: #{e}"
42
42
  end
43
43
  ```
44
44
 
@@ -83,7 +83,7 @@ PulpDebClient.configure do |config|
83
83
  config.password = 'YOUR PASSWORD'
84
84
  end
85
85
 
86
- api_instance = PulpDebClient::ContentPackageIndexApi.new
86
+ api_instance = PulpDebClient::ContentPackageIndicesApi.new
87
87
  opts = {
88
88
  component: 'component_example', # String | Filter results where component matches value
89
89
  architecture: 'architecture_example', # String | Filter results where architecture matches value
@@ -103,7 +103,7 @@ begin
103
103
  result = api_instance.list(opts)
104
104
  p result
105
105
  rescue PulpDebClient::ApiError => e
106
- puts "Exception when calling ContentPackageIndexApi->list: #{e}"
106
+ puts "Exception when calling ContentPackageIndicesApi->list: #{e}"
107
107
  end
108
108
  ```
109
109
 
@@ -158,8 +158,8 @@ PulpDebClient.configure do |config|
158
158
  config.password = 'YOUR PASSWORD'
159
159
  end
160
160
 
161
- api_instance = PulpDebClient::ContentPackageIndexApi.new
162
- package_index_href = 'package_index_href_example' # String | URI of Package Index. e.g.: /pulp/api/v3/content/deb/package_index/1/
161
+ api_instance = PulpDebClient::ContentPackageIndicesApi.new
162
+ package_index_href = 'package_index_href_example' # String | URI of Package Index. e.g.: /pulp/api/v3/content/deb/package_indices/1/
163
163
  opts = {
164
164
  fields: 'fields_example', # String | A list of fields to include in the response.
165
165
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -170,7 +170,7 @@ begin
170
170
  result = api_instance.read(package_index_href, opts)
171
171
  p result
172
172
  rescue PulpDebClient::ApiError => e
173
- puts "Exception when calling ContentPackageIndexApi->read: #{e}"
173
+ puts "Exception when calling ContentPackageIndicesApi->read: #{e}"
174
174
  end
175
175
  ```
176
176
 
@@ -179,7 +179,7 @@ end
179
179
 
180
180
  Name | Type | Description | Notes
181
181
  ------------- | ------------- | ------------- | -------------
182
- **package_index_href** | **String**| URI of Package Index. e.g.: /pulp/api/v3/content/deb/package_index/1/ |
182
+ **package_index_href** | **String**| URI of Package Index. e.g.: /pulp/api/v3/content/deb/package_indices/1/ |
183
183
  **fields** | **String**| A list of fields to include in the response. | [optional]
184
184
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
185
185
 
@@ -0,0 +1,194 @@
1
+ # PulpDebClient::ContentPackageReleaseComponentsApi
2
+
3
+ All URIs are relative to *http://localhost:24817*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**create**](ContentPackageReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/package_release_components/ | Create a package release component
8
+ [**list**](ContentPackageReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/package_release_components/ | List package release components
9
+ [**read**](ContentPackageReleaseComponentsApi.md#read) | **GET** {package_release_component_href} | Inspect a package release component
10
+
11
+
12
+
13
+ ## create
14
+
15
+ > DebPackageReleaseComponent create(data)
16
+
17
+ Create a package release component
18
+
19
+ A ViewSet for PackageReleaseComponent.
20
+
21
+ ### Example
22
+
23
+ ```ruby
24
+ # load the gem
25
+ require 'pulp_deb_client'
26
+ # setup authorization
27
+ PulpDebClient.configure do |config|
28
+ # Configure HTTP basic authorization: Basic
29
+ config.username = 'YOUR USERNAME'
30
+ config.password = 'YOUR PASSWORD'
31
+ end
32
+
33
+ api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
34
+ data = PulpDebClient::DebPackageReleaseComponent.new # DebPackageReleaseComponent |
35
+
36
+ begin
37
+ #Create a package release component
38
+ result = api_instance.create(data)
39
+ p result
40
+ rescue PulpDebClient::ApiError => e
41
+ puts "Exception when calling ContentPackageReleaseComponentsApi->create: #{e}"
42
+ end
43
+ ```
44
+
45
+ ### Parameters
46
+
47
+
48
+ Name | Type | Description | Notes
49
+ ------------- | ------------- | ------------- | -------------
50
+ **data** | [**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)| |
51
+
52
+ ### Return type
53
+
54
+ [**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
55
+
56
+ ### Authorization
57
+
58
+ [Basic](../README.md#Basic)
59
+
60
+ ### HTTP request headers
61
+
62
+ - **Content-Type**: application/json
63
+ - **Accept**: application/json
64
+
65
+
66
+ ## list
67
+
68
+ > InlineResponse2004 list(opts)
69
+
70
+ List package release components
71
+
72
+ A ViewSet for PackageReleaseComponent.
73
+
74
+ ### Example
75
+
76
+ ```ruby
77
+ # load the gem
78
+ require 'pulp_deb_client'
79
+ # setup authorization
80
+ PulpDebClient.configure do |config|
81
+ # Configure HTTP basic authorization: Basic
82
+ config.username = 'YOUR USERNAME'
83
+ config.password = 'YOUR PASSWORD'
84
+ end
85
+
86
+ api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
87
+ opts = {
88
+ package: 'package_example', # String | Filter results where package matches value
89
+ release_component: 'release_component_example', # String | Filter results where release_component matches value
90
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
91
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
92
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
93
+ limit: 56, # Integer | Number of results to return per page.
94
+ offset: 56, # Integer | The initial index from which to return the results.
95
+ fields: 'fields_example', # String | A list of fields to include in the response.
96
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
97
+ }
98
+
99
+ begin
100
+ #List package release components
101
+ result = api_instance.list(opts)
102
+ p result
103
+ rescue PulpDebClient::ApiError => e
104
+ puts "Exception when calling ContentPackageReleaseComponentsApi->list: #{e}"
105
+ end
106
+ ```
107
+
108
+ ### Parameters
109
+
110
+
111
+ Name | Type | Description | Notes
112
+ ------------- | ------------- | ------------- | -------------
113
+ **package** | **String**| Filter results where package matches value | [optional]
114
+ **release_component** | **String**| Filter results where release_component matches value | [optional]
115
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
116
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
117
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
118
+ **limit** | **Integer**| Number of results to return per page. | [optional]
119
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
120
+ **fields** | **String**| A list of fields to include in the response. | [optional]
121
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
122
+
123
+ ### Return type
124
+
125
+ [**InlineResponse2004**](InlineResponse2004.md)
126
+
127
+ ### Authorization
128
+
129
+ [Basic](../README.md#Basic)
130
+
131
+ ### HTTP request headers
132
+
133
+ - **Content-Type**: Not defined
134
+ - **Accept**: application/json
135
+
136
+
137
+ ## read
138
+
139
+ > DebPackageReleaseComponent read(package_release_component_href, opts)
140
+
141
+ Inspect a package release component
142
+
143
+ A ViewSet for PackageReleaseComponent.
144
+
145
+ ### Example
146
+
147
+ ```ruby
148
+ # load the gem
149
+ require 'pulp_deb_client'
150
+ # setup authorization
151
+ PulpDebClient.configure do |config|
152
+ # Configure HTTP basic authorization: Basic
153
+ config.username = 'YOUR USERNAME'
154
+ config.password = 'YOUR PASSWORD'
155
+ end
156
+
157
+ api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
158
+ package_release_component_href = 'package_release_component_href_example' # String | URI of Package Release Component. e.g.: /pulp/api/v3/content/deb/package_release_components/1/
159
+ opts = {
160
+ fields: 'fields_example', # String | A list of fields to include in the response.
161
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
162
+ }
163
+
164
+ begin
165
+ #Inspect a package release component
166
+ result = api_instance.read(package_release_component_href, opts)
167
+ p result
168
+ rescue PulpDebClient::ApiError => e
169
+ puts "Exception when calling ContentPackageReleaseComponentsApi->read: #{e}"
170
+ end
171
+ ```
172
+
173
+ ### Parameters
174
+
175
+
176
+ Name | Type | Description | Notes
177
+ ------------- | ------------- | ------------- | -------------
178
+ **package_release_component_href** | **String**| URI of Package Release Component. e.g.: /pulp/api/v3/content/deb/package_release_components/1/ |
179
+ **fields** | **String**| A list of fields to include in the response. | [optional]
180
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
+
182
+ ### Return type
183
+
184
+ [**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
185
+
186
+ ### Authorization
187
+
188
+ [Basic](../README.md#Basic)
189
+
190
+ ### HTTP request headers
191
+
192
+ - **Content-Type**: Not defined
193
+ - **Accept**: application/json
194
+
@@ -0,0 +1,194 @@
1
+ # PulpDebClient::ContentReleaseArchitecturesApi
2
+
3
+ All URIs are relative to *http://localhost:24817*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**create**](ContentReleaseArchitecturesApi.md#create) | **POST** /pulp/api/v3/content/deb/release_architectures/ | Create a release architecture
8
+ [**list**](ContentReleaseArchitecturesApi.md#list) | **GET** /pulp/api/v3/content/deb/release_architectures/ | List release architectures
9
+ [**read**](ContentReleaseArchitecturesApi.md#read) | **GET** {release_architecture_href} | Inspect a release architecture
10
+
11
+
12
+
13
+ ## create
14
+
15
+ > DebReleaseArchitecture create(data)
16
+
17
+ Create a release architecture
18
+
19
+ A ViewSet for ReleaseArchitecture.
20
+
21
+ ### Example
22
+
23
+ ```ruby
24
+ # load the gem
25
+ require 'pulp_deb_client'
26
+ # setup authorization
27
+ PulpDebClient.configure do |config|
28
+ # Configure HTTP basic authorization: Basic
29
+ config.username = 'YOUR USERNAME'
30
+ config.password = 'YOUR PASSWORD'
31
+ end
32
+
33
+ api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
34
+ data = PulpDebClient::DebReleaseArchitecture.new # DebReleaseArchitecture |
35
+
36
+ begin
37
+ #Create a release architecture
38
+ result = api_instance.create(data)
39
+ p result
40
+ rescue PulpDebClient::ApiError => e
41
+ puts "Exception when calling ContentReleaseArchitecturesApi->create: #{e}"
42
+ end
43
+ ```
44
+
45
+ ### Parameters
46
+
47
+
48
+ Name | Type | Description | Notes
49
+ ------------- | ------------- | ------------- | -------------
50
+ **data** | [**DebReleaseArchitecture**](DebReleaseArchitecture.md)| |
51
+
52
+ ### Return type
53
+
54
+ [**DebReleaseArchitecture**](DebReleaseArchitecture.md)
55
+
56
+ ### Authorization
57
+
58
+ [Basic](../README.md#Basic)
59
+
60
+ ### HTTP request headers
61
+
62
+ - **Content-Type**: application/json
63
+ - **Accept**: application/json
64
+
65
+
66
+ ## list
67
+
68
+ > InlineResponse2005 list(opts)
69
+
70
+ List release architectures
71
+
72
+ A ViewSet for ReleaseArchitecture.
73
+
74
+ ### Example
75
+
76
+ ```ruby
77
+ # load the gem
78
+ require 'pulp_deb_client'
79
+ # setup authorization
80
+ PulpDebClient.configure do |config|
81
+ # Configure HTTP basic authorization: Basic
82
+ config.username = 'YOUR USERNAME'
83
+ config.password = 'YOUR PASSWORD'
84
+ end
85
+
86
+ api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
87
+ opts = {
88
+ architecture: 'architecture_example', # String | Filter results where architecture matches value
89
+ release: 'release_example', # String | Filter results where release matches value
90
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
91
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
92
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
93
+ limit: 56, # Integer | Number of results to return per page.
94
+ offset: 56, # Integer | The initial index from which to return the results.
95
+ fields: 'fields_example', # String | A list of fields to include in the response.
96
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
97
+ }
98
+
99
+ begin
100
+ #List release architectures
101
+ result = api_instance.list(opts)
102
+ p result
103
+ rescue PulpDebClient::ApiError => e
104
+ puts "Exception when calling ContentReleaseArchitecturesApi->list: #{e}"
105
+ end
106
+ ```
107
+
108
+ ### Parameters
109
+
110
+
111
+ Name | Type | Description | Notes
112
+ ------------- | ------------- | ------------- | -------------
113
+ **architecture** | **String**| Filter results where architecture matches value | [optional]
114
+ **release** | **String**| Filter results where release matches value | [optional]
115
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
116
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
117
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
118
+ **limit** | **Integer**| Number of results to return per page. | [optional]
119
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
120
+ **fields** | **String**| A list of fields to include in the response. | [optional]
121
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
122
+
123
+ ### Return type
124
+
125
+ [**InlineResponse2005**](InlineResponse2005.md)
126
+
127
+ ### Authorization
128
+
129
+ [Basic](../README.md#Basic)
130
+
131
+ ### HTTP request headers
132
+
133
+ - **Content-Type**: Not defined
134
+ - **Accept**: application/json
135
+
136
+
137
+ ## read
138
+
139
+ > DebReleaseArchitecture read(release_architecture_href, opts)
140
+
141
+ Inspect a release architecture
142
+
143
+ A ViewSet for ReleaseArchitecture.
144
+
145
+ ### Example
146
+
147
+ ```ruby
148
+ # load the gem
149
+ require 'pulp_deb_client'
150
+ # setup authorization
151
+ PulpDebClient.configure do |config|
152
+ # Configure HTTP basic authorization: Basic
153
+ config.username = 'YOUR USERNAME'
154
+ config.password = 'YOUR PASSWORD'
155
+ end
156
+
157
+ api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
158
+ release_architecture_href = 'release_architecture_href_example' # String | URI of Release Architecture. e.g.: /pulp/api/v3/content/deb/release_architectures/1/
159
+ opts = {
160
+ fields: 'fields_example', # String | A list of fields to include in the response.
161
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
162
+ }
163
+
164
+ begin
165
+ #Inspect a release architecture
166
+ result = api_instance.read(release_architecture_href, opts)
167
+ p result
168
+ rescue PulpDebClient::ApiError => e
169
+ puts "Exception when calling ContentReleaseArchitecturesApi->read: #{e}"
170
+ end
171
+ ```
172
+
173
+ ### Parameters
174
+
175
+
176
+ Name | Type | Description | Notes
177
+ ------------- | ------------- | ------------- | -------------
178
+ **release_architecture_href** | **String**| URI of Release Architecture. e.g.: /pulp/api/v3/content/deb/release_architectures/1/ |
179
+ **fields** | **String**| A list of fields to include in the response. | [optional]
180
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
+
182
+ ### Return type
183
+
184
+ [**DebReleaseArchitecture**](DebReleaseArchitecture.md)
185
+
186
+ ### Authorization
187
+
188
+ [Basic](../README.md#Basic)
189
+
190
+ ### HTTP request headers
191
+
192
+ - **Content-Type**: Not defined
193
+ - **Accept**: application/json
194
+