pulp_certguard_client 1.1.0 → 1.2.0
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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentguardsRhsmApi.md +10 -4
- data/docs/ContentguardsX509Api.md +10 -4
- data/lib/pulp_certguard_client/api/contentguards_rhsm_api.rb +14 -5
- data/lib/pulp_certguard_client/api/contentguards_x509_api.rb +14 -5
- data/lib/pulp_certguard_client/version.rb +1 -1
- data/spec/api/contentguards_rhsm_api_spec.rb +5 -2
- data/spec/api/contentguards_x509_api_spec.rb +5 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16f89e35e36f90af52e0a538aa63ca8a143af42ea8c12daebbf79fb3700bbfa3
|
|
4
|
+
data.tar.gz: dc4039b1d8aca9650796bac3019993be7fdcfa63bd9a934c99147953e9ab7dc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da57de90b479e313cc4f7c5b2050dcfc2e942ccd6ac41bb57ed455cd4ac4b9730374086849acdf61fde73f19bc57554b2b04fde8933048d2de3ad2499a0a4554
|
|
7
|
+
data.tar.gz: 7e3232765acdcc0cf85c5569bdc109bca27390ae09e241ba1972940c444897bec46e942464818402d8426c8672b5d761da09584c97644237a50a05cd85d71443
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
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: 1.
|
|
10
|
+
- Package version: 1.2.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_certguard_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_certguard_client-1.
|
|
27
|
+
gem install ./pulp_certguard_client-1.2.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_certguard_client-1.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_certguard_client-1.2.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_certguard_client', '~> 1.
|
|
36
|
+
gem 'pulp_certguard_client', '~> 1.2.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -141,8 +141,11 @@ end
|
|
|
141
141
|
api_instance = PulpCertguardClient::ContentguardsRhsmApi.new
|
|
142
142
|
opts = {
|
|
143
143
|
limit: 56, # Integer | Number of results to return per page.
|
|
144
|
-
name: 'name_example', # String |
|
|
145
|
-
|
|
144
|
+
name: 'name_example', # String |
|
|
145
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
146
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
147
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
148
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
146
149
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
147
150
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
148
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
@@ -164,8 +167,11 @@ end
|
|
|
164
167
|
Name | Type | Description | Notes
|
|
165
168
|
------------- | ------------- | ------------- | -------------
|
|
166
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
167
|
-
**name** | **String**|
|
|
168
|
-
**
|
|
170
|
+
**name** | **String**| | [optional]
|
|
171
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
172
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
173
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
174
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
169
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
170
176
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
171
177
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
@@ -141,8 +141,11 @@ end
|
|
|
141
141
|
api_instance = PulpCertguardClient::ContentguardsX509Api.new
|
|
142
142
|
opts = {
|
|
143
143
|
limit: 56, # Integer | Number of results to return per page.
|
|
144
|
-
name: 'name_example', # String |
|
|
145
|
-
|
|
144
|
+
name: 'name_example', # String |
|
|
145
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
146
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
147
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
148
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
146
149
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
147
150
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
148
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
@@ -164,8 +167,11 @@ end
|
|
|
164
167
|
Name | Type | Description | Notes
|
|
165
168
|
------------- | ------------- | ------------- | -------------
|
|
166
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
167
|
-
**name** | **String**|
|
|
168
|
-
**
|
|
170
|
+
**name** | **String**| | [optional]
|
|
171
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
172
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
173
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
174
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
169
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
170
176
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
171
177
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
@@ -147,8 +147,11 @@ module PulpCertguardClient
|
|
|
147
147
|
# RHSMCertGuard API Viewsets.
|
|
148
148
|
# @param [Hash] opts the optional parameters
|
|
149
149
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
150
|
-
# @option opts [String] :name
|
|
151
|
-
# @option opts [String] :
|
|
150
|
+
# @option opts [String] :name
|
|
151
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
|
152
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
|
153
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
154
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
152
155
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
153
156
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
154
157
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -163,8 +166,11 @@ module PulpCertguardClient
|
|
|
163
166
|
# RHSMCertGuard API Viewsets.
|
|
164
167
|
# @param [Hash] opts the optional parameters
|
|
165
168
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
166
|
-
# @option opts [String] :name
|
|
167
|
-
# @option opts [String] :
|
|
169
|
+
# @option opts [String] :name
|
|
170
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
|
171
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
|
172
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
173
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
168
174
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
169
175
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
170
176
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -181,7 +187,10 @@ module PulpCertguardClient
|
|
|
181
187
|
query_params = opts[:query_params] || {}
|
|
182
188
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
183
189
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
|
184
|
-
query_params[:'
|
|
190
|
+
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
|
191
|
+
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
|
192
|
+
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
|
193
|
+
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
185
194
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
186
195
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
187
196
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
@@ -147,8 +147,11 @@ module PulpCertguardClient
|
|
|
147
147
|
# X509CertGuard API Viewsets.
|
|
148
148
|
# @param [Hash] opts the optional parameters
|
|
149
149
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
150
|
-
# @option opts [String] :name
|
|
151
|
-
# @option opts [String] :
|
|
150
|
+
# @option opts [String] :name
|
|
151
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
|
152
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
|
153
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
154
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
152
155
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
153
156
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
154
157
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -163,8 +166,11 @@ module PulpCertguardClient
|
|
|
163
166
|
# X509CertGuard API Viewsets.
|
|
164
167
|
# @param [Hash] opts the optional parameters
|
|
165
168
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
166
|
-
# @option opts [String] :name
|
|
167
|
-
# @option opts [String] :
|
|
169
|
+
# @option opts [String] :name
|
|
170
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
|
171
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
|
172
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
173
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
168
174
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
169
175
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
170
176
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -181,7 +187,10 @@ module PulpCertguardClient
|
|
|
181
187
|
query_params = opts[:query_params] || {}
|
|
182
188
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
183
189
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
|
184
|
-
query_params[:'
|
|
190
|
+
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
|
191
|
+
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
|
192
|
+
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
|
193
|
+
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
185
194
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
186
195
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
187
196
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
@@ -61,8 +61,11 @@ describe 'ContentguardsRhsmApi' do
|
|
|
61
61
|
# RHSMCertGuard API Viewsets.
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
64
|
-
# @option opts [String] :name
|
|
65
|
-
# @option opts [String] :
|
|
64
|
+
# @option opts [String] :name
|
|
65
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
|
66
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
|
67
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
68
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
66
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
67
70
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
71
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -61,8 +61,11 @@ describe 'ContentguardsX509Api' do
|
|
|
61
61
|
# X509CertGuard API Viewsets.
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
64
|
-
# @option opts [String] :name
|
|
65
|
-
# @option opts [String] :
|
|
64
|
+
# @option opts [String] :name
|
|
65
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
|
66
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
|
67
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
68
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
66
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
67
70
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
71
|
# @option opts [String] :fields A list of fields to include in the response.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_certguard_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -142,12 +142,12 @@ test_files:
|
|
|
142
142
|
- spec/api/contentguards_x509_api_spec.rb
|
|
143
143
|
- spec/api_client_spec.rb
|
|
144
144
|
- spec/configuration_spec.rb
|
|
145
|
-
- spec/models/certguard_rhsm_cert_guard_response_spec.rb
|
|
146
|
-
- spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
|
|
147
|
-
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
|
148
145
|
- spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
|
|
146
|
+
- spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
|
|
149
147
|
- spec/models/certguard_x509_cert_guard_response_spec.rb
|
|
148
|
+
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
|
149
|
+
- spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
|
|
150
150
|
- spec/models/certguard_x509_cert_guard_spec.rb
|
|
151
|
+
- spec/models/certguard_rhsm_cert_guard_response_spec.rb
|
|
151
152
|
- spec/models/patchedcertguard_x509_cert_guard_spec.rb
|
|
152
|
-
- spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
|
|
153
153
|
- spec/spec_helper.rb
|