pulp_certguard_client 1.6.0.dev1668915035 → 1.6.0.dev1669087582
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.
Potentially problematic release.
This version of pulp_certguard_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentguardsRhsmApi.md +2 -2
- data/docs/ContentguardsX509Api.md +2 -2
- data/lib/pulp_certguard_client/api/contentguards_rhsm_api.rb +3 -3
- data/lib/pulp_certguard_client/api/contentguards_x509_api.rb +3 -3
- data/lib/pulp_certguard_client/version.rb +1 -1
- data/spec/api/contentguards_rhsm_api_spec.rb +1 -1
- data/spec/api/contentguards_x509_api_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b5ac6d0b331ff68ceb96176b54888f2080e512e7c551409210659127a3f839c
|
|
4
|
+
data.tar.gz: ed57b79647a9228110cd9647f13c815e4a17189c77b7a71b9ee5b3e59f53e7f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 176f5d9723586538cd0cf10566b5be268f171353d9f8d78de0b584d00d20df3b7a89da8faefba4d95f2269ee04b3c212866d66499cdac5cf3bc6e0d0227eb3a6
|
|
7
|
+
data.tar.gz: c097f856b9a34ddc8b6a7cdcb071e8af3a67f23f1cb657568cb81a9e7fa86c421e4e172a2b95d17872cf669b6d0328e99f252a7f3a0d2210d282bd99ae614ead
|
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.6.0.
|
|
10
|
+
- Package version: 1.6.0.dev1669087582
|
|
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.6.0.
|
|
27
|
+
gem install ./pulp_certguard_client-1.6.0.dev1669087582.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_certguard_client-1.6.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_certguard_client-1.6.0.dev1669087582.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.6.0.
|
|
36
|
+
gem 'pulp_certguard_client', '~> 1.6.0.dev1669087582'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -141,7 +141,7 @@ 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 |
|
|
144
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
145
145
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
146
146
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
147
147
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -167,7 +167,7 @@ end
|
|
|
167
167
|
Name | Type | Description | Notes
|
|
168
168
|
------------- | ------------- | ------------- | -------------
|
|
169
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
170
|
-
**name** | **String**|
|
|
170
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
171
171
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
172
172
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
173
173
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -141,7 +141,7 @@ 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 |
|
|
144
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
145
145
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
146
146
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
147
147
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -167,7 +167,7 @@ end
|
|
|
167
167
|
Name | Type | Description | Notes
|
|
168
168
|
------------- | ------------- | ------------- | -------------
|
|
169
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
170
|
-
**name** | **String**|
|
|
170
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
171
171
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
172
172
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
173
173
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -147,7 +147,7 @@ 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
|
|
150
|
+
# @option opts [String] :name Filter results where name matches value
|
|
151
151
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
152
152
|
# @option opts [String] :name__icontains Filter results where name contains value
|
|
153
153
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
@@ -166,7 +166,7 @@ module PulpCertguardClient
|
|
|
166
166
|
# RHSMCertGuard API Viewsets.
|
|
167
167
|
# @param [Hash] opts the optional parameters
|
|
168
168
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
169
|
-
# @option opts [String] :name
|
|
169
|
+
# @option opts [String] :name Filter results where name matches value
|
|
170
170
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
171
171
|
# @option opts [String] :name__icontains Filter results where name contains value
|
|
172
172
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
@@ -180,7 +180,7 @@ module PulpCertguardClient
|
|
|
180
180
|
if @api_client.config.debugging
|
|
181
181
|
@api_client.config.logger.debug 'Calling API: ContentguardsRhsmApi.list ...'
|
|
182
182
|
end
|
|
183
|
-
allowable_values = ["-
|
|
183
|
+
allowable_values = ["-description", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "description", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
|
|
184
184
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
185
185
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
186
186
|
end
|
|
@@ -147,7 +147,7 @@ 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
|
|
150
|
+
# @option opts [String] :name Filter results where name matches value
|
|
151
151
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
152
152
|
# @option opts [String] :name__icontains Filter results where name contains value
|
|
153
153
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
@@ -166,7 +166,7 @@ module PulpCertguardClient
|
|
|
166
166
|
# X509CertGuard API Viewsets.
|
|
167
167
|
# @param [Hash] opts the optional parameters
|
|
168
168
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
169
|
-
# @option opts [String] :name
|
|
169
|
+
# @option opts [String] :name Filter results where name matches value
|
|
170
170
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
171
171
|
# @option opts [String] :name__icontains Filter results where name contains value
|
|
172
172
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
@@ -180,7 +180,7 @@ module PulpCertguardClient
|
|
|
180
180
|
if @api_client.config.debugging
|
|
181
181
|
@api_client.config.logger.debug 'Calling API: ContentguardsX509Api.list ...'
|
|
182
182
|
end
|
|
183
|
-
allowable_values = ["-
|
|
183
|
+
allowable_values = ["-description", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "description", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
|
|
184
184
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
185
185
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
186
186
|
end
|
|
@@ -61,7 +61,7 @@ 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
|
|
64
|
+
# @option opts [String] :name Filter results where name matches value
|
|
65
65
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
66
66
|
# @option opts [String] :name__icontains Filter results where name contains value
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
@@ -61,7 +61,7 @@ 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
|
|
64
|
+
# @option opts [String] :name Filter results where name matches value
|
|
65
65
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
66
66
|
# @option opts [String] :name__icontains Filter results where name contains value
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
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.6.0.
|
|
4
|
+
version: 1.6.0.dev1669087582
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|