pulp_certguard_client 1.5.9 → 1.6.0.dev1676776243
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 -6
- data/docs/ContentguardsX509Api.md +2 -6
- data/lib/pulp_certguard_client/api/contentguards_rhsm_api.rb +2 -8
- data/lib/pulp_certguard_client/api/contentguards_x509_api.rb +2 -8
- data/lib/pulp_certguard_client/version.rb +1 -1
- data/spec/api/contentguards_rhsm_api_spec.rb +1 -3
- data/spec/api/contentguards_x509_api_spec.rb +1 -3
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01105d557e7cbe4532422b1da8194fca9642c0901cc95b3b02b625303b865768
|
4
|
+
data.tar.gz: 6fc08060d7df901c45a4b6b674a944d5fddf6ab5716904ded2076afa2dfd2fea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d8809f0ed3111d0598b2ed60f74f303bd1df72fe867f6fee7f96878d688898d8e1ece30b3d88ce010f758941e1efbafecc538d66393be406892874f9adfc26f
|
7
|
+
data.tar.gz: 79d810113ff85139fd4bb14aa45cce42453451f95786fbb38c8c3534c748640cba7573a7d5698ae00c53f152c07c824c2d0d8fd662222424ef560d7c03ccc909
|
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.6.0.dev1676776243
|
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.6.0.dev1676776243.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.6.0.dev1676776243.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.6.0.dev1676776243'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -147,9 +147,7 @@ opts = {
|
|
147
147
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
148
148
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
149
149
|
offset: 56, # Integer | The initial index from which to return the results.
|
150
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
151
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
152
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
150
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
153
151
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
154
152
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
155
153
|
}
|
@@ -175,9 +173,7 @@ Name | Type | Description | Notes
|
|
175
173
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
176
174
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
177
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
178
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
179
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
180
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
176
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
181
177
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
182
178
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
183
179
|
|
@@ -147,9 +147,7 @@ opts = {
|
|
147
147
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
148
148
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
149
149
|
offset: 56, # Integer | The initial index from which to return the results.
|
150
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
151
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
152
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
150
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
153
151
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
154
152
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
155
153
|
}
|
@@ -175,9 +173,7 @@ Name | Type | Description | Notes
|
|
175
173
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
176
174
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
177
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
178
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
179
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
180
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
176
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
181
177
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
182
178
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
183
179
|
|
@@ -153,9 +153,7 @@ module PulpCertguardClient
|
|
153
153
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
154
154
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
155
155
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
156
|
-
# @option opts [Array<String>] :ordering Ordering
|
157
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
158
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
156
|
+
# @option opts [Array<String>] :ordering Ordering
|
159
157
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
160
158
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
161
159
|
# @return [PaginatedcertguardRHSMCertGuardResponseList]
|
@@ -174,9 +172,7 @@ module PulpCertguardClient
|
|
174
172
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
175
173
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
176
174
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
177
|
-
# @option opts [Array<String>] :ordering Ordering
|
178
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
179
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
175
|
+
# @option opts [Array<String>] :ordering Ordering
|
180
176
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
181
177
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
182
178
|
# @return [Array<(PaginatedcertguardRHSMCertGuardResponseList, Integer, Hash)>] PaginatedcertguardRHSMCertGuardResponseList data, response status code and response headers
|
@@ -201,8 +197,6 @@ module PulpCertguardClient
|
|
201
197
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
202
198
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
203
199
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
204
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
205
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
206
200
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
207
201
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
208
202
|
|
@@ -153,9 +153,7 @@ module PulpCertguardClient
|
|
153
153
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
154
154
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
155
155
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
156
|
-
# @option opts [Array<String>] :ordering Ordering
|
157
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
158
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
156
|
+
# @option opts [Array<String>] :ordering Ordering
|
159
157
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
160
158
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
161
159
|
# @return [PaginatedcertguardX509CertGuardResponseList]
|
@@ -174,9 +172,7 @@ module PulpCertguardClient
|
|
174
172
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
175
173
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
176
174
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
177
|
-
# @option opts [Array<String>] :ordering Ordering
|
178
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
179
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
175
|
+
# @option opts [Array<String>] :ordering Ordering
|
180
176
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
181
177
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
182
178
|
# @return [Array<(PaginatedcertguardX509CertGuardResponseList, Integer, Hash)>] PaginatedcertguardX509CertGuardResponseList data, response status code and response headers
|
@@ -201,8 +197,6 @@ module PulpCertguardClient
|
|
201
197
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
202
198
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
203
199
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
204
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
205
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
206
200
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
207
201
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
208
202
|
|
@@ -67,9 +67,7 @@ describe 'ContentguardsRhsmApi' do
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
|
-
# @option opts [Array<String>] :ordering Ordering
|
71
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
72
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
70
|
+
# @option opts [Array<String>] :ordering Ordering
|
73
71
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
74
72
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
75
73
|
# @return [PaginatedcertguardRHSMCertGuardResponseList]
|
@@ -67,9 +67,7 @@ describe 'ContentguardsX509Api' do
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
|
-
# @option opts [Array<String>] :ordering Ordering
|
71
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
72
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
70
|
+
# @option opts [Array<String>] :ordering Ordering
|
73
71
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
74
72
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
75
73
|
# @return [PaginatedcertguardX509CertGuardResponseList]
|
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.6.0.dev1676776243
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -134,25 +134,25 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
134
134
|
version: '1.9'
|
135
135
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
136
136
|
requirements:
|
137
|
-
- - "
|
137
|
+
- - ">"
|
138
138
|
- !ruby/object:Gem::Version
|
139
|
-
version:
|
139
|
+
version: 1.3.1
|
140
140
|
requirements: []
|
141
141
|
rubygems_version: 3.0.3.1
|
142
142
|
signing_key:
|
143
143
|
specification_version: 4
|
144
144
|
summary: Pulp 3 API Ruby Gem
|
145
145
|
test_files:
|
146
|
-
- spec/api/contentguards_rhsm_api_spec.rb
|
147
146
|
- spec/api/contentguards_x509_api_spec.rb
|
147
|
+
- spec/api/contentguards_rhsm_api_spec.rb
|
148
148
|
- spec/api_client_spec.rb
|
149
149
|
- spec/configuration_spec.rb
|
150
|
-
- spec/models/certguard_x509_cert_guard_spec.rb
|
151
|
-
- spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
|
152
|
-
- spec/models/certguard_rhsm_cert_guard_response_spec.rb
|
153
|
-
- spec/models/certguard_x509_cert_guard_response_spec.rb
|
154
|
-
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
155
150
|
- spec/models/patchedcertguard_x509_cert_guard_spec.rb
|
151
|
+
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
152
|
+
- spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
|
153
|
+
- spec/models/certguard_x509_cert_guard_spec.rb
|
156
154
|
- spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
|
155
|
+
- spec/models/certguard_x509_cert_guard_response_spec.rb
|
157
156
|
- spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
|
157
|
+
- spec/models/certguard_rhsm_cert_guard_response_spec.rb
|
158
158
|
- spec/spec_helper.rb
|