pulpcore_client 3.0.0rc2.dev.1559488113 → 3.0.0rc2.dev.1559574694
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 pulpcore_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/lib/pulpcore_client/api/artifacts_api.rb +3 -2
- data/lib/pulpcore_client/api/orphans_api.rb +1 -0
- data/lib/pulpcore_client/api/repositories_api.rb +9 -8
- data/lib/pulpcore_client/api/status_api.rb +1 -0
- data/lib/pulpcore_client/api/tasks_api.rb +4 -3
- data/lib/pulpcore_client/api/uploads_api.rb +5 -4
- data/lib/pulpcore_client/api/workers_api.rb +2 -1
- data/lib/pulpcore_client/version.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: b2f170fc8246444fe5a1c205153063a052791e9bd99d45c3226b85ee5a5e86cc
|
|
4
|
+
data.tar.gz: 81f8495d9b8838f14d11817d3e6a819fd285c9d7e72384be77592c564a95b7e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5818497f919ff2b1ecda440851e96dd9a2f40d76e0a70ae48a33b69564e16c490ec445a2631385820d81f0f5bd5a8671a759f5ea4989260560c9b7d06715ca2
|
|
7
|
+
data.tar.gz: c49a269747eac90f1e05dab327720b0fda7be1ec41b904f5cc0fa438972a2da74b460806621ac9d43c96890bf78fa575360db7c166b407bd0b82e1d7ede258cc
|
data/Gemfile.lock
CHANGED
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: 3.0.0rc2.dev.
|
|
10
|
+
- Package version: 3.0.0rc2.dev.1559574694
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,16 +23,16 @@ gem build pulpcore_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./pulpcore_client-3.0.0rc2.dev.
|
|
26
|
+
gem install ./pulpcore_client-3.0.0rc2.dev.1559574694.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulpcore_client-3.0.0rc2.dev.
|
|
29
|
+
(for development, run `gem install --dev ./pulpcore_client-3.0.0rc2.dev.1559574694.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 'pulpcore_client', '~> 3.0.0rc2.dev.
|
|
35
|
+
gem 'pulpcore_client', '~> 3.0.0rc2.dev.1559574694'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -11,6 +11,7 @@ OpenAPI Generator version: 4.0.2-SNAPSHOT
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'uri'
|
|
14
|
+
require 'cgi'
|
|
14
15
|
|
|
15
16
|
module PulpcoreClient
|
|
16
17
|
class ArtifactsApi
|
|
@@ -150,7 +151,7 @@ module PulpcoreClient
|
|
|
150
151
|
fail ArgumentError, "Missing the required parameter 'artifact_href' when calling ArtifactsApi.artifacts_delete"
|
|
151
152
|
end
|
|
152
153
|
# resource path
|
|
153
|
-
local_var_path = '{artifact_href}'.sub('{' + 'artifact_href' + '}', artifact_href.to_s)
|
|
154
|
+
local_var_path = '{artifact_href}'.sub('{' + 'artifact_href' + '}', CGI.escape(artifact_href.to_s))
|
|
154
155
|
|
|
155
156
|
# query parameters
|
|
156
157
|
query_params = opts[:query_params] || {}
|
|
@@ -289,7 +290,7 @@ module PulpcoreClient
|
|
|
289
290
|
fail ArgumentError, "Missing the required parameter 'artifact_href' when calling ArtifactsApi.artifacts_read"
|
|
290
291
|
end
|
|
291
292
|
# resource path
|
|
292
|
-
local_var_path = '{artifact_href}'.sub('{' + 'artifact_href' + '}', artifact_href.to_s)
|
|
293
|
+
local_var_path = '{artifact_href}'.sub('{' + 'artifact_href' + '}', CGI.escape(artifact_href.to_s))
|
|
293
294
|
|
|
294
295
|
# query parameters
|
|
295
296
|
query_params = opts[:query_params] || {}
|
|
@@ -11,6 +11,7 @@ OpenAPI Generator version: 4.0.2-SNAPSHOT
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'uri'
|
|
14
|
+
require 'cgi'
|
|
14
15
|
|
|
15
16
|
module PulpcoreClient
|
|
16
17
|
class RepositoriesApi
|
|
@@ -105,7 +106,7 @@ module PulpcoreClient
|
|
|
105
106
|
fail ArgumentError, "Missing the required parameter 'repository_href' when calling RepositoriesApi.repositories_delete"
|
|
106
107
|
end
|
|
107
108
|
# resource path
|
|
108
|
-
local_var_path = '{repository_href}'.sub('{' + 'repository_href' + '}', repository_href.to_s)
|
|
109
|
+
local_var_path = '{repository_href}'.sub('{' + 'repository_href' + '}', CGI.escape(repository_href.to_s))
|
|
109
110
|
|
|
110
111
|
# query parameters
|
|
111
112
|
query_params = opts[:query_params] || {}
|
|
@@ -237,7 +238,7 @@ module PulpcoreClient
|
|
|
237
238
|
fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesApi.repositories_partial_update"
|
|
238
239
|
end
|
|
239
240
|
# resource path
|
|
240
|
-
local_var_path = '{repository_href}'.sub('{' + 'repository_href' + '}', repository_href.to_s)
|
|
241
|
+
local_var_path = '{repository_href}'.sub('{' + 'repository_href' + '}', CGI.escape(repository_href.to_s))
|
|
241
242
|
|
|
242
243
|
# query parameters
|
|
243
244
|
query_params = opts[:query_params] || {}
|
|
@@ -299,7 +300,7 @@ module PulpcoreClient
|
|
|
299
300
|
fail ArgumentError, "Missing the required parameter 'repository_href' when calling RepositoriesApi.repositories_read"
|
|
300
301
|
end
|
|
301
302
|
# resource path
|
|
302
|
-
local_var_path = '{repository_href}'.sub('{' + 'repository_href' + '}', repository_href.to_s)
|
|
303
|
+
local_var_path = '{repository_href}'.sub('{' + 'repository_href' + '}', CGI.escape(repository_href.to_s))
|
|
303
304
|
|
|
304
305
|
# query parameters
|
|
305
306
|
query_params = opts[:query_params] || {}
|
|
@@ -367,7 +368,7 @@ module PulpcoreClient
|
|
|
367
368
|
fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesApi.repositories_update"
|
|
368
369
|
end
|
|
369
370
|
# resource path
|
|
370
|
-
local_var_path = '{repository_href}'.sub('{' + 'repository_href' + '}', repository_href.to_s)
|
|
371
|
+
local_var_path = '{repository_href}'.sub('{' + 'repository_href' + '}', CGI.escape(repository_href.to_s))
|
|
371
372
|
|
|
372
373
|
# query parameters
|
|
373
374
|
query_params = opts[:query_params] || {}
|
|
@@ -437,7 +438,7 @@ module PulpcoreClient
|
|
|
437
438
|
fail ArgumentError, "Missing the required parameter 'data' when calling RepositoriesApi.repositories_versions_create"
|
|
438
439
|
end
|
|
439
440
|
# resource path
|
|
440
|
-
local_var_path = '{repository_href}versions/'.sub('{' + 'repository_href' + '}', repository_href.to_s)
|
|
441
|
+
local_var_path = '{repository_href}versions/'.sub('{' + 'repository_href' + '}', CGI.escape(repository_href.to_s))
|
|
441
442
|
|
|
442
443
|
# query parameters
|
|
443
444
|
query_params = opts[:query_params] || {}
|
|
@@ -501,7 +502,7 @@ module PulpcoreClient
|
|
|
501
502
|
fail ArgumentError, "Missing the required parameter 'repository_version_href' when calling RepositoriesApi.repositories_versions_delete"
|
|
502
503
|
end
|
|
503
504
|
# resource path
|
|
504
|
-
local_var_path = '{repository_version_href}'.sub('{' + 'repository_version_href' + '}', repository_version_href.to_s)
|
|
505
|
+
local_var_path = '{repository_version_href}'.sub('{' + 'repository_version_href' + '}', CGI.escape(repository_version_href.to_s))
|
|
505
506
|
|
|
506
507
|
# query parameters
|
|
507
508
|
query_params = opts[:query_params] || {}
|
|
@@ -593,7 +594,7 @@ module PulpcoreClient
|
|
|
593
594
|
fail ArgumentError, "Missing the required parameter 'repository_href' when calling RepositoriesApi.repositories_versions_list"
|
|
594
595
|
end
|
|
595
596
|
# resource path
|
|
596
|
-
local_var_path = '{repository_href}versions/'.sub('{' + 'repository_href' + '}', repository_href.to_s)
|
|
597
|
+
local_var_path = '{repository_href}versions/'.sub('{' + 'repository_href' + '}', CGI.escape(repository_href.to_s))
|
|
597
598
|
|
|
598
599
|
# query parameters
|
|
599
600
|
query_params = opts[:query_params] || {}
|
|
@@ -669,7 +670,7 @@ module PulpcoreClient
|
|
|
669
670
|
fail ArgumentError, "Missing the required parameter 'repository_version_href' when calling RepositoriesApi.repositories_versions_read"
|
|
670
671
|
end
|
|
671
672
|
# resource path
|
|
672
|
-
local_var_path = '{repository_version_href}'.sub('{' + 'repository_version_href' + '}', repository_version_href.to_s)
|
|
673
|
+
local_var_path = '{repository_version_href}'.sub('{' + 'repository_version_href' + '}', CGI.escape(repository_version_href.to_s))
|
|
673
674
|
|
|
674
675
|
# query parameters
|
|
675
676
|
query_params = opts[:query_params] || {}
|
|
@@ -11,6 +11,7 @@ OpenAPI Generator version: 4.0.2-SNAPSHOT
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'uri'
|
|
14
|
+
require 'cgi'
|
|
14
15
|
|
|
15
16
|
module PulpcoreClient
|
|
16
17
|
class TasksApi
|
|
@@ -49,7 +50,7 @@ module PulpcoreClient
|
|
|
49
50
|
fail ArgumentError, "Missing the required parameter 'data' when calling TasksApi.tasks_cancel"
|
|
50
51
|
end
|
|
51
52
|
# resource path
|
|
52
|
-
local_var_path = '{task_href}cancel/'.sub('{' + 'task_href' + '}', task_href.to_s)
|
|
53
|
+
local_var_path = '{task_href}cancel/'.sub('{' + 'task_href' + '}', CGI.escape(task_href.to_s))
|
|
53
54
|
|
|
54
55
|
# query parameters
|
|
55
56
|
query_params = opts[:query_params] || {}
|
|
@@ -111,7 +112,7 @@ module PulpcoreClient
|
|
|
111
112
|
fail ArgumentError, "Missing the required parameter 'task_href' when calling TasksApi.tasks_delete"
|
|
112
113
|
end
|
|
113
114
|
# resource path
|
|
114
|
-
local_var_path = '{task_href}'.sub('{' + 'task_href' + '}', task_href.to_s)
|
|
115
|
+
local_var_path = '{task_href}'.sub('{' + 'task_href' + '}', CGI.escape(task_href.to_s))
|
|
115
116
|
|
|
116
117
|
# query parameters
|
|
117
118
|
query_params = opts[:query_params] || {}
|
|
@@ -289,7 +290,7 @@ module PulpcoreClient
|
|
|
289
290
|
fail ArgumentError, "Missing the required parameter 'task_href' when calling TasksApi.tasks_read"
|
|
290
291
|
end
|
|
291
292
|
# resource path
|
|
292
|
-
local_var_path = '{task_href}'.sub('{' + 'task_href' + '}', task_href.to_s)
|
|
293
|
+
local_var_path = '{task_href}'.sub('{' + 'task_href' + '}', CGI.escape(task_href.to_s))
|
|
293
294
|
|
|
294
295
|
# query parameters
|
|
295
296
|
query_params = opts[:query_params] || {}
|
|
@@ -11,6 +11,7 @@ OpenAPI Generator version: 4.0.2-SNAPSHOT
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'uri'
|
|
14
|
+
require 'cgi'
|
|
14
15
|
|
|
15
16
|
module PulpcoreClient
|
|
16
17
|
class UploadsApi
|
|
@@ -184,7 +185,7 @@ module PulpcoreClient
|
|
|
184
185
|
fail ArgumentError, "Missing the required parameter 'upload_href' when calling UploadsApi.uploads_delete"
|
|
185
186
|
end
|
|
186
187
|
# resource path
|
|
187
|
-
local_var_path = '{upload_href}'.sub('{' + 'upload_href' + '}', upload_href.to_s)
|
|
188
|
+
local_var_path = '{upload_href}'.sub('{' + 'upload_href' + '}', CGI.escape(upload_href.to_s))
|
|
188
189
|
|
|
189
190
|
# query parameters
|
|
190
191
|
query_params = opts[:query_params] || {}
|
|
@@ -254,7 +255,7 @@ module PulpcoreClient
|
|
|
254
255
|
end
|
|
255
256
|
|
|
256
257
|
# resource path
|
|
257
|
-
local_var_path = '{upload_href}'.sub('{' + 'upload_href' + '}', upload_href.to_s)
|
|
258
|
+
local_var_path = '{upload_href}'.sub('{' + 'upload_href' + '}', CGI.escape(upload_href.to_s))
|
|
258
259
|
|
|
259
260
|
# query parameters
|
|
260
261
|
query_params = opts[:query_params] || {}
|
|
@@ -381,7 +382,7 @@ module PulpcoreClient
|
|
|
381
382
|
fail ArgumentError, "Missing the required parameter 'upload_href' when calling UploadsApi.uploads_read"
|
|
382
383
|
end
|
|
383
384
|
# resource path
|
|
384
|
-
local_var_path = '{upload_href}'.sub('{' + 'upload_href' + '}', upload_href.to_s)
|
|
385
|
+
local_var_path = '{upload_href}'.sub('{' + 'upload_href' + '}', CGI.escape(upload_href.to_s))
|
|
385
386
|
|
|
386
387
|
# query parameters
|
|
387
388
|
query_params = opts[:query_params] || {}
|
|
@@ -449,7 +450,7 @@ module PulpcoreClient
|
|
|
449
450
|
fail ArgumentError, "Missing the required parameter 'file' when calling UploadsApi.uploads_update"
|
|
450
451
|
end
|
|
451
452
|
# resource path
|
|
452
|
-
local_var_path = '{upload_href}'.sub('{' + 'upload_href' + '}', upload_href.to_s)
|
|
453
|
+
local_var_path = '{upload_href}'.sub('{' + 'upload_href' + '}', CGI.escape(upload_href.to_s))
|
|
453
454
|
|
|
454
455
|
# query parameters
|
|
455
456
|
query_params = opts[:query_params] || {}
|
|
@@ -11,6 +11,7 @@ OpenAPI Generator version: 4.0.2-SNAPSHOT
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'uri'
|
|
14
|
+
require 'cgi'
|
|
14
15
|
|
|
15
16
|
module PulpcoreClient
|
|
16
17
|
class WorkersApi
|
|
@@ -131,7 +132,7 @@ module PulpcoreClient
|
|
|
131
132
|
fail ArgumentError, "Missing the required parameter 'worker_href' when calling WorkersApi.workers_read"
|
|
132
133
|
end
|
|
133
134
|
# resource path
|
|
134
|
-
local_var_path = '{worker_href}'.sub('{' + 'worker_href' + '}', worker_href.to_s)
|
|
135
|
+
local_var_path = '{worker_href}'.sub('{' + 'worker_href' + '}', CGI.escape(worker_href.to_s))
|
|
135
136
|
|
|
136
137
|
# query parameters
|
|
137
138
|
query_params = opts[:query_params] || {}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulpcore_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.0rc2.dev.
|
|
4
|
+
version: 3.0.0rc2.dev.1559574694
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|