pulp_file_client 1.8.0.dev1621570431 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -21
  3. data/lib/pulp_file_client.rb +0 -9
  4. data/lib/pulp_file_client/version.rb +1 -1
  5. metadata +4 -40
  6. data/docs/ExportResponse.md +0 -25
  7. data/docs/ExportersFileExportsApi.md +0 -243
  8. data/docs/ExportersFilesystemApi.md +0 -362
  9. data/docs/FileFileFilesystemExporter.md +0 -19
  10. data/docs/FileFileFilesystemExporterResponse.md +0 -23
  11. data/docs/PaginatedExportResponseList.md +0 -23
  12. data/docs/PaginatedfileFileFilesystemExporterResponseList.md +0 -23
  13. data/docs/PatchedfileFileFilesystemExporter.md +0 -19
  14. data/docs/PublicationExport.md +0 -17
  15. data/lib/pulp_file_client/api/exporters_file_exports_api.rb +0 -297
  16. data/lib/pulp_file_client/api/exporters_filesystem_api.rb +0 -442
  17. data/lib/pulp_file_client/models/export_response.rb +0 -250
  18. data/lib/pulp_file_client/models/file_file_filesystem_exporter.rb +0 -228
  19. data/lib/pulp_file_client/models/file_file_filesystem_exporter_response.rb +0 -247
  20. data/lib/pulp_file_client/models/paginated_export_response_list.rb +0 -237
  21. data/lib/pulp_file_client/models/paginatedfile_file_filesystem_exporter_response_list.rb +0 -237
  22. data/lib/pulp_file_client/models/patchedfile_file_filesystem_exporter.rb +0 -218
  23. data/lib/pulp_file_client/models/publication_export.rb +0 -213
  24. data/spec/api/exporters_file_exports_api_spec.rb +0 -91
  25. data/spec/api/exporters_filesystem_api_spec.rb +0 -120
  26. data/spec/models/export_response_spec.rb +0 -65
  27. data/spec/models/file_file_filesystem_exporter_response_spec.rb +0 -59
  28. data/spec/models/file_file_filesystem_exporter_spec.rb +0 -47
  29. data/spec/models/paginated_export_response_list_spec.rb +0 -59
  30. data/spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb +0 -59
  31. data/spec/models/patchedfile_file_filesystem_exporter_spec.rb +0 -47
  32. data/spec/models/publication_export_spec.rb +0 -41
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 308ef6c12403d800fa04d870d8e3cb949c129e8d2cddad8a9b1f2585b4fc0928
4
- data.tar.gz: 436f696d630a5764bb1744fb5121f42e4cb310832fdead7ed84069d0a72186f2
3
+ metadata.gz: eb997742837a9803528e554ad048077023abd15a15ca8a2e985795f00f6dd0c1
4
+ data.tar.gz: 3eca196950310a37563b40a3360c4b8689e2d03ceb4f427db74b8a06fcfe20ae
5
5
  SHA512:
6
- metadata.gz: 817259313ce3a66fa9e70cde2a0217c18de887bbfe22c406aa7854f0cf9363722fec8086d29caf0b301e382397b85f9a1a074cc0c33c0486c4fa673be6008708
7
- data.tar.gz: b1b9d4737a7a51900dd72431620d8bf43297266678276044e21400e90fe33d871e7bcd2409fed9c6dc04b86f1fcd218647e490773de6242911946502bcbf2f80
6
+ metadata.gz: 715258dbb070f522edb73cf34d879ea706d7b9e48c1a80614d25730e5b9129ee1f68d426ed3f02788bd57c65b4de19cec97875e94c2da0f1bb91027a35c4f58a
7
+ data.tar.gz: 6057c769f6ba03bf7d07df11872f42160acf0c8116d8683be49e9f54d85950122962402d9006a86532c36be82eeed9d386cc2322159b6b7be04260251e505901
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.8.0.dev1621570431
10
+ - Package version: 1.8.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-1.8.0.dev1621570431.gem
27
+ gem install ./pulp_file_client-1.8.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-1.8.0.dev1621570431.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-1.8.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', '~> 1.8.0.dev1621570431'
36
+ gem 'pulp_file_client', '~> 1.8.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -97,16 +97,6 @@ Class | Method | HTTP request | Description
97
97
  *PulpFileClient::DistributionsFileApi* | [**partial_update**](docs/DistributionsFileApi.md#partial_update) | **PATCH** {file_file_distribution_href} | Update a file distribution
98
98
  *PulpFileClient::DistributionsFileApi* | [**read**](docs/DistributionsFileApi.md#read) | **GET** {file_file_distribution_href} | Inspect a file distribution
99
99
  *PulpFileClient::DistributionsFileApi* | [**update**](docs/DistributionsFileApi.md#update) | **PUT** {file_file_distribution_href} | Update a file distribution
100
- *PulpFileClient::ExportersFileExportsApi* | [**create**](docs/ExportersFileExportsApi.md#create) | **POST** {file_file_filesystem_exporter_href}exports/ | Create an export
101
- *PulpFileClient::ExportersFileExportsApi* | [**delete**](docs/ExportersFileExportsApi.md#delete) | **DELETE** {file_filesystem_export_href} | Delete an export
102
- *PulpFileClient::ExportersFileExportsApi* | [**list**](docs/ExportersFileExportsApi.md#list) | **GET** {file_file_filesystem_exporter_href}exports/ | List exports
103
- *PulpFileClient::ExportersFileExportsApi* | [**read**](docs/ExportersFileExportsApi.md#read) | **GET** {file_filesystem_export_href} | Inspect an export
104
- *PulpFileClient::ExportersFilesystemApi* | [**create**](docs/ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/file/filesystem/ | Create a file filesystem exporter
105
- *PulpFileClient::ExportersFilesystemApi* | [**delete**](docs/ExportersFilesystemApi.md#delete) | **DELETE** {file_file_filesystem_exporter_href} | Delete a file filesystem exporter
106
- *PulpFileClient::ExportersFilesystemApi* | [**list**](docs/ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/file/filesystem/ | List file filesystem exporters
107
- *PulpFileClient::ExportersFilesystemApi* | [**partial_update**](docs/ExportersFilesystemApi.md#partial_update) | **PATCH** {file_file_filesystem_exporter_href} | Update a file filesystem exporter
108
- *PulpFileClient::ExportersFilesystemApi* | [**read**](docs/ExportersFilesystemApi.md#read) | **GET** {file_file_filesystem_exporter_href} | Inspect a file filesystem exporter
109
- *PulpFileClient::ExportersFilesystemApi* | [**update**](docs/ExportersFilesystemApi.md#update) | **PUT** {file_file_filesystem_exporter_href} | Update a file filesystem exporter
110
100
  *PulpFileClient::PublicationsFileApi* | [**create**](docs/PublicationsFileApi.md#create) | **POST** /pulp/api/v3/publications/file/file/ | Create a file publication
111
101
  *PulpFileClient::PublicationsFileApi* | [**delete**](docs/PublicationsFileApi.md#delete) | **DELETE** {file_file_publication_href} | Delete a file publication
112
102
  *PulpFileClient::PublicationsFileApi* | [**list**](docs/PublicationsFileApi.md#list) | **GET** /pulp/api/v3/publications/file/file/ | List file publications
@@ -136,33 +126,26 @@ Class | Method | HTTP request | Description
136
126
  - [PulpFileClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
137
127
  - [PulpFileClient::ContentSummary](docs/ContentSummary.md)
138
128
  - [PulpFileClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
139
- - [PulpFileClient::ExportResponse](docs/ExportResponse.md)
140
129
  - [PulpFileClient::FileFileContent](docs/FileFileContent.md)
141
130
  - [PulpFileClient::FileFileContentResponse](docs/FileFileContentResponse.md)
142
131
  - [PulpFileClient::FileFileDistribution](docs/FileFileDistribution.md)
143
132
  - [PulpFileClient::FileFileDistributionResponse](docs/FileFileDistributionResponse.md)
144
- - [PulpFileClient::FileFileFilesystemExporter](docs/FileFileFilesystemExporter.md)
145
- - [PulpFileClient::FileFileFilesystemExporterResponse](docs/FileFileFilesystemExporterResponse.md)
146
133
  - [PulpFileClient::FileFilePublication](docs/FileFilePublication.md)
147
134
  - [PulpFileClient::FileFilePublicationResponse](docs/FileFilePublicationResponse.md)
148
135
  - [PulpFileClient::FileFileRemote](docs/FileFileRemote.md)
149
136
  - [PulpFileClient::FileFileRemoteResponse](docs/FileFileRemoteResponse.md)
150
137
  - [PulpFileClient::FileFileRepository](docs/FileFileRepository.md)
151
138
  - [PulpFileClient::FileFileRepositoryResponse](docs/FileFileRepositoryResponse.md)
152
- - [PulpFileClient::PaginatedExportResponseList](docs/PaginatedExportResponseList.md)
153
139
  - [PulpFileClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
154
140
  - [PulpFileClient::PaginatedfileFileContentResponseList](docs/PaginatedfileFileContentResponseList.md)
155
141
  - [PulpFileClient::PaginatedfileFileDistributionResponseList](docs/PaginatedfileFileDistributionResponseList.md)
156
- - [PulpFileClient::PaginatedfileFileFilesystemExporterResponseList](docs/PaginatedfileFileFilesystemExporterResponseList.md)
157
142
  - [PulpFileClient::PaginatedfileFilePublicationResponseList](docs/PaginatedfileFilePublicationResponseList.md)
158
143
  - [PulpFileClient::PaginatedfileFileRemoteResponseList](docs/PaginatedfileFileRemoteResponseList.md)
159
144
  - [PulpFileClient::PaginatedfileFileRepositoryResponseList](docs/PaginatedfileFileRepositoryResponseList.md)
160
145
  - [PulpFileClient::PatchedfileFileDistribution](docs/PatchedfileFileDistribution.md)
161
- - [PulpFileClient::PatchedfileFileFilesystemExporter](docs/PatchedfileFileFilesystemExporter.md)
162
146
  - [PulpFileClient::PatchedfileFileRemote](docs/PatchedfileFileRemote.md)
163
147
  - [PulpFileClient::PatchedfileFileRepository](docs/PatchedfileFileRepository.md)
164
148
  - [PulpFileClient::PolicyEnum](docs/PolicyEnum.md)
165
- - [PulpFileClient::PublicationExport](docs/PublicationExport.md)
166
149
  - [PulpFileClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
167
150
  - [PulpFileClient::RepositorySyncURL](docs/RepositorySyncURL.md)
168
151
  - [PulpFileClient::RepositoryVersion](docs/RepositoryVersion.md)
@@ -20,33 +20,26 @@ require 'pulp_file_client/configuration'
20
20
  require 'pulp_file_client/models/async_operation_response'
21
21
  require 'pulp_file_client/models/content_summary'
22
22
  require 'pulp_file_client/models/content_summary_response'
23
- require 'pulp_file_client/models/export_response'
24
23
  require 'pulp_file_client/models/file_file_content'
25
24
  require 'pulp_file_client/models/file_file_content_response'
26
25
  require 'pulp_file_client/models/file_file_distribution'
27
26
  require 'pulp_file_client/models/file_file_distribution_response'
28
- require 'pulp_file_client/models/file_file_filesystem_exporter'
29
- require 'pulp_file_client/models/file_file_filesystem_exporter_response'
30
27
  require 'pulp_file_client/models/file_file_publication'
31
28
  require 'pulp_file_client/models/file_file_publication_response'
32
29
  require 'pulp_file_client/models/file_file_remote'
33
30
  require 'pulp_file_client/models/file_file_remote_response'
34
31
  require 'pulp_file_client/models/file_file_repository'
35
32
  require 'pulp_file_client/models/file_file_repository_response'
36
- require 'pulp_file_client/models/paginated_export_response_list'
37
33
  require 'pulp_file_client/models/paginated_repository_version_response_list'
38
34
  require 'pulp_file_client/models/paginatedfile_file_content_response_list'
39
35
  require 'pulp_file_client/models/paginatedfile_file_distribution_response_list'
40
- require 'pulp_file_client/models/paginatedfile_file_filesystem_exporter_response_list'
41
36
  require 'pulp_file_client/models/paginatedfile_file_publication_response_list'
42
37
  require 'pulp_file_client/models/paginatedfile_file_remote_response_list'
43
38
  require 'pulp_file_client/models/paginatedfile_file_repository_response_list'
44
39
  require 'pulp_file_client/models/patchedfile_file_distribution'
45
- require 'pulp_file_client/models/patchedfile_file_filesystem_exporter'
46
40
  require 'pulp_file_client/models/patchedfile_file_remote'
47
41
  require 'pulp_file_client/models/patchedfile_file_repository'
48
42
  require 'pulp_file_client/models/policy_enum'
49
- require 'pulp_file_client/models/publication_export'
50
43
  require 'pulp_file_client/models/repository_add_remove_content'
51
44
  require 'pulp_file_client/models/repository_sync_url'
52
45
  require 'pulp_file_client/models/repository_version'
@@ -55,8 +48,6 @@ require 'pulp_file_client/models/repository_version_response'
55
48
  # APIs
56
49
  require 'pulp_file_client/api/content_files_api'
57
50
  require 'pulp_file_client/api/distributions_file_api'
58
- require 'pulp_file_client/api/exporters_file_exports_api'
59
- require 'pulp_file_client/api/exporters_filesystem_api'
60
51
  require 'pulp_file_client/api/publications_file_api'
61
52
  require 'pulp_file_client/api/remotes_file_api'
62
53
  require 'pulp_file_client/api/repositories_file_api'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '1.8.0.dev1621570431'
14
+ VERSION = '1.8.0'
15
15
  end
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: 1.8.0.dev1621570431
4
+ version: 1.8.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: 2021-05-21 00:00:00.000000000 Z
11
+ date: 2021-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -79,35 +79,26 @@ files:
79
79
  - docs/ContentSummary.md
80
80
  - docs/ContentSummaryResponse.md
81
81
  - docs/DistributionsFileApi.md
82
- - docs/ExportResponse.md
83
- - docs/ExportersFileExportsApi.md
84
- - docs/ExportersFilesystemApi.md
85
82
  - docs/FileFileContent.md
86
83
  - docs/FileFileContentResponse.md
87
84
  - docs/FileFileDistribution.md
88
85
  - docs/FileFileDistributionResponse.md
89
- - docs/FileFileFilesystemExporter.md
90
- - docs/FileFileFilesystemExporterResponse.md
91
86
  - docs/FileFilePublication.md
92
87
  - docs/FileFilePublicationResponse.md
93
88
  - docs/FileFileRemote.md
94
89
  - docs/FileFileRemoteResponse.md
95
90
  - docs/FileFileRepository.md
96
91
  - docs/FileFileRepositoryResponse.md
97
- - docs/PaginatedExportResponseList.md
98
92
  - docs/PaginatedRepositoryVersionResponseList.md
99
93
  - docs/PaginatedfileFileContentResponseList.md
100
94
  - docs/PaginatedfileFileDistributionResponseList.md
101
- - docs/PaginatedfileFileFilesystemExporterResponseList.md
102
95
  - docs/PaginatedfileFilePublicationResponseList.md
103
96
  - docs/PaginatedfileFileRemoteResponseList.md
104
97
  - docs/PaginatedfileFileRepositoryResponseList.md
105
98
  - docs/PatchedfileFileDistribution.md
106
- - docs/PatchedfileFileFilesystemExporter.md
107
99
  - docs/PatchedfileFileRemote.md
108
100
  - docs/PatchedfileFileRepository.md
109
101
  - docs/PolicyEnum.md
110
- - docs/PublicationExport.md
111
102
  - docs/PublicationsFileApi.md
112
103
  - docs/RemotesFileApi.md
113
104
  - docs/RepositoriesFileApi.md
@@ -120,8 +111,6 @@ files:
120
111
  - lib/pulp_file_client.rb
121
112
  - lib/pulp_file_client/api/content_files_api.rb
122
113
  - lib/pulp_file_client/api/distributions_file_api.rb
123
- - lib/pulp_file_client/api/exporters_file_exports_api.rb
124
- - lib/pulp_file_client/api/exporters_filesystem_api.rb
125
114
  - lib/pulp_file_client/api/publications_file_api.rb
126
115
  - lib/pulp_file_client/api/remotes_file_api.rb
127
116
  - lib/pulp_file_client/api/repositories_file_api.rb
@@ -132,33 +121,26 @@ files:
132
121
  - lib/pulp_file_client/models/async_operation_response.rb
133
122
  - lib/pulp_file_client/models/content_summary.rb
134
123
  - lib/pulp_file_client/models/content_summary_response.rb
135
- - lib/pulp_file_client/models/export_response.rb
136
124
  - lib/pulp_file_client/models/file_file_content.rb
137
125
  - lib/pulp_file_client/models/file_file_content_response.rb
138
126
  - lib/pulp_file_client/models/file_file_distribution.rb
139
127
  - lib/pulp_file_client/models/file_file_distribution_response.rb
140
- - lib/pulp_file_client/models/file_file_filesystem_exporter.rb
141
- - lib/pulp_file_client/models/file_file_filesystem_exporter_response.rb
142
128
  - lib/pulp_file_client/models/file_file_publication.rb
143
129
  - lib/pulp_file_client/models/file_file_publication_response.rb
144
130
  - lib/pulp_file_client/models/file_file_remote.rb
145
131
  - lib/pulp_file_client/models/file_file_remote_response.rb
146
132
  - lib/pulp_file_client/models/file_file_repository.rb
147
133
  - lib/pulp_file_client/models/file_file_repository_response.rb
148
- - lib/pulp_file_client/models/paginated_export_response_list.rb
149
134
  - lib/pulp_file_client/models/paginated_repository_version_response_list.rb
150
135
  - lib/pulp_file_client/models/paginatedfile_file_content_response_list.rb
151
136
  - lib/pulp_file_client/models/paginatedfile_file_distribution_response_list.rb
152
- - lib/pulp_file_client/models/paginatedfile_file_filesystem_exporter_response_list.rb
153
137
  - lib/pulp_file_client/models/paginatedfile_file_publication_response_list.rb
154
138
  - lib/pulp_file_client/models/paginatedfile_file_remote_response_list.rb
155
139
  - lib/pulp_file_client/models/paginatedfile_file_repository_response_list.rb
156
140
  - lib/pulp_file_client/models/patchedfile_file_distribution.rb
157
- - lib/pulp_file_client/models/patchedfile_file_filesystem_exporter.rb
158
141
  - lib/pulp_file_client/models/patchedfile_file_remote.rb
159
142
  - lib/pulp_file_client/models/patchedfile_file_repository.rb
160
143
  - lib/pulp_file_client/models/policy_enum.rb
161
- - lib/pulp_file_client/models/publication_export.rb
162
144
  - lib/pulp_file_client/models/repository_add_remove_content.rb
163
145
  - lib/pulp_file_client/models/repository_sync_url.rb
164
146
  - lib/pulp_file_client/models/repository_version.rb
@@ -167,8 +149,6 @@ files:
167
149
  - pulp_file_client.gemspec
168
150
  - spec/api/content_files_api_spec.rb
169
151
  - spec/api/distributions_file_api_spec.rb
170
- - spec/api/exporters_file_exports_api_spec.rb
171
- - spec/api/exporters_filesystem_api_spec.rb
172
152
  - spec/api/publications_file_api_spec.rb
173
153
  - spec/api/remotes_file_api_spec.rb
174
154
  - spec/api/repositories_file_api_spec.rb
@@ -178,33 +158,26 @@ files:
178
158
  - spec/models/async_operation_response_spec.rb
179
159
  - spec/models/content_summary_response_spec.rb
180
160
  - spec/models/content_summary_spec.rb
181
- - spec/models/export_response_spec.rb
182
161
  - spec/models/file_file_content_response_spec.rb
183
162
  - spec/models/file_file_content_spec.rb
184
163
  - spec/models/file_file_distribution_response_spec.rb
185
164
  - spec/models/file_file_distribution_spec.rb
186
- - spec/models/file_file_filesystem_exporter_response_spec.rb
187
- - spec/models/file_file_filesystem_exporter_spec.rb
188
165
  - spec/models/file_file_publication_response_spec.rb
189
166
  - spec/models/file_file_publication_spec.rb
190
167
  - spec/models/file_file_remote_response_spec.rb
191
168
  - spec/models/file_file_remote_spec.rb
192
169
  - spec/models/file_file_repository_response_spec.rb
193
170
  - spec/models/file_file_repository_spec.rb
194
- - spec/models/paginated_export_response_list_spec.rb
195
171
  - spec/models/paginated_repository_version_response_list_spec.rb
196
172
  - spec/models/paginatedfile_file_content_response_list_spec.rb
197
173
  - spec/models/paginatedfile_file_distribution_response_list_spec.rb
198
- - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
199
174
  - spec/models/paginatedfile_file_publication_response_list_spec.rb
200
175
  - spec/models/paginatedfile_file_remote_response_list_spec.rb
201
176
  - spec/models/paginatedfile_file_repository_response_list_spec.rb
202
177
  - spec/models/patchedfile_file_distribution_spec.rb
203
- - spec/models/patchedfile_file_filesystem_exporter_spec.rb
204
178
  - spec/models/patchedfile_file_remote_spec.rb
205
179
  - spec/models/patchedfile_file_repository_spec.rb
206
180
  - spec/models/policy_enum_spec.rb
207
- - spec/models/publication_export_spec.rb
208
181
  - spec/models/repository_add_remove_content_spec.rb
209
182
  - spec/models/repository_sync_url_spec.rb
210
183
  - spec/models/repository_version_response_spec.rb
@@ -225,9 +198,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
225
198
  version: '1.9'
226
199
  required_rubygems_version: !ruby/object:Gem::Requirement
227
200
  requirements:
228
- - - ">"
201
+ - - ">="
229
202
  - !ruby/object:Gem::Version
230
- version: 1.3.1
203
+ version: '0'
231
204
  requirements: []
232
205
  rubygems_version: 3.0.3.1
233
206
  signing_key:
@@ -237,9 +210,7 @@ test_files:
237
210
  - spec/api/remotes_file_api_spec.rb
238
211
  - spec/api/publications_file_api_spec.rb
239
212
  - spec/api/repositories_file_versions_api_spec.rb
240
- - spec/api/exporters_filesystem_api_spec.rb
241
213
  - spec/api/distributions_file_api_spec.rb
242
- - spec/api/exporters_file_exports_api_spec.rb
243
214
  - spec/api/content_files_api_spec.rb
244
215
  - spec/api/repositories_file_api_spec.rb
245
216
  - spec/api_client_spec.rb
@@ -247,13 +218,9 @@ test_files:
247
218
  - spec/models/file_file_remote_response_spec.rb
248
219
  - spec/models/paginatedfile_file_publication_response_list_spec.rb
249
220
  - spec/models/repository_version_response_spec.rb
250
- - spec/models/publication_export_spec.rb
251
- - spec/models/patchedfile_file_filesystem_exporter_spec.rb
252
221
  - spec/models/file_file_content_response_spec.rb
253
222
  - spec/models/policy_enum_spec.rb
254
- - spec/models/file_file_filesystem_exporter_spec.rb
255
223
  - spec/models/file_file_distribution_spec.rb
256
- - spec/models/export_response_spec.rb
257
224
  - spec/models/paginatedfile_file_repository_response_list_spec.rb
258
225
  - spec/models/patchedfile_file_remote_spec.rb
259
226
  - spec/models/file_file_publication_spec.rb
@@ -261,13 +228,10 @@ test_files:
261
228
  - spec/models/paginatedfile_file_distribution_response_list_spec.rb
262
229
  - spec/models/patchedfile_file_repository_spec.rb
263
230
  - spec/models/file_file_publication_response_spec.rb
264
- - spec/models/file_file_filesystem_exporter_response_spec.rb
265
231
  - spec/models/paginated_repository_version_response_list_spec.rb
266
- - spec/models/paginated_export_response_list_spec.rb
267
232
  - spec/models/repository_add_remove_content_spec.rb
268
233
  - spec/models/paginatedfile_file_content_response_list_spec.rb
269
234
  - spec/models/file_file_content_spec.rb
270
- - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
271
235
  - spec/models/content_summary_response_spec.rb
272
236
  - spec/models/repository_version_spec.rb
273
237
  - spec/models/patchedfile_file_distribution_spec.rb
@@ -1,25 +0,0 @@
1
- # PulpFileClient::ExportResponse
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **task** | **String** | A URI of the task that ran the Export. | [optional]
10
- **exported_resources** | **Array<Object>** | Resources that were exported. | [optional] [readonly]
11
- **params** | [**Object**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly]
12
-
13
- ## Code Sample
14
-
15
- ```ruby
16
- require 'PulpFileClient'
17
-
18
- instance = PulpFileClient::ExportResponse.new(pulp_href: null,
19
- pulp_created: null,
20
- task: null,
21
- exported_resources: null,
22
- params: null)
23
- ```
24
-
25
-
@@ -1,243 +0,0 @@
1
- # PulpFileClient::ExportersFileExportsApi
2
-
3
- All URIs are relative to *http://pulp*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**create**](ExportersFileExportsApi.md#create) | **POST** {file_file_filesystem_exporter_href}exports/ | Create an export
8
- [**delete**](ExportersFileExportsApi.md#delete) | **DELETE** {file_filesystem_export_href} | Delete an export
9
- [**list**](ExportersFileExportsApi.md#list) | **GET** {file_file_filesystem_exporter_href}exports/ | List exports
10
- [**read**](ExportersFileExportsApi.md#read) | **GET** {file_filesystem_export_href} | Inspect an export
11
-
12
-
13
-
14
- ## create
15
-
16
- > AsyncOperationResponse create(file_file_filesystem_exporter_href, publication_export)
17
-
18
- Create an export
19
-
20
- Trigger an asynchronous task to export a file publication.
21
-
22
- ### Example
23
-
24
- ```ruby
25
- # load the gem
26
- require 'pulp_file_client'
27
- # setup authorization
28
- PulpFileClient.configure do |config|
29
- # Configure HTTP basic authorization: basicAuth
30
- config.username = 'YOUR USERNAME'
31
- config.password = 'YOUR PASSWORD'
32
- end
33
-
34
- api_instance = PulpFileClient::ExportersFileExportsApi.new
35
- file_file_filesystem_exporter_href = 'file_file_filesystem_exporter_href_example' # String |
36
- publication_export = PulpFileClient::PublicationExport.new # PublicationExport |
37
-
38
- begin
39
- #Create an export
40
- result = api_instance.create(file_file_filesystem_exporter_href, publication_export)
41
- p result
42
- rescue PulpFileClient::ApiError => e
43
- puts "Exception when calling ExportersFileExportsApi->create: #{e}"
44
- end
45
- ```
46
-
47
- ### Parameters
48
-
49
-
50
- Name | Type | Description | Notes
51
- ------------- | ------------- | ------------- | -------------
52
- **file_file_filesystem_exporter_href** | **String**| |
53
- **publication_export** | [**PublicationExport**](PublicationExport.md)| |
54
-
55
- ### Return type
56
-
57
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
58
-
59
- ### Authorization
60
-
61
- [basicAuth](../README.md#basicAuth)
62
-
63
- ### HTTP request headers
64
-
65
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
66
- - **Accept**: application/json
67
-
68
-
69
- ## delete
70
-
71
- > delete(file_filesystem_export_href)
72
-
73
- Delete an export
74
-
75
- FilesystemExports provide a history of previous exports.
76
-
77
- ### Example
78
-
79
- ```ruby
80
- # load the gem
81
- require 'pulp_file_client'
82
- # setup authorization
83
- PulpFileClient.configure do |config|
84
- # Configure HTTP basic authorization: basicAuth
85
- config.username = 'YOUR USERNAME'
86
- config.password = 'YOUR PASSWORD'
87
- end
88
-
89
- api_instance = PulpFileClient::ExportersFileExportsApi.new
90
- file_filesystem_export_href = 'file_filesystem_export_href_example' # String |
91
-
92
- begin
93
- #Delete an export
94
- api_instance.delete(file_filesystem_export_href)
95
- rescue PulpFileClient::ApiError => e
96
- puts "Exception when calling ExportersFileExportsApi->delete: #{e}"
97
- end
98
- ```
99
-
100
- ### Parameters
101
-
102
-
103
- Name | Type | Description | Notes
104
- ------------- | ------------- | ------------- | -------------
105
- **file_filesystem_export_href** | **String**| |
106
-
107
- ### Return type
108
-
109
- nil (empty response body)
110
-
111
- ### Authorization
112
-
113
- [basicAuth](../README.md#basicAuth)
114
-
115
- ### HTTP request headers
116
-
117
- - **Content-Type**: Not defined
118
- - **Accept**: Not defined
119
-
120
-
121
- ## list
122
-
123
- > PaginatedExportResponseList list(file_file_filesystem_exporter_href, opts)
124
-
125
- List exports
126
-
127
- FilesystemExports provide a history of previous exports.
128
-
129
- ### Example
130
-
131
- ```ruby
132
- # load the gem
133
- require 'pulp_file_client'
134
- # setup authorization
135
- PulpFileClient.configure do |config|
136
- # Configure HTTP basic authorization: basicAuth
137
- config.username = 'YOUR USERNAME'
138
- config.password = 'YOUR PASSWORD'
139
- end
140
-
141
- api_instance = PulpFileClient::ExportersFileExportsApi.new
142
- file_file_filesystem_exporter_href = 'file_file_filesystem_exporter_href_example' # String |
143
- opts = {
144
- limit: 56, # Integer | Number of results to return per page.
145
- offset: 56, # Integer | The initial index from which to return the results.
146
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
147
- fields: 'fields_example', # String | A list of fields to include in the response.
148
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
149
- }
150
-
151
- begin
152
- #List exports
153
- result = api_instance.list(file_file_filesystem_exporter_href, opts)
154
- p result
155
- rescue PulpFileClient::ApiError => e
156
- puts "Exception when calling ExportersFileExportsApi->list: #{e}"
157
- end
158
- ```
159
-
160
- ### Parameters
161
-
162
-
163
- Name | Type | Description | Notes
164
- ------------- | ------------- | ------------- | -------------
165
- **file_file_filesystem_exporter_href** | **String**| |
166
- **limit** | **Integer**| Number of results to return per page. | [optional]
167
- **offset** | **Integer**| The initial index from which to return the results. | [optional]
168
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
169
- **fields** | **String**| A list of fields to include in the response. | [optional]
170
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
171
-
172
- ### Return type
173
-
174
- [**PaginatedExportResponseList**](PaginatedExportResponseList.md)
175
-
176
- ### Authorization
177
-
178
- [basicAuth](../README.md#basicAuth)
179
-
180
- ### HTTP request headers
181
-
182
- - **Content-Type**: Not defined
183
- - **Accept**: application/json
184
-
185
-
186
- ## read
187
-
188
- > ExportResponse read(file_filesystem_export_href, opts)
189
-
190
- Inspect an export
191
-
192
- FilesystemExports provide a history of previous exports.
193
-
194
- ### Example
195
-
196
- ```ruby
197
- # load the gem
198
- require 'pulp_file_client'
199
- # setup authorization
200
- PulpFileClient.configure do |config|
201
- # Configure HTTP basic authorization: basicAuth
202
- config.username = 'YOUR USERNAME'
203
- config.password = 'YOUR PASSWORD'
204
- end
205
-
206
- api_instance = PulpFileClient::ExportersFileExportsApi.new
207
- file_filesystem_export_href = 'file_filesystem_export_href_example' # String |
208
- opts = {
209
- fields: 'fields_example', # String | A list of fields to include in the response.
210
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
211
- }
212
-
213
- begin
214
- #Inspect an export
215
- result = api_instance.read(file_filesystem_export_href, opts)
216
- p result
217
- rescue PulpFileClient::ApiError => e
218
- puts "Exception when calling ExportersFileExportsApi->read: #{e}"
219
- end
220
- ```
221
-
222
- ### Parameters
223
-
224
-
225
- Name | Type | Description | Notes
226
- ------------- | ------------- | ------------- | -------------
227
- **file_filesystem_export_href** | **String**| |
228
- **fields** | **String**| A list of fields to include in the response. | [optional]
229
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
230
-
231
- ### Return type
232
-
233
- [**ExportResponse**](ExportResponse.md)
234
-
235
- ### Authorization
236
-
237
- [basicAuth](../README.md#basicAuth)
238
-
239
- ### HTTP request headers
240
-
241
- - **Content-Type**: Not defined
242
- - **Accept**: application/json
243
-