README.md in pulp_python_client-3.12.1 vs README.md in pulp_python_client-3.12.2
- old
+ new
@@ -5,11 +5,11 @@
Fetch, Upload, Organize, and Distribute Software Packages
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: v3
-- Package version: 3.12.1
+- Package version: 3.12.2
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
## Installation
@@ -22,20 +22,20 @@
```
Then either install the gem locally:
```shell
-gem install ./pulp_python_client-3.12.1.gem
+gem install ./pulp_python_client-3.12.2.gem
```
-(for development, run `gem install --dev ./pulp_python_client-3.12.1.gem` to install the development dependencies)
+(for development, run `gem install --dev ./pulp_python_client-3.12.2.gem` to install the development dependencies)
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
Finally add this to the Gemfile:
- gem 'pulp_python_client', '~> 3.12.1'
+ gem 'pulp_python_client', '~> 3.12.2'
### Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
@@ -69,10 +69,11 @@
opts = {
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
artifact: 'artifact_example', # String | Artifact file representing the physical content
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
+ file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
sha256: '', # String | The SHA256 digest of this package.
summary: 'summary_example', # String | A one-line summary of what the package does.
description: 'description_example', # String | A longer description of the package that can run to several paragraphs.
description_content_type: 'description_content_type_example', # String | A string stating the markup syntax (if any) used in the distribution’s description, so that tools can intelligently render the description.
keywords: 'keywords_example', # String | Additional keywords to be used to assist searching for the package in a larger catalog.
@@ -105,10 +106,10 @@
```
## Documentation for API Endpoints
-All URIs are relative to *http://pulp*
+All URIs are relative to *http://localhost:24817*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*PulpPythonClient::ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/python/packages/ | Create a python package content
*PulpPythonClient::ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/python/packages/ | List python package contents