pulp_python_client 3.0.0b10 → 3.0.0b11.dev01596663644

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_python_client might be problematic. Click here for more details.

Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +46 -33
  3. data/docs/ContentPackagesApi.md +54 -54
  4. data/docs/ContentSummary.md +3 -3
  5. data/docs/ContentSummaryResponse.md +21 -0
  6. data/docs/DistributionsPypiApi.md +110 -62
  7. data/docs/InlineResponse200.md +3 -3
  8. data/docs/InlineResponse2001.md +3 -3
  9. data/docs/InlineResponse2002.md +3 -3
  10. data/docs/InlineResponse2003.md +3 -3
  11. data/docs/InlineResponse2004.md +3 -3
  12. data/docs/InlineResponse2005.md +3 -3
  13. data/docs/PatchedpythonPythonDistribution.md +23 -0
  14. data/docs/PatchedpythonPythonRemote.md +43 -0
  15. data/docs/PatchedpythonPythonRepository.md +21 -0
  16. data/docs/PolicyEnum.md +16 -0
  17. data/docs/PublicationsPypiApi.md +43 -43
  18. data/docs/PythonBanderRemote.md +19 -0
  19. data/docs/PythonPythonDistribution.md +1 -7
  20. data/docs/PythonPythonDistributionResponse.md +29 -0
  21. data/docs/PythonPythonPackageContent.md +7 -15
  22. data/docs/PythonPythonPackageContentResponse.md +69 -0
  23. data/docs/PythonPythonPublication.md +2 -8
  24. data/docs/PythonPythonPublicationResponse.md +25 -0
  25. data/docs/PythonPythonRemote.md +4 -10
  26. data/docs/PythonPythonRemoteResponse.md +49 -0
  27. data/docs/PythonPythonRepository.md +4 -10
  28. data/docs/PythonPythonRepositoryResponse.md +29 -0
  29. data/docs/RemotesPythonApi.md +132 -72
  30. data/docs/RepositoriesPythonApi.md +97 -73
  31. data/docs/RepositoriesPythonVersionsApi.md +94 -62
  32. data/docs/RepositoryAddRemoveContent.md +2 -2
  33. data/docs/RepositorySyncURL.md +1 -1
  34. data/docs/RepositoryVersion.md +1 -9
  35. data/docs/RepositoryVersionResponse.md +25 -0
  36. data/lib/pulp_python_client.rb +14 -2
  37. data/lib/pulp_python_client/api/content_packages_api.rb +74 -74
  38. data/lib/pulp_python_client/api/distributions_pypi_api.rb +157 -94
  39. data/lib/pulp_python_client/api/publications_pypi_api.rb +65 -65
  40. data/lib/pulp_python_client/api/remotes_python_api.rb +191 -114
  41. data/lib/pulp_python_client/api/repositories_python_api.rb +145 -118
  42. data/lib/pulp_python_client/api/repositories_python_versions_api.rb +137 -92
  43. data/lib/pulp_python_client/api_client.rb +2 -2
  44. data/lib/pulp_python_client/api_error.rb +2 -2
  45. data/lib/pulp_python_client/configuration.rb +3 -3
  46. data/lib/pulp_python_client/models/async_operation_response.rb +3 -2
  47. data/lib/pulp_python_client/models/content_summary.rb +9 -15
  48. data/lib/pulp_python_client/models/content_summary_response.rb +240 -0
  49. data/lib/pulp_python_client/models/inline_response200.rb +3 -13
  50. data/lib/pulp_python_client/models/inline_response2001.rb +3 -13
  51. data/lib/pulp_python_client/models/inline_response2002.rb +3 -13
  52. data/lib/pulp_python_client/models/inline_response2003.rb +3 -13
  53. data/lib/pulp_python_client/models/inline_response2004.rb +3 -13
  54. data/lib/pulp_python_client/models/inline_response2005.rb +3 -13
  55. data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +240 -0
  56. data/lib/pulp_python_client/models/patchedpython_python_remote.rb +359 -0
  57. data/lib/pulp_python_client/models/patchedpython_python_repository.rb +229 -0
  58. data/lib/pulp_python_client/models/policy_enum.rb +37 -0
  59. data/lib/pulp_python_client/models/python_bander_remote.rb +228 -0
  60. data/lib/pulp_python_client/models/python_python_distribution.rb +4 -85
  61. data/lib/pulp_python_client/models/python_python_distribution_response.rb +279 -0
  62. data/lib/pulp_python_client/models/python_python_package_content.rb +28 -136
  63. data/lib/pulp_python_client/models/python_python_package_content_response.rb +467 -0
  64. data/lib/pulp_python_client/models/python_python_publication.rb +7 -37
  65. data/lib/pulp_python_client/models/python_python_publication_response.rb +248 -0
  66. data/lib/pulp_python_client/models/python_python_remote.rb +7 -199
  67. data/lib/pulp_python_client/models/python_python_remote_response.rb +398 -0
  68. data/lib/pulp_python_client/models/python_python_repository.rb +18 -78
  69. data/lib/pulp_python_client/models/python_python_repository_response.rb +271 -0
  70. data/lib/pulp_python_client/models/repository_add_remove_content.rb +5 -4
  71. data/lib/pulp_python_client/models/repository_sync_url.rb +3 -8
  72. data/lib/pulp_python_client/models/repository_version.rb +7 -43
  73. data/lib/pulp_python_client/models/repository_version_response.rb +246 -0
  74. data/lib/pulp_python_client/version.rb +3 -3
  75. data/pulp_python_client.gemspec +4 -4
  76. data/spec/api/content_packages_api_spec.rb +26 -26
  77. data/spec/api/distributions_pypi_api_spec.rb +41 -20
  78. data/spec/api/publications_pypi_api_spec.rb +17 -17
  79. data/spec/api/remotes_python_api_spec.rb +52 -25
  80. data/spec/api/repositories_python_api_spec.rb +28 -19
  81. data/spec/api/repositories_python_versions_api_spec.rb +38 -23
  82. data/spec/api_client_spec.rb +2 -2
  83. data/spec/configuration_spec.rb +2 -2
  84. data/spec/models/async_operation_response_spec.rb +2 -2
  85. data/spec/models/content_summary_response_spec.rb +53 -0
  86. data/spec/models/content_summary_spec.rb +2 -2
  87. data/spec/models/inline_response2001_spec.rb +2 -2
  88. data/spec/models/inline_response2002_spec.rb +2 -2
  89. data/spec/models/inline_response2003_spec.rb +2 -2
  90. data/spec/models/inline_response2004_spec.rb +2 -2
  91. data/spec/models/inline_response2005_spec.rb +2 -2
  92. data/spec/models/inline_response200_spec.rb +2 -2
  93. data/spec/models/patchedpython_python_distribution_spec.rb +59 -0
  94. data/spec/models/patchedpython_python_remote_spec.rb +119 -0
  95. data/spec/models/patchedpython_python_repository_spec.rb +53 -0
  96. data/spec/models/policy_enum_spec.rb +35 -0
  97. data/spec/models/python_bander_remote_spec.rb +47 -0
  98. data/spec/models/python_python_distribution_response_spec.rb +77 -0
  99. data/spec/models/python_python_distribution_spec.rb +2 -20
  100. data/spec/models/python_python_package_content_response_spec.rb +197 -0
  101. data/spec/models/python_python_package_content_spec.rb +5 -29
  102. data/spec/models/python_python_publication_response_spec.rb +65 -0
  103. data/spec/models/python_python_publication_spec.rb +2 -20
  104. data/spec/models/python_python_remote_response_spec.rb +137 -0
  105. data/spec/models/python_python_remote_spec.rb +2 -24
  106. data/spec/models/python_python_repository_response_spec.rb +77 -0
  107. data/spec/models/python_python_repository_spec.rb +5 -23
  108. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  109. data/spec/models/repository_sync_url_spec.rb +2 -2
  110. data/spec/models/repository_version_response_spec.rb +65 -0
  111. data/spec/models/repository_version_spec.rb +2 -26
  112. data/spec/spec_helper.rb +2 -2
  113. metadata +51 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a82e82b06dffcd18263da590a12c3fb209b8617aacf18b21a4964fe95254ba3b
