pulp_file_client 3.61.0 → 3.62.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/PublicationsFileApi.md +2 -2
- data/docs/RepositoriesFileVersionsApi.md +2 -2
- data/lib/pulp_file_client/api/publications_file_api.rb +3 -3
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +3 -3
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/publications_file_api_spec.rb +1 -1
- data/spec/api/repositories_file_versions_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: f567b370a60a8f06d4bc38ebac2a14774fb9bc370b79c2ffe7e6d68381069d0b
|
4
|
+
data.tar.gz: 30f7434bf15b777ebf3d9a62c08d58e91766a92ed851ad6f685e8a18f4c1485b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c898a6d9d26ec741f5cacbcc13a0c4f6f41756ae473f99a6239b787d5c221b0c902c01f1b9fe8b21a5f0253b4b980f074d499de83d97c2709e76c33c5f35442f
|
7
|
+
data.tar.gz: 5015655eb92d803fb3ce4d6adec77645347f87302c359a29826e9df923a616d9504e1ea4b3e07368d2e84cb4d2e66ae1ee9121a476f523155ba8a3461847f991
|
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: 3.
|
10
|
+
- Package version: 3.62.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_file_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_file_client-3.
|
27
|
+
gem install ./pulp_file_client-3.62.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_file_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_file_client-3.62.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_file_client', '~> 3.
|
36
|
+
gem 'pulp_file_client', '~> 3.62.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/PublicationsFileApi.md
CHANGED
@@ -198,7 +198,7 @@ end
|
|
198
198
|
api_instance = PulpFileClient::PublicationsFileApi.new
|
199
199
|
opts = {
|
200
200
|
content: 'content_example', # String | Content Unit referenced by HREF
|
201
|
-
content__in: 'content__in_example', # String |
|
201
|
+
content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
|
202
202
|
limit: 56, # Integer | Number of results to return per page.
|
203
203
|
offset: 56, # Integer | The initial index from which to return the results.
|
204
204
|
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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -232,7 +232,7 @@ end
|
|
232
232
|
Name | Type | Description | Notes
|
233
233
|
------------- | ------------- | ------------- | -------------
|
234
234
|
**content** | **String**| Content Unit referenced by HREF | [optional]
|
235
|
-
**content__in** | **String
|
235
|
+
**content__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
236
236
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
237
237
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
238
238
|
**ordering** | [**Array<String>**](String.md)| 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
@@ -88,7 +88,7 @@ api_instance = PulpFileClient::RepositoriesFileVersionsApi.new
|
|
88
88
|
file_file_repository_href = 'file_file_repository_href_example' # String |
|
89
89
|
opts = {
|
90
90
|
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
-
content__in: 'content__in_example', # String |
|
91
|
+
content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
93
|
number: 56, # Integer | Filter results where number matches value
|
94
94
|
number__gt: 56, # Integer | Filter results where number is greater than value
|
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
|
|
126
126
|
------------- | ------------- | ------------- | -------------
|
127
127
|
**file_file_repository_href** | **String**| |
|
128
128
|
**content** | **String**| Content Unit referenced by HREF | [optional]
|
129
|
-
**content__in** | **String
|
129
|
+
**content__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
130
130
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
131
131
|
**number** | **Integer**| Filter results where number matches value | [optional]
|
132
132
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
@@ -217,7 +217,7 @@ module PulpFileClient
|
|
217
217
|
# A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
|
218
218
|
# @param [Hash] opts the optional parameters
|
219
219
|
# @option opts [String] :content Content Unit referenced by HREF
|
220
|
-
# @option opts [String] :content__in
|
220
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
221
221
|
# @option opts [Integer] :limit Number of results to return per page.
|
222
222
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
223
223
|
# @option opts [Array<String>] :ordering 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -244,7 +244,7 @@ module PulpFileClient
|
|
244
244
|
# A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
|
245
245
|
# @param [Hash] opts the optional parameters
|
246
246
|
# @option opts [String] :content Content Unit referenced by HREF
|
247
|
-
# @option opts [String] :content__in
|
247
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
248
248
|
# @option opts [Integer] :limit Number of results to return per page.
|
249
249
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
250
250
|
# @option opts [Array<String>] :ordering 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -276,7 +276,7 @@ module PulpFileClient
|
|
276
276
|
# query parameters
|
277
277
|
query_params = opts[:query_params] || {}
|
278
278
|
query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
|
279
|
-
query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
|
279
|
+
query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
|
280
280
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
281
281
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
282
282
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
@@ -86,7 +86,7 @@ module PulpFileClient
|
|
86
86
|
# @param file_file_repository_href [String]
|
87
87
|
# @param [Hash] opts the optional parameters
|
88
88
|
# @option opts [String] :content Content Unit referenced by HREF
|
89
|
-
# @option opts [String] :content__in
|
89
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
90
90
|
# @option opts [Integer] :limit Number of results to return per page.
|
91
91
|
# @option opts [Integer] :number Filter results where number matches value
|
92
92
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
@@ -117,7 +117,7 @@ module PulpFileClient
|
|
117
117
|
# @param file_file_repository_href [String]
|
118
118
|
# @param [Hash] opts the optional parameters
|
119
119
|
# @option opts [String] :content Content Unit referenced by HREF
|
120
|
-
# @option opts [String] :content__in
|
120
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
121
121
|
# @option opts [Integer] :limit Number of results to return per page.
|
122
122
|
# @option opts [Integer] :number Filter results where number matches value
|
123
123
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
@@ -156,7 +156,7 @@ module PulpFileClient
|
|
156
156
|
# query parameters
|
157
157
|
query_params = opts[:query_params] || {}
|
158
158
|
query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
|
159
|
-
query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
|
159
|
+
query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
|
160
160
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
161
161
|
query_params[:'number'] = opts[:'number'] if !opts[:'number'].nil?
|
162
162
|
query_params[:'number__gt'] = opts[:'number__gt'] if !opts[:'number__gt'].nil?
|
@@ -74,7 +74,7 @@ describe 'PublicationsFileApi' do
|
|
74
74
|
# A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
|
75
75
|
# @param [Hash] opts the optional parameters
|
76
76
|
# @option opts [String] :content Content Unit referenced by HREF
|
77
|
-
# @option opts [String] :content__in
|
77
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
78
78
|
# @option opts [Integer] :limit Number of results to return per page.
|
79
79
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
80
80
|
# @option opts [Array<String>] :ordering 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -50,7 +50,7 @@ describe 'RepositoriesFileVersionsApi' do
|
|
50
50
|
# @param file_file_repository_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @option opts [String] :content Content Unit referenced by HREF
|
53
|
-
# @option opts [String] :content__in
|
53
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
54
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
55
55
|
# @option opts [Integer] :number Filter results where number matches value
|
56
56
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_file_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.62.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: 2024-09-
|
11
|
+
date: 2024-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|