pulp_file_client 1.3.0 → 1.4.0.post0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +12 -12
- data/docs/ContentFilesApi.md +2 -2
- data/docs/DistributionsFileApi.md +2 -2
- data/docs/ExportersFileExportsApi.md +2 -2
- data/docs/ExportersFilesystemApi.md +2 -2
- data/docs/{InlineResponse2003.md → PaginatedExportResponseList.md} +4 -4
- data/docs/{InlineResponse2007.md → PaginatedRepositoryVersionResponseList.md} +4 -4
- data/docs/{InlineResponse200.md → PaginatedfileFileContentResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginatedfileFileDistributionResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginatedfileFileFilesystemExporterResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginatedfileFilePublicationResponseList.md} +4 -4
- data/docs/{InlineResponse2005.md → PaginatedfileFileRemoteResponseList.md} +4 -4
- data/docs/{InlineResponse2006.md → PaginatedfileFileRepositoryResponseList.md} +4 -4
- data/docs/PublicationsFileApi.md +2 -2
- data/docs/RemotesFileApi.md +2 -2
- data/docs/RepositoriesFileApi.md +2 -2
- data/docs/RepositoriesFileVersionsApi.md +2 -2
- data/lib/pulp_file_client/api/content_files_api.rb +3 -3
- data/lib/pulp_file_client/api/distributions_file_api.rb +3 -3
- data/lib/pulp_file_client/api/exporters_file_exports_api.rb +3 -3
- data/lib/pulp_file_client/api/exporters_filesystem_api.rb +3 -3
- data/lib/pulp_file_client/api/publications_file_api.rb +3 -3
- data/lib/pulp_file_client/api/remotes_file_api.rb +3 -3
- data/lib/pulp_file_client/api/repositories_file_api.rb +3 -3
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +3 -3
- data/lib/pulp_file_client/models/{inline_response2003.rb → paginated_export_response_list.rb} +3 -3
- data/lib/pulp_file_client/models/{inline_response2007.rb → paginated_repository_version_response_list.rb} +3 -3
- data/lib/pulp_file_client/models/{inline_response200.rb → paginatedfile_file_content_response_list.rb} +3 -3
- data/lib/pulp_file_client/models/{inline_response2001.rb → paginatedfile_file_distribution_response_list.rb} +3 -3
- data/lib/pulp_file_client/models/{inline_response2002.rb → paginatedfile_file_filesystem_exporter_response_list.rb} +3 -3
- data/lib/pulp_file_client/models/{inline_response2004.rb → paginatedfile_file_publication_response_list.rb} +3 -3
- data/lib/pulp_file_client/models/{inline_response2005.rb → paginatedfile_file_remote_response_list.rb} +3 -3
- data/lib/pulp_file_client/models/{inline_response2006.rb → paginatedfile_file_repository_response_list.rb} +3 -3
- data/lib/pulp_file_client/version.rb +1 -1
- data/lib/pulp_file_client.rb +8 -8
- data/spec/api/content_files_api_spec.rb +1 -1
- data/spec/api/distributions_file_api_spec.rb +1 -1
- data/spec/api/exporters_file_exports_api_spec.rb +1 -1
- data/spec/api/exporters_filesystem_api_spec.rb +1 -1
- data/spec/api/publications_file_api_spec.rb +1 -1
- data/spec/api/remotes_file_api_spec.rb +1 -1
- data/spec/api/repositories_file_api_spec.rb +1 -1
- data/spec/api/repositories_file_versions_api_spec.rb +1 -1
- data/spec/models/{inline_response2001_spec.rb → paginated_export_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response2004_spec.rb → paginated_repository_version_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response2003_spec.rb → paginatedfile_file_content_response_list_spec.rb} +6 -6
- data/spec/models/paginatedfile_file_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb +59 -0
- data/spec/models/paginatedfile_file_publication_response_list_spec.rb +59 -0
- data/spec/models/{inline_response2002_spec.rb → paginatedfile_file_remote_response_list_spec.rb} +6 -6
- data/spec/models/paginatedfile_file_repository_response_list_spec.rb +59 -0
- metadata +58 -58
- data/spec/models/inline_response2005_spec.rb +0 -59
- data/spec/models/inline_response2006_spec.rb +0 -59
- data/spec/models/inline_response2007_spec.rb +0 -59
- data/spec/models/inline_response200_spec.rb +0 -59
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f52a6f8ed86427cd81dedcc25945f0b2028f5ed09a459780317121ef54ae68c2
|
4
|
+
data.tar.gz: 77c373e101643559a9f688594f86159b3bc22e5e216b6cf3a76dcb284669f497
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c94ad5bdb19730897c7f7d97c7fbde5719dd9d6953567315680c9d1399dd7a38dd63bf9adffee403937c4d15e60410ca90e314cd9913e4fee05009f4ac47c84
|
7
|
+
data.tar.gz: 142f1737ad659c432a1e0955407da44c2708138d65195513f570a98992ef70f5d4f31e2925da8a06ac06ebe2713ea412c49e4f7e216e36c93c0e32a78e17684c
|
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.4.0.post0
|
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-1.
|
27
|
+
gem install ./pulp_file_client-1.4.0.post0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_file_client-1.
|
30
|
+
(for development, run `gem install --dev ./pulp_file_client-1.4.0.post0.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', '~> 1.
|
36
|
+
gem 'pulp_file_client', '~> 1.4.0.post0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -149,14 +149,14 @@ Class | Method | HTTP request | Description
|
|
149
149
|
- [PulpFileClient::FileFileRemoteResponse](docs/FileFileRemoteResponse.md)
|
150
150
|
- [PulpFileClient::FileFileRepository](docs/FileFileRepository.md)
|
151
151
|
- [PulpFileClient::FileFileRepositoryResponse](docs/FileFileRepositoryResponse.md)
|
152
|
-
- [PulpFileClient::
|
153
|
-
- [PulpFileClient::
|
154
|
-
- [PulpFileClient::
|
155
|
-
- [PulpFileClient::
|
156
|
-
- [PulpFileClient::
|
157
|
-
- [PulpFileClient::
|
158
|
-
- [PulpFileClient::
|
159
|
-
- [PulpFileClient::
|
152
|
+
- [PulpFileClient::PaginatedExportResponseList](docs/PaginatedExportResponseList.md)
|
153
|
+
- [PulpFileClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
154
|
+
- [PulpFileClient::PaginatedfileFileContentResponseList](docs/PaginatedfileFileContentResponseList.md)
|
155
|
+
- [PulpFileClient::PaginatedfileFileDistributionResponseList](docs/PaginatedfileFileDistributionResponseList.md)
|
156
|
+
- [PulpFileClient::PaginatedfileFileFilesystemExporterResponseList](docs/PaginatedfileFileFilesystemExporterResponseList.md)
|
157
|
+
- [PulpFileClient::PaginatedfileFilePublicationResponseList](docs/PaginatedfileFilePublicationResponseList.md)
|
158
|
+
- [PulpFileClient::PaginatedfileFileRemoteResponseList](docs/PaginatedfileFileRemoteResponseList.md)
|
159
|
+
- [PulpFileClient::PaginatedfileFileRepositoryResponseList](docs/PaginatedfileFileRepositoryResponseList.md)
|
160
160
|
- [PulpFileClient::PatchedfileFileDistribution](docs/PatchedfileFileDistribution.md)
|
161
161
|
- [PulpFileClient::PatchedfileFileFilesystemExporter](docs/PatchedfileFileFilesystemExporter.md)
|
162
162
|
- [PulpFileClient::PatchedfileFileRemote](docs/PatchedfileFileRemote.md)
|
data/docs/ContentFilesApi.md
CHANGED
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
|
|
73
73
|
|
74
74
|
## list
|
75
75
|
|
76
|
-
>
|
76
|
+
> PaginatedfileFileContentResponseList list(opts)
|
77
77
|
|
78
78
|
List file contents
|
79
79
|
|
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
|
|
132
132
|
|
133
133
|
### Return type
|
134
134
|
|
135
|
-
[**
|
135
|
+
[**PaginatedfileFileContentResponseList**](PaginatedfileFileContentResponseList.md)
|
136
136
|
|
137
137
|
### Authorization
|
138
138
|
|
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
121
121
|
|
122
122
|
## list
|
123
123
|
|
124
|
-
>
|
124
|
+
> PaginatedfileFileDistributionResponseList list(opts)
|
125
125
|
|
126
126
|
List file distributions
|
127
127
|
|
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
|
|
182
182
|
|
183
183
|
### Return type
|
184
184
|
|
185
|
-
[**
|
185
|
+
[**PaginatedfileFileDistributionResponseList**](PaginatedfileFileDistributionResponseList.md)
|
186
186
|
|
187
187
|
### Authorization
|
188
188
|
|
@@ -120,7 +120,7 @@ nil (empty response body)
|
|
120
120
|
|
121
121
|
## list
|
122
122
|
|
123
|
-
>
|
123
|
+
> PaginatedExportResponseList list(file_file_filesystem_exporter_href, opts)
|
124
124
|
|
125
125
|
List exports
|
126
126
|
|
@@ -171,7 +171,7 @@ Name | Type | Description | Notes
|
|
171
171
|
|
172
172
|
### Return type
|
173
173
|
|
174
|
-
[**
|
174
|
+
[**PaginatedExportResponseList**](PaginatedExportResponseList.md)
|
175
175
|
|
176
176
|
### Authorization
|
177
177
|
|
@@ -120,7 +120,7 @@ nil (empty response body)
|
|
120
120
|
|
121
121
|
## list
|
122
122
|
|
123
|
-
>
|
123
|
+
> PaginatedfileFileFilesystemExporterResponseList list(opts)
|
124
124
|
|
125
125
|
List file filesystem exporters
|
126
126
|
|
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
|
|
173
173
|
|
174
174
|
### Return type
|
175
175
|
|
176
|
-
[**
|
176
|
+
[**PaginatedfileFileFilesystemExporterResponseList**](PaginatedfileFileFilesystemExporterResponseList.md)
|
177
177
|
|
178
178
|
### Authorization
|
179
179
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpFileClient::
|
1
|
+
# PulpFileClient::PaginatedExportResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpFileClient'
|
16
16
|
|
17
|
-
instance = PulpFileClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpFileClient::PaginatedExportResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpFileClient::
|
1
|
+
# PulpFileClient::PaginatedRepositoryVersionResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpFileClient'
|
16
16
|
|
17
|
-
instance = PulpFileClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpFileClient::PaginatedRepositoryVersionResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpFileClient::
|
1
|
+
# PulpFileClient::PaginatedfileFileContentResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpFileClient'
|
16
16
|
|
17
|
-
instance = PulpFileClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpFileClient::PaginatedfileFileContentResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpFileClient::
|
1
|
+
# PulpFileClient::PaginatedfileFileDistributionResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpFileClient'
|
16
16
|
|
17
|
-
instance = PulpFileClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpFileClient::PaginatedfileFileDistributionResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpFileClient::
|
1
|
+
# PulpFileClient::PaginatedfileFileFilesystemExporterResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpFileClient'
|
16
16
|
|
17
|
-
instance = PulpFileClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpFileClient::PaginatedfileFileFilesystemExporterResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpFileClient::
|
1
|
+
# PulpFileClient::PaginatedfileFilePublicationResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpFileClient'
|
16
16
|
|
17
|
-
instance = PulpFileClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpFileClient::PaginatedfileFilePublicationResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpFileClient::
|
1
|
+
# PulpFileClient::PaginatedfileFileRemoteResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpFileClient'
|
16
16
|
|
17
|
-
instance = PulpFileClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpFileClient::PaginatedfileFileRemoteResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpFileClient::
|
1
|
+
# PulpFileClient::PaginatedfileFileRepositoryResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpFileClient'
|
16
16
|
|
17
|
-
instance = PulpFileClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpFileClient::PaginatedfileFileRepositoryResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
data/docs/PublicationsFileApi.md
CHANGED
@@ -118,7 +118,7 @@ nil (empty response body)
|
|
118
118
|
|
119
119
|
## list
|
120
120
|
|
121
|
-
>
|
121
|
+
> PaginatedfileFilePublicationResponseList list(opts)
|
122
122
|
|
123
123
|
List file publications
|
124
124
|
|
@@ -181,7 +181,7 @@ Name | Type | Description | Notes
|
|
181
181
|
|
182
182
|
### Return type
|
183
183
|
|
184
|
-
[**
|
184
|
+
[**PaginatedfileFilePublicationResponseList**](PaginatedfileFilePublicationResponseList.md)
|
185
185
|
|
186
186
|
### Authorization
|
187
187
|
|
data/docs/RemotesFileApi.md
CHANGED
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
121
121
|
|
122
122
|
## list
|
123
123
|
|
124
|
-
>
|
124
|
+
> PaginatedfileFileRemoteResponseList list(opts)
|
125
125
|
|
126
126
|
List file remotes
|
127
127
|
|
@@ -186,7 +186,7 @@ Name | Type | Description | Notes
|
|
186
186
|
|
187
187
|
### Return type
|
188
188
|
|
189
|
-
[**
|
189
|
+
[**PaginatedfileFileRemoteResponseList**](PaginatedfileFileRemoteResponseList.md)
|
190
190
|
|
191
191
|
### Authorization
|
192
192
|
|
data/docs/RepositoriesFileApi.md
CHANGED
@@ -123,7 +123,7 @@ Name | Type | Description | Notes
|
|
123
123
|
|
124
124
|
## list
|
125
125
|
|
126
|
-
>
|
126
|
+
> PaginatedfileFileRepositoryResponseList list(opts)
|
127
127
|
|
128
128
|
List file repositorys
|
129
129
|
|
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
|
|
176
176
|
|
177
177
|
### Return type
|
178
178
|
|
179
|
-
[**
|
179
|
+
[**PaginatedfileFileRepositoryResponseList**](PaginatedfileFileRepositoryResponseList.md)
|
180
180
|
|
181
181
|
### Authorization
|
182
182
|
|
@@ -66,7 +66,7 @@ Name | Type | Description | Notes
|
|
66
66
|
|
67
67
|
## list
|
68
68
|
|
69
|
-
>
|
69
|
+
> PaginatedRepositoryVersionResponseList list(file_file_repository_href, opts)
|
70
70
|
|
71
71
|
List repository versions
|
72
72
|
|
@@ -145,7 +145,7 @@ Name | Type | Description | Notes
|
|
145
145
|
|
146
146
|
### Return type
|
147
147
|
|
148
|
-
[**
|
148
|
+
[**PaginatedRepositoryVersionResponseList**](PaginatedRepositoryVersionResponseList.md)
|
149
149
|
|
150
150
|
### Authorization
|
151
151
|
|
@@ -106,7 +106,7 @@ module PulpFileClient
|
|
106
106
|
# @option opts [String] :sha256 sha256
|
107
107
|
# @option opts [String] :fields A list of fields to include in the response.
|
108
108
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
109
|
-
# @return [
|
109
|
+
# @return [PaginatedfileFileContentResponseList]
|
110
110
|
def list(opts = {})
|
111
111
|
data, _status_code, _headers = list_with_http_info(opts)
|
112
112
|
data
|
@@ -125,7 +125,7 @@ module PulpFileClient
|
|
125
125
|
# @option opts [String] :sha256 sha256
|
126
126
|
# @option opts [String] :fields A list of fields to include in the response.
|
127
127
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
128
|
-
# @return [Array<(
|
128
|
+
# @return [Array<(PaginatedfileFileContentResponseList, Integer, Hash)>] PaginatedfileFileContentResponseList data, response status code and response headers
|
129
129
|
def list_with_http_info(opts = {})
|
130
130
|
if @api_client.config.debugging
|
131
131
|
@api_client.config.logger.debug 'Calling API: ContentFilesApi.list ...'
|
@@ -158,7 +158,7 @@ module PulpFileClient
|
|
158
158
|
post_body = opts[:body]
|
159
159
|
|
160
160
|
# return_type
|
161
|
-
return_type = opts[:return_type] || '
|
161
|
+
return_type = opts[:return_type] || 'PaginatedfileFileContentResponseList'
|
162
162
|
|
163
163
|
# auth_names
|
164
164
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -159,7 +159,7 @@ module PulpFileClient
|
|
159
159
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
160
160
|
# @option opts [String] :fields A list of fields to include in the response.
|
161
161
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
162
|
-
# @return [
|
162
|
+
# @return [PaginatedfileFileDistributionResponseList]
|
163
163
|
def list(opts = {})
|
164
164
|
data, _status_code, _headers = list_with_http_info(opts)
|
165
165
|
data
|
@@ -179,7 +179,7 @@ module PulpFileClient
|
|
179
179
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
180
180
|
# @option opts [String] :fields A list of fields to include in the response.
|
181
181
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
182
|
-
# @return [Array<(
|
182
|
+
# @return [Array<(PaginatedfileFileDistributionResponseList, Integer, Hash)>] PaginatedfileFileDistributionResponseList data, response status code and response headers
|
183
183
|
def list_with_http_info(opts = {})
|
184
184
|
if @api_client.config.debugging
|
185
185
|
@api_client.config.logger.debug 'Calling API: DistributionsFileApi.list ...'
|
@@ -213,7 +213,7 @@ module PulpFileClient
|
|
213
213
|
post_body = opts[:body]
|
214
214
|
|
215
215
|
# return_type
|
216
|
-
return_type = opts[:return_type] || '
|
216
|
+
return_type = opts[:return_type] || 'PaginatedfileFileDistributionResponseList'
|
217
217
|
|
218
218
|
# auth_names
|
219
219
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -158,7 +158,7 @@ module PulpFileClient
|
|
158
158
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
159
159
|
# @option opts [String] :fields A list of fields to include in the response.
|
160
160
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
161
|
-
# @return [
|
161
|
+
# @return [PaginatedExportResponseList]
|
162
162
|
def list(file_file_filesystem_exporter_href, opts = {})
|
163
163
|
data, _status_code, _headers = list_with_http_info(file_file_filesystem_exporter_href, opts)
|
164
164
|
data
|
@@ -173,7 +173,7 @@ module PulpFileClient
|
|
173
173
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
174
174
|
# @option opts [String] :fields A list of fields to include in the response.
|
175
175
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
176
|
-
# @return [Array<(
|
176
|
+
# @return [Array<(PaginatedExportResponseList, Integer, Hash)>] PaginatedExportResponseList data, response status code and response headers
|
177
177
|
def list_with_http_info(file_file_filesystem_exporter_href, opts = {})
|
178
178
|
if @api_client.config.debugging
|
179
179
|
@api_client.config.logger.debug 'Calling API: ExportersFileExportsApi.list ...'
|
@@ -205,7 +205,7 @@ module PulpFileClient
|
|
205
205
|
post_body = opts[:body]
|
206
206
|
|
207
207
|
# return_type
|
208
|
-
return_type = opts[:return_type] || '
|
208
|
+
return_type = opts[:return_type] || 'PaginatedExportResponseList'
|
209
209
|
|
210
210
|
# auth_names
|
211
211
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -153,7 +153,7 @@ module PulpFileClient
|
|
153
153
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
154
154
|
# @option opts [String] :fields A list of fields to include in the response.
|
155
155
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
156
|
-
# @return [
|
156
|
+
# @return [PaginatedfileFileFilesystemExporterResponseList]
|
157
157
|
def list(opts = {})
|
158
158
|
data, _status_code, _headers = list_with_http_info(opts)
|
159
159
|
data
|
@@ -169,7 +169,7 @@ module PulpFileClient
|
|
169
169
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
170
170
|
# @option opts [String] :fields A list of fields to include in the response.
|
171
171
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
172
|
-
# @return [Array<(
|
172
|
+
# @return [Array<(PaginatedfileFileFilesystemExporterResponseList, Integer, Hash)>] PaginatedfileFileFilesystemExporterResponseList data, response status code and response headers
|
173
173
|
def list_with_http_info(opts = {})
|
174
174
|
if @api_client.config.debugging
|
175
175
|
@api_client.config.logger.debug 'Calling API: ExportersFilesystemApi.list ...'
|
@@ -199,7 +199,7 @@ module PulpFileClient
|
|
199
199
|
post_body = opts[:body]
|
200
200
|
|
201
201
|
# return_type
|
202
|
-
return_type = opts[:return_type] || '
|
202
|
+
return_type = opts[:return_type] || 'PaginatedfileFileFilesystemExporterResponseList'
|
203
203
|
|
204
204
|
# auth_names
|
205
205
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -158,7 +158,7 @@ module PulpFileClient
|
|
158
158
|
# @option opts [String] :repository_version repository_version
|
159
159
|
# @option opts [String] :fields A list of fields to include in the response.
|
160
160
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
161
|
-
# @return [
|
161
|
+
# @return [PaginatedfileFilePublicationResponseList]
|
162
162
|
def list(opts = {})
|
163
163
|
data, _status_code, _headers = list_with_http_info(opts)
|
164
164
|
data
|
@@ -179,7 +179,7 @@ module PulpFileClient
|
|
179
179
|
# @option opts [String] :repository_version repository_version
|
180
180
|
# @option opts [String] :fields A list of fields to include in the response.
|
181
181
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
182
|
-
# @return [Array<(
|
182
|
+
# @return [Array<(PaginatedfileFilePublicationResponseList, Integer, Hash)>] PaginatedfileFilePublicationResponseList data, response status code and response headers
|
183
183
|
def list_with_http_info(opts = {})
|
184
184
|
if @api_client.config.debugging
|
185
185
|
@api_client.config.logger.debug 'Calling API: PublicationsFileApi.list ...'
|
@@ -214,7 +214,7 @@ module PulpFileClient
|
|
214
214
|
post_body = opts[:body]
|
215
215
|
|
216
216
|
# return_type
|
217
|
-
return_type = opts[:return_type] || '
|
217
|
+
return_type = opts[:return_type] || 'PaginatedfileFilePublicationResponseList'
|
218
218
|
|
219
219
|
# auth_names
|
220
220
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -161,7 +161,7 @@ module PulpFileClient
|
|
161
161
|
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
162
162
|
# @option opts [String] :fields A list of fields to include in the response.
|
163
163
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
164
|
-
# @return [
|
164
|
+
# @return [PaginatedfileFileRemoteResponseList]
|
165
165
|
def list(opts = {})
|
166
166
|
data, _status_code, _headers = list_with_http_info(opts)
|
167
167
|
data
|
@@ -183,7 +183,7 @@ module PulpFileClient
|
|
183
183
|
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
184
184
|
# @option opts [String] :fields A list of fields to include in the response.
|
185
185
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
186
|
-
# @return [Array<(
|
186
|
+
# @return [Array<(PaginatedfileFileRemoteResponseList, Integer, Hash)>] PaginatedfileFileRemoteResponseList data, response status code and response headers
|
187
187
|
def list_with_http_info(opts = {})
|
188
188
|
if @api_client.config.debugging
|
189
189
|
@api_client.config.logger.debug 'Calling API: RemotesFileApi.list ...'
|
@@ -219,7 +219,7 @@ module PulpFileClient
|
|
219
219
|
post_body = opts[:body]
|
220
220
|
|
221
221
|
# return_type
|
222
|
-
return_type = opts[:return_type] || '
|
222
|
+
return_type = opts[:return_type] || 'PaginatedfileFileRemoteResponseList'
|
223
223
|
|
224
224
|
# auth_names
|
225
225
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -155,7 +155,7 @@ module PulpFileClient
|
|
155
155
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
156
156
|
# @option opts [String] :fields A list of fields to include in the response.
|
157
157
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
158
|
-
# @return [
|
158
|
+
# @return [PaginatedfileFileRepositoryResponseList]
|
159
159
|
def list(opts = {})
|
160
160
|
data, _status_code, _headers = list_with_http_info(opts)
|
161
161
|
data
|
@@ -171,7 +171,7 @@ module PulpFileClient
|
|
171
171
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
172
172
|
# @option opts [String] :fields A list of fields to include in the response.
|
173
173
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
174
|
-
# @return [Array<(
|
174
|
+
# @return [Array<(PaginatedfileFileRepositoryResponseList, Integer, Hash)>] PaginatedfileFileRepositoryResponseList data, response status code and response headers
|
175
175
|
def list_with_http_info(opts = {})
|
176
176
|
if @api_client.config.debugging
|
177
177
|
@api_client.config.logger.debug 'Calling API: RepositoriesFileApi.list ...'
|
@@ -201,7 +201,7 @@ module PulpFileClient
|
|
201
201
|
post_body = opts[:body]
|
202
202
|
|
203
203
|
# return_type
|
204
|
-
return_type = opts[:return_type] || '
|
204
|
+
return_type = opts[:return_type] || 'PaginatedfileFileRepositoryResponseList'
|
205
205
|
|
206
206
|
# auth_names
|
207
207
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -104,7 +104,7 @@ module PulpFileClient
|
|
104
104
|
# @option opts [String] :pulp_created__range pulp_created__range
|
105
105
|
# @option opts [String] :fields A list of fields to include in the response.
|
106
106
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
107
|
-
# @return [
|
107
|
+
# @return [PaginatedRepositoryVersionResponseList]
|
108
108
|
def list(file_file_repository_href, opts = {})
|
109
109
|
data, _status_code, _headers = list_with_http_info(file_file_repository_href, opts)
|
110
110
|
data
|
@@ -133,7 +133,7 @@ module PulpFileClient
|
|
133
133
|
# @option opts [String] :pulp_created__range pulp_created__range
|
134
134
|
# @option opts [String] :fields A list of fields to include in the response.
|
135
135
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
136
|
-
# @return [Array<(
|
136
|
+
# @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
|
137
137
|
def list_with_http_info(file_file_repository_href, opts = {})
|
138
138
|
if @api_client.config.debugging
|
139
139
|
@api_client.config.logger.debug 'Calling API: RepositoriesFileVersionsApi.list ...'
|
@@ -179,7 +179,7 @@ module PulpFileClient
|
|
179
179
|
post_body = opts[:body]
|
180
180
|
|
181
181
|
# return_type
|
182
|
-
return_type = opts[:return_type] || '
|
182
|
+
return_type = opts[:return_type] || 'PaginatedRepositoryVersionResponseList'
|
183
183
|
|
184
184
|
# auth_names
|
185
185
|
auth_names = opts[:auth_names] || ['basicAuth']
|
data/lib/pulp_file_client/models/{inline_response2003.rb → paginated_export_response_list.rb}
RENAMED
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpFileClient
|
16
|
-
class
|
16
|
+
class PaginatedExportResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpFileClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::PaginatedExportResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::PaginatedExportResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module PulpFileClient
|
16
|
-
class
|
16
|
+
class PaginatedRepositoryVersionResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module PulpFileClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpFileClient::PaginatedRepositoryVersionResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpFileClient::PaginatedRepositoryVersionResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|