4
- data.tar.gz: 404abfa42bfc05750bed88206a4d3a6b50f0237de7d6c76d6c0cd2eef4c55e6e
3
+ metadata.gz: 5a5e7eeaf46b1a764b1cd3ccddfa7be03bce498e4601481487c4d5e4503048d3
4
+ data.tar.gz: f8ccd27ea92e5c117678999f730f5f2d963172b0cda38b7af54c6bef7dc6fa3b
5
5
  SHA512:
6
- metadata.gz: a76cc6a44929a33b1d29d2ba2819b52555cdde6e18414eca3669a98bfdc39eb0a39be2c8987c89a2ddd6dae6e63b362f4512462e4858e455882b7bc02b6f88a7
7
- data.tar.gz: 8046c1f3c9a844aee03264d02825cdb2883317a670c549373746d7e65eabdaaeed31570b8ea2d771cdbf56ee5c72c6abc5c95b48070a999790af977720735eb7
6
+ metadata.gz: de5bb10dee5276759e3f6e92c68fabb11736e93cc2b038ba266ae05c376a27b223e5d633e10eb39f54d50589e3d08d96372423c45b01395aac693c0f829ec173
7
+ data.tar.gz: 11e8967c420ecb35533c1caf59419e51db2541fbdab72f1b796646cf25fbdb7f8fc72166c804d95b9d449245a03ea964aea33cb5cbd902c5504b480b5269d664
data/README.md CHANGED
@@ -2,13 +2,14 @@
2
2
 
3
3
  PulpPythonClient - the Ruby gem for the Pulp 3 API
4
4
 
