pulp_file_client 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15b1dd87375eccbda4b3d78cddc7bf83cb1394418f33dcfa7ead5b8235faf858
4
- data.tar.gz: e5a2eb28c556ed314b6670f32b2d260a405ede172e910824518a3bbf2b75c22e
3
+ metadata.gz: 88ba08f8af3972fb1b8c453d099dc0c5097593a1dceae03070a7b918d92dc44f
4
+ data.tar.gz: 21338f3924932ad83af48cff14bf15c97a8072feb81e742400f8a56d435850ab
5
5
  SHA512:
6
- metadata.gz: '0269c56bb79db6393468c4ba220d193fca4a7eaeab637f99481af3eefe2c71675a0b18b3e27f8bcf32f6d767c643901526189c577b265493f005a87204668d67'
7
- data.tar.gz: b08413fb9712e2dd96afd51f299b63f098f05a5dc2ca90ba048072be0239b1af5715f02391417d7e49dd3401748ee36222040811b2fc53fed4534a8ee5c6d2bc
6
+ metadata.gz: 91da65cdb737729a7153df26a04dc0085f660bb57bcbd885ae210d0ed27d75d8483c244c569d41b8f3634c62667bcd381f2c5a1c83013166c4ac1552a4fdebbc
7
+ data.tar.gz: e116ef63221c87533386c656169071b3452f489b2c1136f7b610d92a97e29c45491bdc93e1c6704c98a08501f755cca5ef080fb2be29d7ff9eda91db0eaf70eb
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
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: 0.1.1
10
+ - Package version: 0.2.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulp_file_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulp_file_client-0.1.1.gem
26
+ gem install ./pulp_file_client-0.2.0.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_file_client-0.1.1.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_file_client-0.2.0.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulp_file_client', '~> 0.1.1'
35
+ gem 'pulp_file_client', '~> 0.2.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -94,7 +94,7 @@ end
94
94
  api_instance = PulpFileClient::ContentFilesApi.new
