pulp_2to3_migration_client 0.2.0b2.dev01586887147 → 0.2.0b2.dev01586973944
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/Pulp2contentApi.md +2 -2
- data/docs/Pulp2repositoriesApi.md +2 -2
- data/lib/pulp_2to3_migration_client/api/pulp2content_api.rb +3 -3
- data/lib/pulp_2to3_migration_client/api/pulp2repositories_api.rb +3 -3
- data/lib/pulp_2to3_migration_client/version.rb +1 -1
- data/spec/api/pulp2content_api_spec.rb +1 -1
- data/spec/api/pulp2repositories_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: 49a0ce411f07f0731fa52a1cde18f8915925d95c9f00ca0284598681b270bf17
|
4
|
+
data.tar.gz: a5c3ae8db9a1ddcd5dcacc68270c21ca94df1c7a1dcfb28702b17a67a3218de7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fc4d1042cdf6af9d24856d113c029f63021369fae90b0991b02b6d94ba766a85bf1e6a735613fdc3bd76d4118bf2d57598c9862e3bedee492692d663395c94d
|
7
|
+
data.tar.gz: 1e120fb7222ea89dc13902da6cd20da3f0bc641c548eea18ec809e4ffd73afaee65a433fe84b40c955328a21fea6a096515a95a62d52a3fe192420954586cd6c
|
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.2.0b2.
|
10
|
+
- Package version: 0.2.0b2.dev01586973944
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_2to3_migration_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_2to3_migration_client-0.2.0b2.
|
26
|
+
gem install ./pulp_2to3_migration_client-0.2.0b2.dev01586973944.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.2.0b2.
|
29
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.2.0b2.dev01586973944.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_2to3_migration_client', '~> 0.2.0b2.
|
35
|
+
gem 'pulp_2to3_migration_client', '~> 0.2.0b2.dev01586973944'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
data/docs/Pulp2contentApi.md
CHANGED
@@ -31,6 +31,7 @@ end
|
|
31
31
|
|
32
32
|
api_instance = Pulp2to3MigrationClient::Pulp2contentApi.new
|
33
33
|
opts = {
|
34
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
34
35
|
pulp2_id: 'pulp2_id_example', # String |
|
35
36
|
pulp2_id__in: 'pulp2_id__in_example', # String | Filter results where pulp2_id is in a comma-separated list of values
|
36
37
|
pulp2_content_type_id: 'pulp2_content_type_id_example', # String |
|
@@ -42,7 +43,6 @@ opts = {
|
|
42
43
|
pulp2_last_updated__range: 3.4, # Float | Filter results where pulp2_last_updated is between two comma separated values
|
43
44
|
pulp3_content: 'pulp3_content_example', # String | Foreign Key referenced by HREF
|
44
45
|
pulp2_last_updated: 'pulp2_last_updated_example', # String | ISO 8601 formatted dates are supported
|
45
|
-
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
46
46
|
limit: 56, # Integer | Number of results to return per page.
|
47
47
|
offset: 56, # Integer | The initial index from which to return the results.
|
48
48
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -63,6 +63,7 @@ end
|
|
63
63
|
|
64
64
|
Name | Type | Description | Notes
|
65
65
|
------------- | ------------- | ------------- | -------------
|
66
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
66
67
|
**pulp2_id** | **String**| | [optional]
|
67
68
|
**pulp2_id__in** | **String**| Filter results where pulp2_id is in a comma-separated list of values | [optional]
|
68
69
|
**pulp2_content_type_id** | **String**| | [optional]
|
@@ -74,7 +75,6 @@ Name | Type | Description | Notes
|
|
74
75
|
**pulp2_last_updated__range** | **Float**| Filter results where pulp2_last_updated is between two comma separated values | [optional]
|
75
76
|
**pulp3_content** | **String**| Foreign Key referenced by HREF | [optional]
|
76
77
|
**pulp2_last_updated** | **String**| ISO 8601 formatted dates are supported | [optional]
|
77
|
-
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
78
78
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
79
79
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
80
80
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
@@ -31,11 +31,11 @@ end
|
|
31
31
|
|
32
32
|
api_instance = Pulp2to3MigrationClient::Pulp2repositoriesApi.new
|
33
33
|
opts = {
|
34
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
34
35
|
pulp2_repo_id: 'pulp2_repo_id_example', # String |
|
35
36
|
pulp2_repo_id__in: 'pulp2_repo_id__in_example', # String | Filter results where pulp2_repo_id is in a comma-separated list of values
|
36
37
|
is_migrated: 'is_migrated_example', # String |
|
37
38
|
not_in_plan: 'not_in_plan_example', # String |
|
38
|
-
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
39
39
|
limit: 56, # Integer | Number of results to return per page.
|
40
40
|
offset: 56, # Integer | The initial index from which to return the results.
|
41
41
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -56,11 +56,11 @@ end
|
|
56
56
|
|
57
57
|
Name | Type | Description | Notes
|
58
58
|
------------- | ------------- | ------------- | -------------
|
59
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
59
60
|
**pulp2_repo_id** | **String**| | [optional]
|
60
61
|
**pulp2_repo_id__in** | **String**| Filter results where pulp2_repo_id is in a comma-separated list of values | [optional]
|
61
62
|
**is_migrated** | **String**| | [optional]
|
62
63
|
**not_in_plan** | **String**| | [optional]
|
63
|
-
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
64
64
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
65
65
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
66
66
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
@@ -22,6 +22,7 @@ module Pulp2to3MigrationClient
|
|
22
22
|
# List pulp2 contents
|
23
23
|
# ViewSet for Pulp2Content model.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
25
26
|
# @option opts [String] :pulp2_id
|
26
27
|
# @option opts [String] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
|
27
28
|
# @option opts [String] :pulp2_content_type_id
|
@@ -33,7 +34,6 @@ module Pulp2to3MigrationClient
|
|
33
34
|
# @option opts [Float] :pulp2_last_updated__range Filter results where pulp2_last_updated is between two comma separated values
|
34
35
|
# @option opts [String] :pulp3_content Foreign Key referenced by HREF
|
35
36
|
# @option opts [String] :pulp2_last_updated ISO 8601 formatted dates are supported
|
36
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
37
37
|
# @option opts [Integer] :limit Number of results to return per page.
|
38
38
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
39
39
|
# @option opts [String] :fields A list of fields to include in the response.
|
@@ -47,6 +47,7 @@ module Pulp2to3MigrationClient
|
|
47
47
|
# List pulp2 contents
|
48
48
|
# ViewSet for Pulp2Content model.
|
49
49
|
# @param [Hash] opts the optional parameters
|
50
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
50
51
|
# @option opts [String] :pulp2_id
|
51
52
|
# @option opts [String] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
|
52
53
|
# @option opts [String] :pulp2_content_type_id
|
@@ -58,7 +59,6 @@ module Pulp2to3MigrationClient
|
|
58
59
|
# @option opts [Float] :pulp2_last_updated__range Filter results where pulp2_last_updated is between two comma separated values
|
59
60
|
# @option opts [String] :pulp3_content Foreign Key referenced by HREF
|
60
61
|
# @option opts [String] :pulp2_last_updated ISO 8601 formatted dates are supported
|
61
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
62
62
|
# @option opts [Integer] :limit Number of results to return per page.
|
63
63
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
64
64
|
# @option opts [String] :fields A list of fields to include in the response.
|
@@ -73,6 +73,7 @@ module Pulp2to3MigrationClient
|
|
73
73
|
|
74
74
|
# query parameters
|
75
75
|
query_params = opts[:query_params] || {}
|
76
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
76
77
|
query_params[:'pulp2_id'] = opts[:'pulp2_id'] if !opts[:'pulp2_id'].nil?
|
77
78
|
query_params[:'pulp2_id__in'] = opts[:'pulp2_id__in'] if !opts[:'pulp2_id__in'].nil?
|
78
79
|
query_params[:'pulp2_content_type_id'] = opts[:'pulp2_content_type_id'] if !opts[:'pulp2_content_type_id'].nil?
|
@@ -84,7 +85,6 @@ module Pulp2to3MigrationClient
|
|
84
85
|
query_params[:'pulp2_last_updated__range'] = opts[:'pulp2_last_updated__range'] if !opts[:'pulp2_last_updated__range'].nil?
|
85
86
|
query_params[:'pulp3_content'] = opts[:'pulp3_content'] if !opts[:'pulp3_content'].nil?
|
86
87
|
query_params[:'pulp2_last_updated'] = opts[:'pulp2_last_updated'] if !opts[:'pulp2_last_updated'].nil?
|
87
|
-
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
88
88
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
89
89
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
90
90
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
@@ -22,11 +22,11 @@ module Pulp2to3MigrationClient
|
|
22
22
|
# List pulp2 repositorys
|
23
23
|
# ViewSet for Pulp2Repositories model.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
25
26
|
# @option opts [String] :pulp2_repo_id
|
26
27
|
# @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
|
27
28
|
# @option opts [String] :is_migrated
|
28
29
|
# @option opts [String] :not_in_plan
|
29
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
30
30
|
# @option opts [Integer] :limit Number of results to return per page.
|
31
31
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
32
32
|
# @option opts [String] :fields A list of fields to include in the response.
|
@@ -40,11 +40,11 @@ module Pulp2to3MigrationClient
|
|
40
40
|
# List pulp2 repositorys
|
41
41
|
# ViewSet for Pulp2Repositories model.
|
42
42
|
# @param [Hash] opts the optional parameters
|
43
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
43
44
|
# @option opts [String] :pulp2_repo_id
|
44
45
|
# @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
|
45
46
|
# @option opts [String] :is_migrated
|
46
47
|
# @option opts [String] :not_in_plan
|
47
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
48
48
|
# @option opts [Integer] :limit Number of results to return per page.
|
49
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
50
50
|
# @option opts [String] :fields A list of fields to include in the response.
|
@@ -59,11 +59,11 @@ module Pulp2to3MigrationClient
|
|
59
59
|
|
60
60
|
# query parameters
|
61
61
|
query_params = opts[:query_params] || {}
|
62
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
62
63
|
query_params[:'pulp2_repo_id'] = opts[:'pulp2_repo_id'] if !opts[:'pulp2_repo_id'].nil?
|
63
64
|
query_params[:'pulp2_repo_id__in'] = opts[:'pulp2_repo_id__in'] if !opts[:'pulp2_repo_id__in'].nil?
|
64
65
|
query_params[:'is_migrated'] = opts[:'is_migrated'] if !opts[:'is_migrated'].nil?
|
65
66
|
query_params[:'not_in_plan'] = opts[:'not_in_plan'] if !opts[:'not_in_plan'].nil?
|
66
|
-
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
67
67
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
68
68
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
69
69
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
@@ -36,6 +36,7 @@ describe 'Pulp2contentApi' do
|
|
36
36
|
# List pulp2 contents
|
37
37
|
# ViewSet for Pulp2Content model.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
39
40
|
# @option opts [String] :pulp2_id
|
40
41
|
# @option opts [String] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
|
41
42
|
# @option opts [String] :pulp2_content_type_id
|
@@ -47,7 +48,6 @@ describe 'Pulp2contentApi' do
|
|
47
48
|
# @option opts [Float] :pulp2_last_updated__range Filter results where pulp2_last_updated is between two comma separated values
|
48
49
|
# @option opts [String] :pulp3_content Foreign Key referenced by HREF
|
49
50
|
# @option opts [String] :pulp2_last_updated ISO 8601 formatted dates are supported
|
50
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
51
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
52
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
53
53
|
# @option opts [String] :fields A list of fields to include in the response.
|
@@ -36,11 +36,11 @@ describe 'Pulp2repositoriesApi' do
|
|
36
36
|
# List pulp2 repositorys
|
37
37
|
# ViewSet for Pulp2Repositories model.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
39
40
|
# @option opts [String] :pulp2_repo_id
|
40
41
|
# @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
|
41
42
|
# @option opts [String] :is_migrated
|
42
43
|
# @option opts [String] :not_in_plan
|
43
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
44
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
45
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
46
46
|
# @option opts [String] :fields A list of fields to include in the response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_2to3_migration_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0b2.
|
4
|
+
version: 0.2.0b2.dev01586973944
|
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-04-
|
11
|
+
date: 2020-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|