5
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ Fetch, Upload, Organize, and Distribute Software Packages
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.0.0b10
10
+ - Package version: 3.0.0b11.dev01596663644
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
+ For more information, please visit [https://pulpproject.org](https://pulpproject.org)
12
13
 
13
14
  ## Installation
14
15
 
@@ -23,16 +24,16 @@ gem build pulp_python_client.gemspec
23
24
  Then either install the gem locally:
24
25
 
25
26
  ```shell
26
- gem install ./pulp_python_client-3.0.0b10.gem
27
+ gem install ./pulp_python_client-3.0.0b11.dev01596663644.gem
27
28
  ```
28
29
 
29
- (for development, run `gem install --dev ./pulp_python_client-3.0.0b10.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.0.0b11.dev01596663644.gem` to install the development dependencies)
30
31
 
31
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
33
 
33
34
  Finally add this to the Gemfile:
34
35
 
35
- gem 'pulp_python_client', '~> 3.0.0b10'
36
+ gem 'pulp_python_client', '~> 3.0.0b11.dev01596663644'
36
37
 
37
38
  ### Install from Git
38
39
 
@@ -58,7 +59,7 @@ require 'pulp_python_client'
58
59
 
59
60
  # Setup authorization
60
61
  PulpPythonClient.configure do |config|
61
- # Configure HTTP basic authorization: Basic
62
+ # Configure HTTP basic authorization: basicAuth
62
63
  config.username = 'YOUR_USERNAME'
63
64
  config.password = 'YOUR_PASSWORD'
64
65
  end
@@ -83,11 +84,11 @@ opts = {
83
84
  project_url: 'project_url_example', # String | A browsable URL for the project and a label for it, separated by a comma.
84
85
  platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
85
86
  supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
86
- requires_dist: 'requires_dist_example', # String | A JSON list containing names of some other distutils project required by this distribution.
87
- provides_dist: 'provides_dist_example', # String | A JSON list containing names of a Distutils project which is contained within this distribution.
88
- obsoletes_dist: 'obsoletes_dist_example', # String | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
89
- requires_external: 'requires_external_example', # String | A JSON list containing some dependency in the system that the distribution is to be used.
90
- classifiers: 'classifiers_example' # String | A JSON list containing classification values for a Python package.
87
+ requires_dist: nil, # Object | A JSON list containing names of some other distutils project required by this distribution.
88
+ provides_dist: nil, # Object | A JSON list containing names of a Distutils project which is contained within this distribution.
89
+ obsoletes_dist: nil, # Object | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
90
+ requires_external: nil, # Object | A JSON list containing some dependency in the system that the distribution is to be used.
91
+ classifiers: nil # Object | A JSON list containing classification values for a Python package.
91
92
  }
92
93
 
93
94
  begin
@@ -108,62 +109,74 @@ Class | Method | HTTP request | Description
108
109
  ------------ | ------------- | ------------- | -------------
109
110
  *PulpPythonClient::ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/python/packages/ | Create a python package content
110
111
  *PulpPythonClient::ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/python/packages/ | List python package contents
111
- *PulpPythonClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {python_package_content_href} | Inspect a python package content
112
+ *PulpPythonClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {python_python_package_content_href} | Inspect a python package content
112
113
  *PulpPythonClient::DistributionsPypiApi* | [**create**](docs/DistributionsPypiApi.md#create) | **POST** /pulp/api/v3/distributions/python/pypi/ | Create a python distribution
113
- *PulpPythonClient::DistributionsPypiApi* | [**delete**](docs/DistributionsPypiApi.md#delete) | **DELETE** {python_distribution_href} | Delete a python distribution
114
+ *PulpPythonClient::DistributionsPypiApi* | [**delete**](docs/DistributionsPypiApi.md#delete) | **DELETE** {python_python_distribution_href} | Delete a python distribution
114
115
  *PulpPythonClient::DistributionsPypiApi* | [**list**](docs/DistributionsPypiApi.md#list) | **GET** /pulp/api/v3/distributions/python/pypi/ | List python distributions
115
- *PulpPythonClient::DistributionsPypiApi* | [**partial_update**](docs/DistributionsPypiApi.md#partial_update) | **PATCH** {python_distribution_href} | Partially update a python distribution
116
- *PulpPythonClient::DistributionsPypiApi* | [**read**](docs/DistributionsPypiApi.md#read) | **GET** {python_distribution_href} | Inspect a python distribution
117
- *PulpPythonClient::DistributionsPypiApi* | [**update**](docs/DistributionsPypiApi.md#update) | **PUT** {python_distribution_href} | Update a python distribution
116
+ *PulpPythonClient::DistributionsPypiApi* | [**partial_update**](docs/DistributionsPypiApi.md#partial_update) | **PATCH** {python_python_distribution_href} | Update a python distribution
117
+ *PulpPythonClient::DistributionsPypiApi* | [**read**](docs/DistributionsPypiApi.md#read) | **GET** {python_python_distribution_href} | Inspect a python distribution
118
+ *PulpPythonClient::DistributionsPypiApi* | [**update**](docs/DistributionsPypiApi.md#update) | **PUT** {python_python_distribution_href} | Update a python distribution
118
119
  *PulpPythonClient::PublicationsPypiApi* | [**create**](docs/PublicationsPypiApi.md#create) | **POST** /pulp/api/v3/publications/python/pypi/ | Create a python publication
119
- *PulpPythonClient::PublicationsPypiApi* | [**delete**](docs/PublicationsPypiApi.md#delete) | **DELETE** {python_publication_href} | Delete a python publication
120
+ *PulpPythonClient::PublicationsPypiApi* | [**delete**](docs/PublicationsPypiApi.md#delete) | **DELETE** {python_python_publication_href} | Delete a python publication
120
121
  *PulpPythonClient::PublicationsPypiApi* | [**list**](docs/PublicationsPypiApi.md#list) | **GET** /pulp/api/v3/publications/python/pypi/ | List python publications
121
- *PulpPythonClient::PublicationsPypiApi* | [**read**](docs/PublicationsPypiApi.md#read) | **GET** {python_publication_href} | Inspect a python publication
122
+ *PulpPythonClient::PublicationsPypiApi* | [**read**](docs/PublicationsPypiApi.md#read) | **GET** {python_python_publication_href} | Inspect a python publication
122
123
  *PulpPythonClient::RemotesPythonApi* | [**create**](docs/RemotesPythonApi.md#create) | **POST** /pulp/api/v3/remotes/python/python/ | Create a python remote
123
- *PulpPythonClient::RemotesPythonApi* | [**delete**](docs/RemotesPythonApi.md#delete) | **DELETE** {python_remote_href} | Delete a python remote
124
+ *PulpPythonClient::RemotesPythonApi* | [**delete**](docs/RemotesPythonApi.md#delete) | **DELETE** {python_python_remote_href} | Delete a python remote
124
125
  *PulpPythonClient::RemotesPythonApi* | [**from_bandersnatch**](docs/RemotesPythonApi.md#from_bandersnatch) | **POST** /pulp/api/v3/remotes/python/python/from_bandersnatch/ | Create from Bandersnatch
125
126
  *PulpPythonClient::RemotesPythonApi* | [**list**](docs/RemotesPythonApi.md#list) | **GET** /pulp/api/v3/remotes/python/python/ | List python remotes
126
- *PulpPythonClient::RemotesPythonApi* | [**partial_update**](docs/RemotesPythonApi.md#partial_update) | **PATCH** {python_remote_href} | Partially update a python remote
127
- *PulpPythonClient::RemotesPythonApi* | [**read**](docs/RemotesPythonApi.md#read) | **GET** {python_remote_href} | Inspect a python remote
128
- *PulpPythonClient::RemotesPythonApi* | [**update**](docs/RemotesPythonApi.md#update) | **PUT** {python_remote_href} | Update a python remote
127
+ *PulpPythonClient::RemotesPythonApi* | [**partial_update**](docs/RemotesPythonApi.md#partial_update) | **PATCH** {python_python_remote_href} | Update a python remote
128
+ *PulpPythonClient::RemotesPythonApi* | [**read**](docs/RemotesPythonApi.md#read) | **GET** {python_python_remote_href} | Inspect a python remote
129
+ *PulpPythonClient::RemotesPythonApi* | [**update**](docs/RemotesPythonApi.md#update) | **PUT** {python_python_remote_href} | Update a python remote
129
130
  *PulpPythonClient::RepositoriesPythonApi* | [**create**](docs/RepositoriesPythonApi.md#create) | **POST** /pulp/api/v3/repositories/python/python/ | Create a python repository
130
- *PulpPythonClient::RepositoriesPythonApi* | [**delete**](docs/RepositoriesPythonApi.md#delete) | **DELETE** {python_repository_href} | Delete a python repository
131
+ *PulpPythonClient::RepositoriesPythonApi* | [**delete**](docs/RepositoriesPythonApi.md#delete) | **DELETE** {python_python_repository_href} | Delete a python repository
131
132
  *PulpPythonClient::RepositoriesPythonApi* | [**list**](docs/RepositoriesPythonApi.md#list) | **GET** /pulp/api/v3/repositories/python/python/ | List python repositorys
132
- *PulpPythonClient::RepositoriesPythonApi* | [**modify**](docs/RepositoriesPythonApi.md#modify) | **POST** {python_repository_href}modify/ | Modify Repository Content
133
- *PulpPythonClient::RepositoriesPythonApi* | [**partial_update**](docs/RepositoriesPythonApi.md#partial_update) | **PATCH** {python_repository_href} | Partially update a python repository
134
- *PulpPythonClient::RepositoriesPythonApi* | [**read**](docs/RepositoriesPythonApi.md#read) | **GET** {python_repository_href} | Inspect a python repository
135
- *PulpPythonClient::RepositoriesPythonApi* | [**sync**](docs/RepositoriesPythonApi.md#sync) | **POST** {python_repository_href}sync/ | Sync from remote
136
- *PulpPythonClient::RepositoriesPythonApi* | [**update**](docs/RepositoriesPythonApi.md#update) | **PUT** {python_repository_href} | Update a python repository
137
- *PulpPythonClient::RepositoriesPythonVersionsApi* | [**delete**](docs/RepositoriesPythonVersionsApi.md#delete) | **DELETE** {python_repository_version_href} | Delete a repository version
138
- *PulpPythonClient::RepositoriesPythonVersionsApi* | [**list**](docs/RepositoriesPythonVersionsApi.md#list) | **GET** {python_repository_href}versions/ | List repository versions
139
- *PulpPythonClient::RepositoriesPythonVersionsApi* | [**read**](docs/RepositoriesPythonVersionsApi.md#read) | **GET** {python_repository_version_href} | Inspect a repository version
140
- *PulpPythonClient::RepositoriesPythonVersionsApi* | [**repair**](docs/RepositoriesPythonVersionsApi.md#repair) | **POST** {python_repository_version_href}repair/ |
133
+ *PulpPythonClient::RepositoriesPythonApi* | [**modify**](docs/RepositoriesPythonApi.md#modify) | **POST** {python_python_repository_href}modify/ | Modify Repository Content
134
+ *PulpPythonClient::RepositoriesPythonApi* | [**partial_update**](docs/RepositoriesPythonApi.md#partial_update) | **PATCH** {python_python_repository_href} | Update a python repository
135
+ *PulpPythonClient::RepositoriesPythonApi* | [**read**](docs/RepositoriesPythonApi.md#read) | **GET** {python_python_repository_href} | Inspect a python repository
136
+ *PulpPythonClient::RepositoriesPythonApi* | [**sync**](docs/RepositoriesPythonApi.md#sync) | **POST** {python_python_repository_href}sync/ | Sync from remote
137
+ *PulpPythonClient::RepositoriesPythonApi* | [**update**](docs/RepositoriesPythonApi.md#update) | **PUT** {python_python_repository_href} | Update a python repository
138
+ *PulpPythonClient::RepositoriesPythonVersionsApi* | [**delete**](docs/RepositoriesPythonVersionsApi.md#delete) | **DELETE** {python_python_repository_version_href} | Delete a repository version
139
+ *PulpPythonClient::RepositoriesPythonVersionsApi* | [**list**](docs/RepositoriesPythonVersionsApi.md#list) | **GET** {python_python_repository_href}versions/ | List repository versions
140
+ *PulpPythonClient::RepositoriesPythonVersionsApi* | [**read**](docs/RepositoriesPythonVersionsApi.md#read) | **GET** {python_python_repository_version_href} | Inspect a repository version
141
+ *PulpPythonClient::RepositoriesPythonVersionsApi* | [**repair**](docs/RepositoriesPythonVersionsApi.md#repair) | **POST** {python_python_repository_version_href}repair/ |
141
142
 
142
143
 
143
144
  ## Documentation for Models
144
145
 
145
146
  - [PulpPythonClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
146
147
  - [PulpPythonClient::ContentSummary](docs/ContentSummary.md)
148
+ - [PulpPythonClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
147
149
  - [PulpPythonClient::InlineResponse200](docs/InlineResponse200.md)
148
150
  - [PulpPythonClient::InlineResponse2001](docs/InlineResponse2001.md)
149
151
  - [PulpPythonClient::InlineResponse2002](docs/InlineResponse2002.md)
150
152
  - [PulpPythonClient::InlineResponse2003](docs/InlineResponse2003.md)
151
153
  - [PulpPythonClient::InlineResponse2004](docs/InlineResponse2004.md)
152
154
  - [PulpPythonClient::InlineResponse2005](docs/InlineResponse2005.md)
155
+ - [PulpPythonClient::PatchedpythonPythonDistribution](docs/PatchedpythonPythonDistribution.md)
156
+ - [PulpPythonClient::PatchedpythonPythonRemote](docs/PatchedpythonPythonRemote.md)
157
+ - [PulpPythonClient::PatchedpythonPythonRepository](docs/PatchedpythonPythonRepository.md)
158
+ - [PulpPythonClient::PolicyEnum](docs/PolicyEnum.md)
159
+ - [PulpPythonClient::PythonBanderRemote](docs/PythonBanderRemote.md)
153
160
  - [PulpPythonClient::PythonPythonDistribution](docs/PythonPythonDistribution.md)
161
+ - [PulpPythonClient::PythonPythonDistributionResponse](docs/PythonPythonDistributionResponse.md)
154
162
  - [PulpPythonClient::PythonPythonPackageContent](docs/PythonPythonPackageContent.md)
163
+ - [PulpPythonClient::PythonPythonPackageContentResponse](docs/PythonPythonPackageContentResponse.md)
155
164
  - [PulpPythonClient::PythonPythonPublication](docs/PythonPythonPublication.md)
165
+ - [PulpPythonClient::PythonPythonPublicationResponse](docs/PythonPythonPublicationResponse.md)
156
166
  - [PulpPythonClient::PythonPythonRemote](docs/PythonPythonRemote.md)
167
+ - [PulpPythonClient::PythonPythonRemoteResponse](docs/PythonPythonRemoteResponse.md)
157
168
  - [PulpPythonClient::PythonPythonRepository](docs/PythonPythonRepository.md)
169
+ - [PulpPythonClient::PythonPythonRepositoryResponse](docs/PythonPythonRepositoryResponse.md)
158
170
  - [PulpPythonClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
159
171
  - [PulpPythonClient::RepositorySyncURL](docs/RepositorySyncURL.md)
160
172
  - [PulpPythonClient::RepositoryVersion](docs/RepositoryVersion.md)
173
+ - [PulpPythonClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
161
174
 
162
175
 
163
176
  ## Documentation for Authorization
164
177
 
165
178
 
166
- ### Basic
179
+ ### basicAuth
167
180
 
168
181
  - **Type**: HTTP basic authentication
169
182
 
@@ -6,7 +6,7 @@ Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**create**](ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/python/packages/ | Create a python package content
8
8
  [**list**](ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/python/packages/ | List python package contents
9
- [**read**](ContentPackagesApi.md#read) | **GET** {python_package_content_href} | Inspect a python package content
9
+ [**read**](ContentPackagesApi.md#read) | **GET** {python_python_package_content_href} | Inspect a python package content
10
10
 
11
11
 
12
12
 
@@ -25,7 +25,7 @@ Trigger an asynchronous task to create content,optionally create new repository
25
25
  require 'pulp_python_client'
26
26
  # setup authorization
27
27
  PulpPythonClient.configure do |config|
28
- # Configure HTTP basic authorization: Basic
28
+ # Configure HTTP basic authorization: basicAuth
29
29
  config.username = 'YOUR USERNAME'
30
30
  config.password = 'YOUR PASSWORD'
31
31
  end
@@ -50,11 +50,11 @@ opts = {
50
50
  project_url: 'project_url_example', # String | A browsable URL for the project and a label for it, separated by a comma.
51
51
  platform: 'platform_example', # String | A comma-separated list of platform specifications, summarizing the operating systems supported by the package.
52
52
  supported_platform: 'supported_platform_example', # String | Field to specify the OS and CPU for which the binary package was compiled.
53
- requires_dist: 'requires_dist_example', # String | A JSON list containing names of some other distutils project required by this distribution.
54
- provides_dist: 'provides_dist_example', # String | A JSON list containing names of a Distutils project which is contained within this distribution.
55
- obsoletes_dist: 'obsoletes_dist_example', # String | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
56
- requires_external: 'requires_external_example', # String | A JSON list containing some dependency in the system that the distribution is to be used.
57
- classifiers: 'classifiers_example' # String | A JSON list containing classification values for a Python package.
53
+ requires_dist: nil, # Object | A JSON list containing names of some other distutils project required by this distribution.
54
+ provides_dist: nil, # Object | A JSON list containing names of a Distutils project which is contained within this distribution.
55
+ obsoletes_dist: nil, # Object | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
56
+ requires_external: nil, # Object | A JSON list containing some dependency in the system that the distribution is to be used.
57
+ classifiers: nil # Object | A JSON list containing classification values for a Python package.
58
58
  }
59
59
 
60
60
  begin
@@ -89,11 +89,11 @@ Name | Type | Description | Notes
89
89
  **project_url** | **String**| A browsable URL for the project and a label for it, separated by a comma. | [optional]
90
90
  **platform** | **String**| A comma-separated list of platform specifications, summarizing the operating systems supported by the package. | [optional]
91
91
  **supported_platform** | **String**| Field to specify the OS and CPU for which the binary package was compiled. | [optional]
92
- **requires_dist** | **String**| A JSON list containing names of some other distutils project required by this distribution. | [optional]
93
- **provides_dist** | **String**| A JSON list containing names of a Distutils project which is contained within this distribution. | [optional]
94
- **obsoletes_dist** | **String**| A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time. | [optional]
95
- **requires_external** | **String**| A JSON list containing some dependency in the system that the distribution is to be used. | [optional]
96
- **classifiers** | **String**| A JSON list containing classification values for a Python package. | [optional]
92
+ **requires_dist** | [**Object**](Object.md)| A JSON list containing names of some other distutils project required by this distribution. | [optional]
93
+ **provides_dist** | [**Object**](Object.md)| A JSON list containing names of a Distutils project which is contained within this distribution. | [optional]
94
+ **obsoletes_dist** | [**Object**](Object.md)| A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time. | [optional]
95
+ **requires_external** | [**Object**](Object.md)| A JSON list containing some dependency in the system that the distribution is to be used. | [optional]
96
+ **classifiers** | [**Object**](Object.md)| A JSON list containing classification values for a Python package. | [optional]
97
97
 
98
98
  ### Return type
99
99
 
@@ -101,7 +101,7 @@ Name | Type | Description | Notes
101
101
 
102
102
  ### Authorization
103
103
 
104
- [Basic](../README.md#Basic)
104
+ [basicAuth](../README.md#basicAuth)
105
105
 
106
106
  ### HTTP request headers
107
107
 
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
115
115
 
116
116
  List python package contents
117
117
 
118
- PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
118
+ <!-- User-facing documentation, rendered as html--> PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a <i>Python Distribution</i>, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as <i>PythonPackageContent</i>. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
119
119
 
120
120
  ### Example
121
121
 
@@ -124,30 +124,30 @@ List python package contents
124
124
  require 'pulp_python_client'
125
125
  # setup authorization
126
126
  PulpPythonClient.configure do |config|
127
- # Configure HTTP basic authorization: Basic
127
+ # Configure HTTP basic authorization: basicAuth
128
128
  config.username = 'YOUR USERNAME'
129
129
  config.password = 'YOUR PASSWORD'
130
130
  end
131
131
 
132
132
  api_instance = PulpPythonClient::ContentPackagesApi.new
133
133
  opts = {
134
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
135
- name: 'name_example', # String | Filter results where name matches value
136
- name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
137
- author: 'author_example', # String | Filter results where author matches value
138
- author__in: 'author__in_example', # String | Filter results where author is in a comma-separated list of values
139
- packagetype: 'packagetype_example', # String | Filter results where packagetype matches value
140
- packagetype__in: 'packagetype__in_example', # String | Filter results where packagetype is in a comma-separated list of values
141
- filename: 'filename_example', # String | Filter results where filename matches value
142
- filename__in: 'filename__in_example', # String | Filter results where filename is in a comma-separated list of values
143
- filename__contains: 'filename__contains_example', # String | Filter results where filename contains value
144
- keywords__in: 'keywords__in_example', # String | Filter results where keywords is in a comma-separated list of values
145
- keywords__contains: 'keywords__contains_example', # String | Filter results where keywords contains value
146
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
147
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
148
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
134
+ author: 'author_example', # String | author
135
+ author__in: 'author__in_example', # String | author__in
136
+ filename: 'filename_example', # String | filename
137
+ filename__contains: 'filename__contains_example', # String | filename__contains
138
+ filename__in: 'filename__in_example', # String | filename__in
139
+ keywords__contains: 'keywords__contains_example', # String | keywords__contains
140
+ keywords__in: 'keywords__in_example', # String | keywords__in
149
141
  limit: 56, # Integer | Number of results to return per page.
142
+ name: 'name_example', # String | name
143
+ name__in: 'name__in_example', # String | name__in
150
144
  offset: 56, # Integer | The initial index from which to return the results.
145
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
146
+ packagetype: 'packagetype_example', # String | packagetype
147
+ packagetype__in: 'packagetype__in_example', # String | packagetype__in
148
+ repository_version: 'repository_version_example', # String | repository_version
149
+ repository_version_added: 'repository_version_added_example', # String | repository_version_added
150
+ repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
151
151
  fields: 'fields_example', # String | A list of fields to include in the response.
152
152
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
153
153
  }
@@ -166,23 +166,23 @@ end
166
166
 
167
167
  Name | Type | Description | Notes
168
168
  ------------- | ------------- | ------------- | -------------
169
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
170
- **name** | **String**| Filter results where name matches value | [optional]
171
- **name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
172
- **author** | **String**| Filter results where author matches value | [optional]
173
- **author__in** | **String**| Filter results where author is in a comma-separated list of values | [optional]
174
- **packagetype** | **String**| Filter results where packagetype matches value | [optional]
175
- **packagetype__in** | **String**| Filter results where packagetype is in a comma-separated list of values | [optional]
176
- **filename** | **String**| Filter results where filename matches value | [optional]
177
- **filename__in** | **String**| Filter results where filename is in a comma-separated list of values | [optional]
178
- **filename__contains** | **String**| Filter results where filename contains value | [optional]
179
- **keywords__in** | **String**| Filter results where keywords is in a comma-separated list of values | [optional]
180
- **keywords__contains** | **String**| Filter results where keywords contains value | [optional]
181
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
182
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
183
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
169
+ **author** | **String**| author | [optional]
170
+ **author__in** | **String**| author__in | [optional]
171
+ **filename** | **String**| filename | [optional]
172
+ **filename__contains** | **String**| filename__contains | [optional]
173
+ **filename__in** | **String**| filename__in | [optional]
174
+ **keywords__contains** | **String**| keywords__contains | [optional]
175
+ **keywords__in** | **String**| keywords__in | [optional]
184
176
  **limit** | **Integer**| Number of results to return per page. | [optional]
177
+ **name** | **String**| name | [optional]
178
+ **name__in** | **String**| name__in | [optional]
185
179
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
180
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
181
+ **packagetype** | **String**| packagetype | [optional]
182
+ **packagetype__in** | **String**| packagetype__in | [optional]
183
+ **repository_version** | **String**| repository_version | [optional]
184
+ **repository_version_added** | **String**| repository_version_added | [optional]
185
+ **repository_version_removed** | **String**| repository_version_removed | [optional]
186
186
  **fields** | **String**| A list of fields to include in the response. | [optional]
187
187
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
188
188
 
@@ -192,7 +192,7 @@ Name | Type | Description | Notes
192
192
 
193
193
  ### Authorization
194
194
 
195
- [Basic](../README.md#Basic)
195
+ [basicAuth](../README.md#basicAuth)
196
196
 
197
197
  ### HTTP request headers
198
198
 
@@ -202,11 +202,11 @@ Name | Type | Description | Notes
202
202
 
203
203
  ## read
204
204
 
205
- > PythonPythonPackageContent read(python_package_content_href, opts)
205
+ > PythonPythonPackageContentResponse read(python_python_package_content_href, opts)
206
206
 
207
207
  Inspect a python package content
208
208
 
209
- PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
209
+ <!-- User-facing documentation, rendered as html--> PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a <i>Python Distribution</i>, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as <i>PythonPackageContent</i>. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
210
210
 
211
211
  ### Example
212
212
 
@@ -215,13 +215,13 @@ Inspect a python package content
215
215
  require 'pulp_python_client'
216
216
  # setup authorization
217
217
  PulpPythonClient.configure do |config|
218
- # Configure HTTP basic authorization: Basic
218
+ # Configure HTTP basic authorization: basicAuth
219
219
  config.username = 'YOUR USERNAME'
220
220
  config.password = 'YOUR PASSWORD'
221
221
  end
222
222
 
223
223
  api_instance = PulpPythonClient::ContentPackagesApi.new
224
- python_package_content_href = 'python_package_content_href_example' # String | URI of Python Package Content. e.g.: /pulp/api/v3/content/python/packages/1/
224
+ python_python_package_content_href = 'python_python_package_content_href_example' # String |
225
225
  opts = {
226
226
  fields: 'fields_example', # String | A list of fields to include in the response.
227
227
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -229,7 +229,7 @@ opts = {
229
229
 
230
230
  begin
231
231
  #Inspect a python package content
232
- result = api_instance.read(python_package_content_href, opts)
232
+ result = api_instance.read(python_python_package_content_href, opts)
233
233
  p result
234
234
  rescue PulpPythonClient::ApiError => e
235
235
  puts "Exception when calling ContentPackagesApi->read: #{e}"
@@ -241,17 +241,17 @@ end
241
241
 
242
242
  Name | Type | Description | Notes
243
243
  ------------- | ------------- | ------------- | -------------
244
- **python_package_content_href** | **String**| URI of Python Package Content. e.g.: /pulp/api/v3/content/python/packages/1/ |
244
+ **python_python_package_content_href** | **String**| |
245
245
  **fields** | **String**| A list of fields to include in the response. | [optional]
246
246
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
247
247
 
248
248
  ### Return type
249
249
 
250
- [**PythonPythonPackageContent**](PythonPythonPackageContent.md)
250
+ [**PythonPythonPackageContentResponse**](PythonPythonPackageContentResponse.md)
251
251
 
252
252
  ### Authorization
253
253
 
254
- [Basic](../README.md#Basic)
254
+ [basicAuth](../README.md#basicAuth)
255
255
 
256
256
  ### HTTP request headers
257
257
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **added** | **Hash&lt;String, Hash&lt;String, String&gt;&gt;** | |
8
- **removed** | **Hash&lt;String, Hash&lt;String, String&gt;&gt;** | |
9
- **present** | **Hash&lt;String, Hash&lt;String, String&gt;&gt;** | |
7
+ **added** | [**Object**](.md) | |
8
+ **removed** | [**Object**](.md) | |
9
+ **present** | [**Object**](.md) | |
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -0,0 +1,21 @@
1
+ # PulpPythonClient::ContentSummaryResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **added** | [**Object**](.md) | |
8
+ **removed** | [**Object**](.md) | |
9
+ **present** | [**Object**](.md) | |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'PulpPythonClient'
15
+
16
+ instance = PulpPythonClient::ContentSummaryResponse.new(added: null,
17
+ removed: null,
18
+ present: null)
19
+ ```
20
+
21
+
@@ -5,17 +5,17 @@ All URIs are relative to *http://pulp*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**create**](DistributionsPypiApi.md#create) | **POST** /pulp/api/v3/distributions/python/pypi/ | Create a python distribution
8
- [**delete**](DistributionsPypiApi.md#delete) | **DELETE** {python_distribution_href} | Delete a python distribution
8
+ [**delete**](DistributionsPypiApi.md#delete) | **DELETE** {python_python_distribution_href} | Delete a python distribution
9
9
  [**list**](DistributionsPypiApi.md#list) | **GET** /pulp/api/v3/distributions/python/pypi/ | List python distributions
10
- [**partial_update**](DistributionsPypiApi.md#partial_update) | **PATCH** {python_distribution_href} | Partially update a python distribution
11
- [**read**](DistributionsPypiApi.md#read) | **GET** {python_distribution_href} | Inspect a python distribution
12
- [**update**](DistributionsPypiApi.md#update) | **PUT** {python_distribution_href} | Update a python distribution
10
+ [**partial_update**](DistributionsPypiApi.md#partial_update) | **PATCH** {python_python_distribution_href} | Update a python distribution
11
+ [**read**](DistributionsPypiApi.md#read) | **GET** {python_python_distribution_href} | Inspect a python distribution
12
+ [**update**](DistributionsPypiApi.md#update) | **PUT** {python_python_distribution_href} | Update a python distribution
13
13
 
14
14
 
15
15
 
16
16
  ## create
17
17
 
18
- > AsyncOperationResponse create(data)
18
+ > AsyncOperationResponse create(python_python_distribution)
19
19
 
20
20
  Create a python distribution
21
21
 
@@ -28,17 +28,17 @@ Trigger an asynchronous create task
28
28
  require 'pulp_python_client'
29
29
  # setup authorization
30
30
  PulpPythonClient.configure do |config|
31
- # Configure HTTP basic authorization: Basic
31
+ # Configure HTTP basic authorization: basicAuth
32
32
  config.username = 'YOUR USERNAME'
33
33
  config.password = 'YOUR PASSWORD'
34
34
  end
35
35
 
36
36
  api_instance = PulpPythonClient::DistributionsPypiApi.new
37
- data = PulpPythonClient::PythonPythonDistribution.new # PythonPythonDistribution |
37
+ python_python_distribution = PulpPythonClient::PythonPythonDistribution.new # PythonPythonDistribution |
38
38
 
39
39
  begin
40
40
  #Create a python distribution
41
- result = api_instance.create(data)
41
+ result = api_instance.create(python_python_distribution)
42
42
  p result
43
43
  rescue PulpPythonClient::ApiError => e
44
44
  puts "Exception when calling DistributionsPypiApi->create: #{e}"
@@ -50,7 +50,7 @@ end
50
50
 
51
51
  Name | Type | Description | Notes
52
52
  ------------- | ------------- | ------------- | -------------
53
- **data** | [**PythonPythonDistribution**](PythonPythonDistribution.md)| |
53
+ **python_python_distribution** | [**PythonPythonDistribution**](PythonPythonDistribution.md)| |
54
54
 
55
55
  ### Return type
56
56
 
@@ -58,17 +58,17 @@ Name | Type | Description | Notes
58
58
 
59
59
  ### Authorization
60
60
 
61
- [Basic](../README.md#Basic)
61
+ [basicAuth](../README.md#basicAuth)
62
62
 
63
63
  ### HTTP request headers
64
64
 
65
- - **Content-Type**: application/json
65
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
66
66
  - **Accept**: application/json
67
67
 
68
68
 
69
69
  ## delete
70
70
 
71
- > AsyncOperationResponse delete(python_distribution_href)
71
+ > AsyncOperationResponse delete(python_python_distribution_href, opts)
72
72
 
73
73
  Delete a python distribution
74
74
 
@@ -81,17 +81,26 @@ Trigger an asynchronous delete task
81
81
  require 'pulp_python_client'
82
82
  # setup authorization
83
83
  PulpPythonClient.configure do |config|
84
- # Configure HTTP basic authorization: Basic
84
+ # Configure HTTP basic authorization: basicAuth
85
85
  config.username = 'YOUR USERNAME'
86
86
  config.password = 'YOUR PASSWORD'
87
87
  end
88
88
 
89
89
  api_instance = PulpPythonClient::DistributionsPypiApi.new
90
- python_distribution_href = 'python_distribution_href_example' # String | URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/
90
+ python_python_distribution_href = 'python_python_distribution_href_example' # String |
91
+ opts = {
92
+ base_path: 'base_path_example', # String | base_path
93
+ base_path__contains: 'base_path__contains_example', # String | base_path__contains
94
+ base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
95
+ base_path__in: 'base_path__in_example', # String | base_path__in
96
+ name: 'name_example', # String | name
97
+ name__in: 'name__in_example', # String | name__in
98
+ ordering: 'ordering_example' # String | Which field to use when ordering the results.
99
+ }
91
100
 
92
101
  begin
93
102
  #Delete a python distribution
94
- result = api_instance.delete(python_distribution_href)
103
+ result = api_instance.delete(python_python_distribution_href, opts)
95
104
  p result
96
105
  rescue PulpPythonClient::ApiError => e
97
106
  puts "Exception when calling DistributionsPypiApi->delete: #{e}"
@@ -103,7 +112,14 @@ end
103
112
 
104
113
  Name | Type | Description | Notes
105
114
  ------------- | ------------- | ------------- | -------------
106
- **python_distribution_href** | **String**| URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/ |
115
+ **python_python_distribution_href** | **String**| |
116
+ **base_path** | **String**| base_path | [optional]
117
+ **base_path__contains** | **String**| base_path__contains | [optional]
118
+ **base_path__icontains** | **String**| base_path__icontains | [optional]
119
+ **base_path__in** | **String**| base_path__in | [optional]
120
+ **name** | **String**| name | [optional]
121
+ **name__in** | **String**| name__in | [optional]
122
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
107
123
 
108
124
  ### Return type
109
125
 
@@ -111,7 +127,7 @@ Name | Type | Description | Notes
111
127
 
112
128
  ### Authorization
113
129
 
114
- [Basic](../README.md#Basic)
130
+ [basicAuth](../README.md#basicAuth)
115
131
 
116
132
  ### HTTP request headers
117
133
 
@@ -125,7 +141,7 @@ Name | Type | Description | Notes
125
141
 
126
142
  List python distributions
127
143
 
128
- Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
144
+ <!-- User-facing documentation, rendered as html--> Pulp Python Distributions are used to distribute <a href=\"../restapi.html#tag/publications\">Python Publications.</a> <b> Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community.</b> In Pulp usage, Python content is refered to as <a href=\"../restapi.html#tag/content\">Python Package Content.</a>
129
145
 
130
146
  ### Example
131
147
 
@@ -134,22 +150,22 @@ List python distributions
134
150
  require 'pulp_python_client'
135
151
  # setup authorization
136
152
  PulpPythonClient.configure do |config|
137
- # Configure HTTP basic authorization: Basic
153
+ # Configure HTTP basic authorization: basicAuth
138
154
  config.username = 'YOUR USERNAME'
139
155
  config.password = 'YOUR PASSWORD'
140
156
  end
141
157
 
142
158
  api_instance = PulpPythonClient::DistributionsPypiApi.new
143
159
  opts = {
144
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
145
- name: 'name_example', # String |
146
- name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
147
- base_path: 'base_path_example', # String |
148
- base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
149
- base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
150
- base_path__in: 'base_path__in_example', # String | Filter results where base_path is in a comma-separated list of values
160
+ base_path: 'base_path_example', # String | base_path
161
+ base_path__contains: 'base_path__contains_example', # String | base_path__contains
162
+ base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
163
+ base_path__in: 'base_path__in_example', # String | base_path__in
151
164
  limit: 56, # Integer | Number of results to return per page.
165
+ name: 'name_example', # String | name
166
+ name__in: 'name__in_example', # String | name__in
152
167
  offset: 56, # Integer | The initial index from which to return the results.
168
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
153
169
  fields: 'fields_example', # String | A list of fields to include in the response.
154
170
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
155
171
  }
@@ -168,15 +184,15 @@ end
168
184
 
169
185
  Name | Type | Description | Notes
170
186
  ------------- | ------------- | ------------- | -------------
171
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
172
- **name** | **String**| | [optional]
173
- **name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
174
- **base_path** | **String**| | [optional]
175
- **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
176
- **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
177
- **base_path__in** | **String**| Filter results where base_path is in a comma-separated list of values | [optional]
187
+ **base_path** | **String**| base_path | [optional]
188
+ **base_path__contains** | **String**| base_path__contains | [optional]
189
+ **base_path__icontains** | **String**| base_path__icontains | [optional]
190
+ **base_path__in** | **String**| base_path__in | [optional]
178
191
  **limit** | **Integer**| Number of results to return per page. | [optional]
192
+ **name** | **String**| name | [optional]
193
+ **name__in** | **String**| name__in | [optional]
179
194
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
195
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
180
196
  **fields** | **String**| A list of fields to include in the response. | [optional]
181
197
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
182
198
 
@@ -186,7 +202,7 @@ Name | Type | Description | Notes
186
202
 
187
203
  ### Authorization
188
204
 
189
- [Basic](../README.md#Basic)
205
+ [basicAuth](../README.md#basicAuth)
190
206
 
191
207
  ### HTTP request headers
192
208
 
@@ -196,9 +212,9 @@ Name | Type | Description | Notes
196
212
 
197
213
  ## partial_update
198
214
 
199
- > AsyncOperationResponse partial_update(python_distribution_href, data)
215
+ > AsyncOperationResponse partial_update(python_python_distribution_href, patchedpython_python_distribution, opts)
200
216
 
201
- Partially update a python distribution
217
+ Update a python distribution
202
218
 
203
219
  Trigger an asynchronous partial update task
204
220
 
@@ -209,18 +225,27 @@ Trigger an asynchronous partial update task
209
225
  require 'pulp_python_client'
210
226
  # setup authorization
211
227
  PulpPythonClient.configure do |config|
212
- # Configure HTTP basic authorization: Basic
228
+ # Configure HTTP basic authorization: basicAuth
213
229
  config.username = 'YOUR USERNAME'
214
230
  config.password = 'YOUR PASSWORD'
215
231
  end
216
232
 
217
233
  api_instance = PulpPythonClient::DistributionsPypiApi.new
218
- python_distribution_href = 'python_distribution_href_example' # String | URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/
219
- data = PulpPythonClient::PythonPythonDistribution.new # PythonPythonDistribution |
234
+ python_python_distribution_href = 'python_python_distribution_href_example' # String |
235
+ patchedpython_python_distribution = PulpPythonClient::PatchedpythonPythonDistribution.new # PatchedpythonPythonDistribution |
236
+ opts = {
237
+ base_path: 'base_path_example', # String | base_path
238
+ base_path__contains: 'base_path__contains_example', # String | base_path__contains
239
+ base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
240
+ base_path__in: 'base_path__in_example', # String | base_path__in
241
+ name: 'name_example', # String | name
242
+ name__in: 'name__in_example', # String | name__in
243
+ ordering: 'ordering_example' # String | Which field to use when ordering the results.
244
+ }
220
245
 
221
246
  begin
222
- #Partially update a python distribution
223
- result = api_instance.partial_update(python_distribution_href, data)
247
+ #Update a python distribution
248
+ result = api_instance.partial_update(python_python_distribution_href, patchedpython_python_distribution, opts)
224
249
  p result
225
250
  rescue PulpPythonClient::ApiError => e
226
251
  puts "Exception when calling DistributionsPypiApi->partial_update: #{e}"
@@ -232,8 +257,15 @@ end
232
257
 
233
258
  Name | Type | Description | Notes
234
259
  ------------- | ------------- | ------------- | -------------
235
- **python_distribution_href** | **String**| URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/ |
236
- **data** | [**PythonPythonDistribution**](PythonPythonDistribution.md)| |
260
+ **python_python_distribution_href** | **String**| |
261
+ **patchedpython_python_distribution** | [**PatchedpythonPythonDistribution**](PatchedpythonPythonDistribution.md)| |
262
+ **base_path** | **String**| base_path | [optional]
263
+ **base_path__contains** | **String**| base_path__contains | [optional]
264
+ **base_path__icontains** | **String**| base_path__icontains | [optional]
265
+ **base_path__in** | **String**| base_path__in | [optional]
266
+ **name** | **String**| name | [optional]
267
+ **name__in** | **String**| name__in | [optional]
268
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
237
269
 
238
270
  ### Return type
239
271
 
@@ -241,21 +273,21 @@ Name | Type | Description | Notes
241
273
 
242
274
  ### Authorization
243
275
 
244
- [Basic](../README.md#Basic)
276
+ [basicAuth](../README.md#basicAuth)
245
277
 
246
278
  ### HTTP request headers
247
279
 
248
- - **Content-Type**: application/json
280
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
249
281
  - **Accept**: application/json
250
282
 
251
283
 
252
284
  ## read
253
285
 
254
- > PythonPythonDistribution read(python_distribution_href, opts)
286
+ > PythonPythonDistributionResponse read(python_python_distribution_href, opts)
255
287
 
256
288
  Inspect a python distribution
257
289
 
258
- Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
290
+ <!-- User-facing documentation, rendered as html--> Pulp Python Distributions are used to distribute <a href=\"../restapi.html#tag/publications\">Python Publications.</a> <b> Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community.</b> In Pulp usage, Python content is refered to as <a href=\"../restapi.html#tag/content\">Python Package Content.</a>
259
291
 
260
292
  ### Example
261
293
 
@@ -264,13 +296,13 @@ Inspect a python distribution
264
296
  require 'pulp_python_client'
265
297
  # setup authorization
266
298
  PulpPythonClient.configure do |config|
267
- # Configure HTTP basic authorization: Basic
299
+ # Configure HTTP basic authorization: basicAuth
268
300
  config.username = 'YOUR USERNAME'
269
301
  config.password = 'YOUR PASSWORD'
270
302
  end
271
303
 
272
304
  api_instance = PulpPythonClient::DistributionsPypiApi.new
273
- python_distribution_href = 'python_distribution_href_example' # String | URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/
305
+ python_python_distribution_href = 'python_python_distribution_href_example' # String |
274
306
  opts = {
275
307
  fields: 'fields_example', # String | A list of fields to include in the response.
276
308
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -278,7 +310,7 @@ opts = {
278
310
 
279
311
  begin
280
312
  #Inspect a python distribution
281
- result = api_instance.read(python_distribution_href, opts)
313
+ result = api_instance.read(python_python_distribution_href, opts)
282
314
  p result
283
315
  rescue PulpPythonClient::ApiError => e
284
316
  puts "Exception when calling DistributionsPypiApi->read: #{e}"
@@ -290,17 +322,17 @@ end
290
322
 
291
323
  Name | Type | Description | Notes
292
324
  ------------- | ------------- | ------------- | -------------
293
- **python_distribution_href** | **String**| URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/ |
325
+ **python_python_distribution_href** | **String**| |
294
326
  **fields** | **String**| A list of fields to include in the response. | [optional]
295
327
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
296
328
 
297
329
  ### Return type
298
330
 
299
- [**PythonPythonDistribution**](PythonPythonDistribution.md)
331
+ [**PythonPythonDistributionResponse**](PythonPythonDistributionResponse.md)
300
332
 
301
333
  ### Authorization
302
334
 
303
- [Basic](../README.md#Basic)
335
+ [basicAuth](../README.md#basicAuth)
304
336
 
305
337
  ### HTTP request headers
306
338
 
@@ -310,7 +342,7 @@ Name | Type | Description | Notes
310
342
 
311
343
  ## update
312
344
 
313
- > AsyncOperationResponse update(python_distribution_href, data)
345
+ > AsyncOperationResponse update(python_python_distribution_href, python_python_distribution, opts)
314
346
 
315
347
  Update a python distribution
316
348
 
@@ -323,18 +355,27 @@ Trigger an asynchronous update task
323
355
  require 'pulp_python_client'
324
356
  # setup authorization
325
357
  PulpPythonClient.configure do |config|
326
- # Configure HTTP basic authorization: Basic
358
+ # Configure HTTP basic authorization: basicAuth
327
359
  config.username = 'YOUR USERNAME'
328
360
  config.password = 'YOUR PASSWORD'
329
361
  end
330
362
 
331
363
  api_instance = PulpPythonClient::DistributionsPypiApi.new
332
- python_distribution_href = 'python_distribution_href_example' # String | URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/
333
- data = PulpPythonClient::PythonPythonDistribution.new # PythonPythonDistribution |
364
+ python_python_distribution_href = 'python_python_distribution_href_example' # String |
365
+ python_python_distribution = PulpPythonClient::PythonPythonDistribution.new # PythonPythonDistribution |
366
+ opts = {
367
+ base_path: 'base_path_example', # String | base_path
368
+ base_path__contains: 'base_path__contains_example', # String | base_path__contains
369
+ base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
370
+ base_path__in: 'base_path__in_example', # String | base_path__in
371
+ name: 'name_example', # String | name
372
+ name__in: 'name__in_example', # String | name__in
373
+ ordering: 'ordering_example' # String | Which field to use when ordering the results.
374
+ }
334
375
 
335
376
  begin
336
377
  #Update a python distribution
337
- result = api_instance.update(python_distribution_href, data)
378
+ result = api_instance.update(python_python_distribution_href, python_python_distribution, opts)
338
379
  p result
339
380
  rescue PulpPythonClient::ApiError => e
340
381
  puts "Exception when calling DistributionsPypiApi->update: #{e}"
@@ -346,8 +387,15 @@ end
346
387
 
347
388
  Name | Type | Description | Notes
348
389
  ------------- | ------------- | ------------- | -------------
349
- **python_distribution_href** | **String**| URI of Python Distribution. e.g.: /pulp/api/v3/distributions/python/pypi/1/ |
350
- **data** | [**PythonPythonDistribution**](PythonPythonDistribution.md)| |
390
+ **python_python_distribution_href** | **String**| |
391
+ **python_python_distribution** | [**PythonPythonDistribution**](PythonPythonDistribution.md)| |
392
+ **base_path** | **String**| base_path | [optional]
393
+ **base_path__contains** | **String**| base_path__contains | [optional]
394
+ **base_path__icontains** | **String**| base_path__icontains | [optional]
395
+ **base_path__in** | **String**| base_path__in | [optional]
396
+ **name** | **String**| name | [optional]
397
+ **name__in** | **String**| name__in | [optional]
398
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
351
399
 
352
400
  ### Return type
353
401
 
@@ -355,10 +403,10 @@ Name | Type | Description | Notes
355
403
 
356
404
  ### Authorization
357
405
 
358
- [Basic](../README.md#Basic)
406
+ [basicAuth](../README.md#basicAuth)
359
407
 
360
408
  ### HTTP request headers
361
409
 
362
- - **Content-Type**: application/json
410
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
363
411
  - **Accept**: application/json
364
412