95
95
  opts = {
96
96
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
97
- digest: 'digest_example', # String | Filter results where digest matches value
97
+ sha256: 'sha256_example', # String |
98
98
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
99
99
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
100
100
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -119,7 +119,7 @@ end
119
119
  Name | Type | Description | Notes
120
120
  ------------- | ------------- | ------------- | -------------
121
121
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
122
- **digest** | **String**| Filter results where digest matches value | [optional]
122
+ **sha256** | **String**| | [optional]
123
123
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
124
124
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
125
125
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -8,9 +8,9 @@ Name | Type | Description | Notes
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **name** | **String** | A unique name for this remote. |
10
10
  **url** | **String** | The URL of an external content source. |
11
- **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. Returns SHA256 sum on GET. | [optional]
12
- **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. Returns SHA256 sum on GET. | [optional]
13
- **client_key** | **String** | A PEM encoded private key used for authentication. Returns SHA256 sum on GET. | [optional]
11
+ **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET. | [optional]
12
+ **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. Returns SHA256 checksum of the certificate file on GET. | [optional]
14
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
@@ -101,7 +101,7 @@ module PulpFileClient
101
101
  # FileContent represents a single file and its metadata, which can be added and removed from repositories.
102
102
  # @param [Hash] opts the optional parameters
103
103
  # @option opts [String] :relative_path Filter results where relative_path matches value
104
- # @option opts [String] :digest Filter results where digest matches value
104
+ # @option opts [String] :sha256
105
105
  # @option opts [String] :repository_version Repository Version referenced by HREF
106
106
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
107
107
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -119,7 +119,7 @@ module PulpFileClient
119
119
  # FileContent represents a single file and its metadata, which can be added and removed from repositories.
120
120
  # @param [Hash] opts the optional parameters
121
121
  # @option opts [String] :relative_path Filter results where relative_path matches value
122
- # @option opts [String] :digest Filter results where digest matches value
122
+ # @option opts [String] :sha256
123
123
  # @option opts [String] :repository_version Repository Version referenced by HREF
124
124
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
125
125
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -138,7 +138,7 @@ module PulpFileClient
138
138
  # query parameters
139
139
  query_params = opts[:query_params] || {}
140
140
  query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
141
- query_params[:'digest'] = opts[:'digest'] if !opts[:'digest'].nil?
141
+ query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
142
142
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
143
143
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
144
144
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -25,13 +25,13 @@ module PulpFileClient
25
25
  # The URL of an external content source.
26
26
  attr_accessor :url
27
27
 
28
- # A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. Returns SHA256 sum on GET.
28
+ # A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET.
29
29
  attr_accessor :ca_cert
30
30
 
31
- # A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. Returns SHA256 sum on GET.
31
+ # A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. Returns SHA256 checksum of the certificate file on GET.
32
32
  attr_accessor :client_cert
33
33
 
34
- # A PEM encoded private key used for authentication. Returns SHA256 sum on GET.
34
+ # A PEM encoded private key used for authentication. Returns SHA256 checksum of the certificate file on GET.
35
35
  attr_accessor :client_key
36
36
 
37
37
  # If True, TLS peer validation must be performed.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.2
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '0.1.1'
14
+ VERSION = '0.2.0'
15
15
  end
@@ -52,7 +52,7 @@ describe 'ContentFilesApi' do
52
52
  # FileContent represents a single file and its metadata, which can be added and removed from repositories.
53
53
  # @param [Hash] opts the optional parameters
54
54
  # @option opts [String] :relative_path Filter results where relative_path matches value
55
- # @option opts [String] :digest Filter results where digest matches value
55
+ # @option opts [String] :sha256
56
56
  # @option opts [String] :repository_version Repository Version referenced by HREF
57
57
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
58
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
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: 0.1.1
4
+ version: 0.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: 2020-01-31 00:00:00.000000000 Z
11
+ date: 2020-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -186,32 +186,32 @@ signing_key:
186
186
  specification_version: 4
187
187
  summary: Pulp 3 API Ruby Gem
188
188
  test_files:
189
+ - spec/api/remotes_file_api_spec.rb
190
+ - spec/api/repositories_file_versions_api_spec.rb
191
+ - spec/api/distributions_file_api_spec.rb
189
192
  - spec/api/file_exporters_file_api_spec.rb
193
+ - spec/api/content_files_api_spec.rb
190
194
  - spec/api/repositories_file_api_spec.rb
191
- - spec/api/distributions_file_api_spec.rb
192
195
  - spec/api/publications_file_api_spec.rb
193
- - spec/api/repositories_file_versions_api_spec.rb
194
- - spec/api/remotes_file_api_spec.rb
195
- - spec/api/content_files_api_spec.rb
196
196
  - spec/api_client_spec.rb
197
197
  - spec/configuration_spec.rb
198
- - spec/models/repository_version_spec.rb
199
- - spec/models/inline_response2002_spec.rb
198
+ - spec/models/file_file_distribution_spec.rb
199
+ - spec/models/repository_sync_url_spec.rb
200
200
  - spec/models/async_operation_response_spec.rb
201
201
  - spec/models/repository_add_remove_content_spec.rb
202
+ - spec/models/inline_response2003_spec.rb
203
+ - spec/models/file_file_file_system_exporter_spec.rb
204
+ - spec/models/file_file_content_spec.rb
205
+ - spec/models/repository_version_spec.rb
206
+ - spec/models/inline_response2004_spec.rb
202
207
  - spec/models/inline_response2005_spec.rb
203
- - spec/models/repository_sync_url_spec.rb
208
+ - spec/models/inline_response2001_spec.rb
204
209
  - spec/models/file_file_publication_spec.rb
205
- - spec/models/inline_response2006_spec.rb
210
+ - spec/models/file_file_repository_spec.rb
206
211
  - spec/models/inline_response200_spec.rb
207
212
  - spec/models/publication_export_spec.rb
208
- - spec/models/inline_response2003_spec.rb
209
- - spec/models/file_file_repository_spec.rb
213
+ - spec/models/inline_response2002_spec.rb
214
+ - spec/models/inline_response2006_spec.rb
210
215
  - spec/models/file_file_remote_spec.rb
211
- - spec/models/inline_response2001_spec.rb
212
- - spec/models/file_file_distribution_spec.rb
213
- - spec/models/file_file_content_spec.rb
214
- - spec/models/file_file_file_system_exporter_spec.rb
215
216
  - spec/models/content_summary_spec.rb
216
- - spec/models/inline_response2004_spec.rb
217
217
  - spec/spec_helper.rb