README.md in pulp_ansible_client-0.16.1 vs README.md in pulp_ansible_client-0.16.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: 0.16.1 +- Package version: 0.16.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_ansible_client-0.16.1.gem +gem install ./pulp_ansible_client-0.16.2.gem ``` -(for development, run `gem install --dev ./pulp_ansible_client-0.16.1.gem` to install the development dependencies) +(for development, run `gem install --dev ./pulp_ansible_client-0.16.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_ansible_client', '~> 0.16.1' + gem 'pulp_ansible_client', '~> 0.16.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: @@ -68,10 +68,12 @@ opts = { limit: 56, # Integer | Number of results to return per page. name: 'name_example', # String | namespace: 'namespace_example', # String | offset: 56, # Integer | The initial index from which to return the results. - ordering: ['ordering_example'], # Array<String> | Ordering + ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending) + pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas. + pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas. fields: ['fields_example'], # Array<String> | A list of fields to include in the response. exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response. } begin