pulp_maven_client 0.1.0b31570567113 → 0.1.0b31574369188
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 +22 -8
- data/docs/ContentArtifactApi.md +6 -6
- data/docs/ContentSummary.md +21 -0
- data/docs/DistributionsMavenApi.md +8 -8
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +23 -0
- data/docs/InlineResponse2004.md +23 -0
- data/docs/{MavenArtifact.md → MavenMavenArtifact.md} +9 -13
- data/docs/{MavenDistribution.md → MavenMavenDistribution.md} +6 -6
- data/docs/MavenMavenRemote.md +39 -0
- data/docs/MavenMavenRepository.md +27 -0
- data/docs/RemotesMavenApi.md +22 -22
- data/docs/RepositoriesMavenApi.md +354 -0
- data/docs/RepositoriesMavenVersionsApi.md +214 -0
- data/docs/RepositoryVersion.md +25 -0
- data/lib/pulp_maven_client.rb +11 -4
- data/lib/pulp_maven_client/api/content_artifact_api.rb +9 -9
- data/lib/pulp_maven_client/api/distributions_maven_api.rb +10 -10
- data/lib/pulp_maven_client/api/remotes_maven_api.rb +31 -31
- data/lib/pulp_maven_client/api/repositories_maven_api.rb +430 -0
- data/lib/pulp_maven_client/api/repositories_maven_versions_api.rb +268 -0
- data/lib/pulp_maven_client/api_client.rb +1 -1
- data/lib/pulp_maven_client/api_error.rb +1 -1
- data/lib/pulp_maven_client/configuration.rb +1 -1
- data/lib/pulp_maven_client/models/async_operation_response.rb +12 -2
- data/lib/pulp_maven_client/models/content_summary.rb +246 -0
- data/lib/pulp_maven_client/models/inline_response200.rb +15 -3
- data/lib/pulp_maven_client/models/inline_response2001.rb +15 -3
- data/lib/pulp_maven_client/models/inline_response2002.rb +15 -3
- data/lib/pulp_maven_client/models/inline_response2003.rb +247 -0
- data/lib/pulp_maven_client/models/inline_response2004.rb +247 -0
- data/lib/pulp_maven_client/models/{maven_artifact.rb → maven_maven_artifact.rb} +28 -76
- data/lib/pulp_maven_client/models/{maven_distribution.rb → maven_maven_distribution.rb} +30 -36
- data/lib/pulp_maven_client/models/{maven_remote.rb → maven_maven_remote.rb} +87 -147
- data/lib/pulp_maven_client/models/maven_maven_repository.rb +294 -0
- data/lib/pulp_maven_client/models/repository_version.rb +244 -0
- data/lib/pulp_maven_client/version.rb +2 -2
- data/pulp_maven_client.gemspec +1 -1
- data/spec/api/content_artifact_api_spec.rb +3 -3
- data/spec/api/distributions_maven_api_spec.rb +2 -2
- data/spec/api/remotes_maven_api_spec.rb +9 -9
- data/spec/api/repositories_maven_api_spec.rb +116 -0
- data/spec/api/repositories_maven_versions_api_spec.rb +91 -0
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +53 -0
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response2002_spec.rb +1 -1
- data/spec/models/inline_response2003_spec.rb +59 -0
- data/spec/models/inline_response2004_spec.rb +59 -0
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/{maven_artifact_spec.rb → maven_maven_artifact_spec.rb} +9 -21
- data/spec/models/{maven_distribution_spec.rb → maven_maven_distribution_spec.rb} +9 -9
- data/spec/models/{maven_remote_spec.rb → maven_maven_remote_spec.rb} +14 -32
- data/spec/models/maven_maven_repository_spec.rb +71 -0
- data/spec/models/repository_version_spec.rb +65 -0
- data/spec/spec_helper.rb +1 -1
- metadata +42 -14
- data/docs/MavenRemote.md +0 -45
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cabf8707187b5130a2f44c22b59da58080ebfb226bb3c87cfa06dcca041998fe
|
4
|
+
data.tar.gz: fffef70ef7ee15f86bc94508e4d2443701862a8a89d359bca62fe6b6c3c63919
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f986fa4e3ff0da28aa8e3a4c07f8a25945f1480523b6d010f4e2b434545d1706a1db18d9cf73386ffbf59aeedc3bf7d2fe4bfb5b04e59f82b261b8bade58e468
|
7
|
+
data.tar.gz: ecdbdec0271e5b379a29a3cf16c3144371ac5c958a30531742daac605cf5328bc9e2588a6042e72f762ad67cd8c55f5c45f085978dd16393dbf7239af096977c
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 0.1.
|
10
|
+
- Package version: 0.1.0b31574369188
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_maven_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_maven_client-0.1.
|
26
|
+
gem install ./pulp_maven_client-0.1.0b31574369188.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_maven_client-0.1.
|
29
|
+
(for development, run `gem install --dev ./pulp_maven_client-0.1.0b31574369188.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_maven_client', '~> 0.1.
|
35
|
+
gem 'pulp_maven_client', '~> 0.1.0b31574369188'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -64,7 +64,7 @@ PulpMavenClient.configure do |config|
|
|
64
64
|
end
|
65
65
|
|
66
66
|
api_instance = PulpMavenClient::ContentArtifactApi.new
|
67
|
-
data = PulpMavenClient::
|
67
|
+
data = PulpMavenClient::MavenMavenArtifact.new # MavenMavenArtifact |
|
68
68
|
|
69
69
|
begin
|
70
70
|
#Create a maven artifact
|
@@ -97,17 +97,31 @@ Class | Method | HTTP request | Description
|
|
97
97
|
*PulpMavenClient::RemotesMavenApi* | [**partial_update**](docs/RemotesMavenApi.md#partial_update) | **PATCH** {maven_remote_href} | Partially update a maven remote
|
98
98
|
*PulpMavenClient::RemotesMavenApi* | [**read**](docs/RemotesMavenApi.md#read) | **GET** {maven_remote_href} | Inspect a maven remote
|
99
99
|
*PulpMavenClient::RemotesMavenApi* | [**update**](docs/RemotesMavenApi.md#update) | **PUT** {maven_remote_href} | Update a maven remote
|
100
|
+
*PulpMavenClient::RepositoriesMavenApi* | [**create**](docs/RepositoriesMavenApi.md#create) | **POST** /pulp/api/v3/repositories/maven/maven/ | Create a maven repository
|
101
|
+
*PulpMavenClient::RepositoriesMavenApi* | [**delete**](docs/RepositoriesMavenApi.md#delete) | **DELETE** {maven_repository_href} | Delete a maven repository
|
102
|
+
*PulpMavenClient::RepositoriesMavenApi* | [**list**](docs/RepositoriesMavenApi.md#list) | **GET** /pulp/api/v3/repositories/maven/maven/ | List maven repositorys
|
103
|
+
*PulpMavenClient::RepositoriesMavenApi* | [**partial_update**](docs/RepositoriesMavenApi.md#partial_update) | **PATCH** {maven_repository_href} | Partially update a maven repository
|
104
|
+
*PulpMavenClient::RepositoriesMavenApi* | [**read**](docs/RepositoriesMavenApi.md#read) | **GET** {maven_repository_href} | Inspect a maven repository
|
105
|
+
*PulpMavenClient::RepositoriesMavenApi* | [**update**](docs/RepositoriesMavenApi.md#update) | **PUT** {maven_repository_href} | Update a maven repository
|
106
|
+
*PulpMavenClient::RepositoriesMavenVersionsApi* | [**delete**](docs/RepositoriesMavenVersionsApi.md#delete) | **DELETE** {maven_repository_version_href} | Delete a repository version
|
107
|
+
*PulpMavenClient::RepositoriesMavenVersionsApi* | [**list**](docs/RepositoriesMavenVersionsApi.md#list) | **GET** {maven_repository_href}versions/ | List repository versions
|
108
|
+
*PulpMavenClient::RepositoriesMavenVersionsApi* | [**read**](docs/RepositoriesMavenVersionsApi.md#read) | **GET** {maven_repository_version_href} | Inspect a repository version
|
100
109
|
|
101
110
|
|
102
111
|
## Documentation for Models
|
103
112
|
|
104
113
|
- [PulpMavenClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
114
|
+
- [PulpMavenClient::ContentSummary](docs/ContentSummary.md)
|
105
115
|
- [PulpMavenClient::InlineResponse200](docs/InlineResponse200.md)
|
106
116
|
- [PulpMavenClient::InlineResponse2001](docs/InlineResponse2001.md)
|
107
117
|
- [PulpMavenClient::InlineResponse2002](docs/InlineResponse2002.md)
|
108
|
-
- [PulpMavenClient::
|
109
|
-
- [PulpMavenClient::
|
110
|
-
- [PulpMavenClient::
|
118
|
+
- [PulpMavenClient::InlineResponse2003](docs/InlineResponse2003.md)
|
119
|
+
- [PulpMavenClient::InlineResponse2004](docs/InlineResponse2004.md)
|
120
|
+
- [PulpMavenClient::MavenMavenArtifact](docs/MavenMavenArtifact.md)
|
121
|
+
- [PulpMavenClient::MavenMavenDistribution](docs/MavenMavenDistribution.md)
|
122
|
+
- [PulpMavenClient::MavenMavenRemote](docs/MavenMavenRemote.md)
|
123
|
+
- [PulpMavenClient::MavenMavenRepository](docs/MavenMavenRepository.md)
|
124
|
+
- [PulpMavenClient::RepositoryVersion](docs/RepositoryVersion.md)
|
111
125
|
|
112
126
|
|
113
127
|
## Documentation for Authorization
|
data/docs/ContentArtifactApi.md
CHANGED
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> MavenMavenArtifact create(data)
|
16
16
|
|
17
17
|
Create a maven artifact
|
18
18
|
|
@@ -31,7 +31,7 @@ PulpMavenClient.configure do |config|
|
|
31
31
|
end
|
32
32
|
|
33
33
|
api_instance = PulpMavenClient::ContentArtifactApi.new
|
34
|
-
data = PulpMavenClient::
|
34
|
+
data = PulpMavenClient::MavenMavenArtifact.new # MavenMavenArtifact |
|
35
35
|
|
36
36
|
begin
|
37
37
|
#Create a maven artifact
|
@@ -47,11 +47,11 @@ end
|
|
47
47
|
|
48
48
|
Name | Type | Description | Notes
|
49
49
|
------------- | ------------- | ------------- | -------------
|
50
|
-
**data** | [**
|
50
|
+
**data** | [**MavenMavenArtifact**](MavenMavenArtifact.md)| |
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**MavenMavenArtifact**](MavenMavenArtifact.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
|
|
140
140
|
|
141
141
|
## read
|
142
142
|
|
143
|
-
>
|
143
|
+
> MavenMavenArtifact read(maven_artifact_href, opts)
|
144
144
|
|
145
145
|
Inspect a maven artifact
|
146
146
|
|
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
|
|
185
185
|
|
186
186
|
### Return type
|
187
187
|
|
188
|
-
[**
|
188
|
+
[**MavenMavenArtifact**](MavenMavenArtifact.md)
|
189
189
|
|
190
190
|
### Authorization
|
191
191
|
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# PulpMavenClient::ContentSummary
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**added** | **Hash<String, Hash<String, String>>** | |
|
8
|
+
**removed** | **Hash<String, Hash<String, String>>** | |
|
9
|
+
**present** | **Hash<String, Hash<String, String>>** | |
|
10
|
+
|
11
|
+
## Code Sample
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'PulpMavenClient'
|
15
|
+
|
16
|
+
instance = PulpMavenClient::ContentSummary.new(added: null,
|
17
|
+
removed: null,
|
18
|
+
present: null)
|
19
|
+
```
|
20
|
+
|
21
|
+
|
@@ -34,7 +34,7 @@ PulpMavenClient.configure do |config|
|
|
34
34
|
end
|
35
35
|
|
36
36
|
api_instance = PulpMavenClient::DistributionsMavenApi.new
|
37
|
-
data = PulpMavenClient::
|
37
|
+
data = PulpMavenClient::MavenMavenDistribution.new # MavenMavenDistribution |
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a maven distribution
|
@@ -50,7 +50,7 @@ end
|
|
50
50
|
|
51
51
|
Name | Type | Description | Notes
|
52
52
|
------------- | ------------- | ------------- | -------------
|
53
|
-
**data** | [**
|
53
|
+
**data** | [**MavenMavenDistribution**](MavenMavenDistribution.md)| |
|
54
54
|
|
55
55
|
### Return type
|
56
56
|
|
@@ -214,7 +214,7 @@ end
|
|
214
214
|
|
215
215
|
api_instance = PulpMavenClient::DistributionsMavenApi.new
|
216
216
|
maven_distribution_href = 'maven_distribution_href_example' # String | URI of Maven Distribution. e.g.: /pulp/api/v3/distributions/maven/maven/1/
|
217
|
-
data = PulpMavenClient::
|
217
|
+
data = PulpMavenClient::MavenMavenDistribution.new # MavenMavenDistribution |
|
218
218
|
|
219
219
|
begin
|
220
220
|
#Partially update a maven distribution
|
@@ -231,7 +231,7 @@ end
|
|
231
231
|
Name | Type | Description | Notes
|
232
232
|
------------- | ------------- | ------------- | -------------
|
233
233
|
**maven_distribution_href** | **String**| URI of Maven Distribution. e.g.: /pulp/api/v3/distributions/maven/maven/1/ |
|
234
|
-
**data** | [**
|
234
|
+
**data** | [**MavenMavenDistribution**](MavenMavenDistribution.md)| |
|
235
235
|
|
236
236
|
### Return type
|
237
237
|
|
@@ -249,7 +249,7 @@ Name | Type | Description | Notes
|
|
249
249
|
|
250
250
|
## read
|
251
251
|
|
252
|
-
>
|
252
|
+
> MavenMavenDistribution read(maven_distribution_href, opts)
|
253
253
|
|
254
254
|
Inspect a maven distribution
|
255
255
|
|
@@ -294,7 +294,7 @@ Name | Type | Description | Notes
|
|
294
294
|
|
295
295
|
### Return type
|
296
296
|
|
297
|
-
[**
|
297
|
+
[**MavenMavenDistribution**](MavenMavenDistribution.md)
|
298
298
|
|
299
299
|
### Authorization
|
300
300
|
|
@@ -328,7 +328,7 @@ end
|
|
328
328
|
|
329
329
|
api_instance = PulpMavenClient::DistributionsMavenApi.new
|
330
330
|
maven_distribution_href = 'maven_distribution_href_example' # String | URI of Maven Distribution. e.g.: /pulp/api/v3/distributions/maven/maven/1/
|
331
|
-
data = PulpMavenClient::
|
331
|
+
data = PulpMavenClient::MavenMavenDistribution.new # MavenMavenDistribution |
|
332
332
|
|
333
333
|
begin
|
334
334
|
#Update a maven distribution
|
@@ -345,7 +345,7 @@ end
|
|
345
345
|
Name | Type | Description | Notes
|
346
346
|
------------- | ------------- | ------------- | -------------
|
347
347
|
**maven_distribution_href** | **String**| URI of Maven Distribution. e.g.: /pulp/api/v3/distributions/maven/maven/1/ |
|
348
|
-
**data** | [**
|
348
|
+
**data** | [**MavenMavenDistribution**](MavenMavenDistribution.md)| |
|
349
349
|
|
350
350
|
### Return type
|
351
351
|
|
data/docs/InlineResponse200.md
CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<MavenMavenArtifact>**](MavenMavenArtifact.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
data/docs/InlineResponse2001.md
CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<MavenMavenDistribution>**](MavenMavenDistribution.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
data/docs/InlineResponse2002.md
CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<
|
10
|
+
**results** | [**Array<MavenMavenRemote>**](MavenMavenRemote.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpMavenClient::InlineResponse2003
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**count** | **Integer** | |
|
8
|
+
**_next** | **String** | | [optional]
|
9
|
+
**previous** | **String** | | [optional]
|
10
|
+
**results** | [**Array<MavenMavenRepository>**](MavenMavenRepository.md) | |
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpMavenClient'
|
16
|
+
|
17
|
+
instance = PulpMavenClient::InlineResponse2003.new(count: null,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
|
+
results: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpMavenClient::InlineResponse2004
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**count** | **Integer** | |
|
8
|
+
**_next** | **String** | | [optional]
|
9
|
+
**previous** | **String** | | [optional]
|
10
|
+
**results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | |
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpMavenClient'
|
16
|
+
|
17
|
+
instance = PulpMavenClient::InlineResponse2004.new(count: null,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
|
+
results: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
@@ -1,29 +1,25 @@
|
|
1
|
-
# PulpMavenClient::
|
1
|
+
# PulpMavenClient::MavenMavenArtifact
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**
|
9
|
-
**_type** | **String** | | [optional]
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
9
|
**artifact** | **String** | Artifact file representing the physical content |
|
11
|
-
**
|
12
|
-
**
|
13
|
-
**
|
14
|
-
**
|
15
|
-
**filename** | **String** | Filename of the artifact. | [optional]
|
10
|
+
**group_id** | **String** | Group Id of the artifact's package. | [optional] [readonly]
|
11
|
+
**artifact_id** | **String** | Artifact Id of the artifact's package. | [optional] [readonly]
|
12
|
+
**version** | **String** | Version of the artifact's package. | [optional] [readonly]
|
13
|
+
**filename** | **String** | Filename of the artifact. | [optional] [readonly]
|
16
14
|
|
17
15
|
## Code Sample
|
18
16
|
|
19
17
|
```ruby
|
20
18
|
require 'PulpMavenClient'
|
21
19
|
|
22
|
-
instance = PulpMavenClient::
|
23
|
-
|
24
|
-
_type: null,
|
20
|
+
instance = PulpMavenClient::MavenMavenArtifact.new(pulp_href: null,
|
21
|
+
pulp_created: null,
|
25
22
|
artifact: null,
|
26
|
-
relative_path: null,
|
27
23
|
group_id: null,
|
28
24
|
artifact_id: null,
|
29
25
|
version: null,
|
@@ -1,13 +1,13 @@
|
|
1
|
-
# PulpMavenClient::
|
1
|
+
# PulpMavenClient::MavenMavenDistribution
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional]
|
10
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
11
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
12
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
13
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
|
|
17
17
|
```ruby
|
18
18
|
require 'PulpMavenClient'
|
19
19
|
|
20
|
-
instance = PulpMavenClient::
|
21
|
-
|
20
|
+
instance = PulpMavenClient::MavenMavenDistribution.new(pulp_href: null,
|
21
|
+
pulp_created: null,
|
22
22
|
base_path: null,
|
23
23
|
base_url: null,
|
24
24
|
content_guard: null,
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# PulpMavenClient::MavenMavenRemote
|
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
|
+
**name** | **String** | A unique name for this remote. |
|
10
|
+
**url** | **String** | The URL of an external content source. |
|
11
|
+
**ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. Returns SHA256 sum on GET. | [optional]
|
12
|
+
**client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. Returns SHA256 sum on GET. | [optional]
|
13
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. Returns SHA256 sum on GET. | [optional]
|
14
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
16
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
18
|
+
**policy** | **String** | The policy to use when downloading content. | [optional] [default to 'immediate']
|
19
|
+
|
20
|
+
## Code Sample
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'PulpMavenClient'
|
24
|
+
|
25
|
+
instance = PulpMavenClient::MavenMavenRemote.new(pulp_href: null,
|
26
|
+
pulp_created: null,
|
27
|
+
name: null,
|
28
|
+
url: null,
|
29
|
+
ca_cert: null,
|
30
|
+
client_cert: null,
|
31
|
+
client_key: null,
|
32
|
+
tls_validation: null,
|
33
|
+
proxy_url: null,
|
34
|
+
pulp_last_updated: null,
|
35
|
+
download_concurrency: null,
|
36
|
+
policy: null)
|
37
|
+
```
|
38
|
+
|
39
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# PulpMavenClient::MavenMavenRepository
|
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
|
+
**versions_href** | **String** | | [optional] [readonly]
|
10
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
11
|
+
**name** | **String** | A unique name for this repository. |
|
12
|
+
**description** | **String** | An optional description. | [optional]
|
13
|
+
|
14
|
+
## Code Sample
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'PulpMavenClient'
|
18
|
+
|
19
|
+
instance = PulpMavenClient::MavenMavenRepository.new(pulp_href: null,
|
20
|
+
pulp_created: null,
|
21
|
+
versions_href: null,
|
22
|
+
latest_version_href: null,
|
23
|
+
name: null,
|
24
|
+
description: null)
|
25
|
+
```
|
26
|
+
|
27
|
+
|
data/docs/RemotesMavenApi.md
CHANGED
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
15
15
|
|
16
16
|
## create
|
17
17
|
|
18
|
-
>
|
18
|
+
> MavenMavenRemote create(data)
|
19
19
|
|
20
20
|
Create a maven remote
|
21
21
|
|
@@ -34,7 +34,7 @@ PulpMavenClient.configure do |config|
|
|
34
34
|
end
|
35
35
|
|
36
36
|
api_instance = PulpMavenClient::RemotesMavenApi.new
|
37
|
-
data = PulpMavenClient::
|
37
|
+
data = PulpMavenClient::MavenMavenRemote.new # MavenMavenRemote |
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a maven remote
|
@@ -50,11 +50,11 @@ end
|
|
50
50
|
|
51
51
|
Name | Type | Description | Notes
|
52
52
|
------------- | ------------- | ------------- | -------------
|
53
|
-
**data** | [**
|
53
|
+
**data** | [**MavenMavenRemote**](MavenMavenRemote.md)| |
|
54
54
|
|
55
55
|
### Return type
|
56
56
|
|
57
|
-
[**
|
57
|
+
[**MavenMavenRemote**](MavenMavenRemote.md)
|
58
58
|
|
59
59
|
### Authorization
|
60
60
|
|
@@ -143,12 +143,12 @@ api_instance = PulpMavenClient::RemotesMavenApi.new
|
|
143
143
|
opts = {
|
144
144
|
name: 'name_example', # String |
|
145
145
|
name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
146
|
+
pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | Filter results where pulp_last_updated is less than value
|
147
|
+
pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | Filter results where pulp_last_updated is less than or equal to value
|
148
|
+
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | Filter results where pulp_last_updated is greater than value
|
149
|
+
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | Filter results where pulp_last_updated is greater than or equal to value
|
150
|
+
pulp_last_updated__range: 'pulp_last_updated__range_example', # String | Filter results where pulp_last_updated is between two comma separated values
|
151
|
+
pulp_last_updated: 'pulp_last_updated_example', # String | ISO 8601 formatted dates are supported
|
152
152
|
limit: 56, # Integer | Number of results to return per page.
|
153
153
|
offset: 56, # Integer | The initial index from which to return the results.
|
154
154
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -171,12 +171,12 @@ Name | Type | Description | Notes
|
|
171
171
|
------------- | ------------- | ------------- | -------------
|
172
172
|
**name** | **String**| | [optional]
|
173
173
|
**name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
|
174
|
-
**
|
175
|
-
**
|
176
|
-
**
|
177
|
-
**
|
178
|
-
**
|
179
|
-
**
|
174
|
+
**pulp_last_updated__lt** | **String**| Filter results where pulp_last_updated is less than value | [optional]
|
175
|
+
**pulp_last_updated__lte** | **String**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
176
|
+
**pulp_last_updated__gt** | **String**| Filter results where pulp_last_updated is greater than value | [optional]
|
177
|
+
**pulp_last_updated__gte** | **String**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
178
|
+
**pulp_last_updated__range** | **String**| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
179
|
+
**pulp_last_updated** | **String**| ISO 8601 formatted dates are supported | [optional]
|
180
180
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
181
181
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
182
182
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
@@ -218,7 +218,7 @@ end
|
|
218
218
|
|
219
219
|
api_instance = PulpMavenClient::RemotesMavenApi.new
|
220
220
|
maven_remote_href = 'maven_remote_href_example' # String | URI of Maven Remote. e.g.: /pulp/api/v3/remotes/maven/maven/1/
|
221
|
-
data = PulpMavenClient::
|
221
|
+
data = PulpMavenClient::MavenMavenRemote.new # MavenMavenRemote |
|
222
222
|
|
223
223
|
begin
|
224
224
|
#Partially update a maven remote
|
@@ -235,7 +235,7 @@ end
|
|
235
235
|
Name | Type | Description | Notes
|
236
236
|
------------- | ------------- | ------------- | -------------
|
237
237
|
**maven_remote_href** | **String**| URI of Maven Remote. e.g.: /pulp/api/v3/remotes/maven/maven/1/ |
|
238
|
-
**data** | [**
|
238
|
+
**data** | [**MavenMavenRemote**](MavenMavenRemote.md)| |
|
239
239
|
|
240
240
|
### Return type
|
241
241
|
|
@@ -253,7 +253,7 @@ Name | Type | Description | Notes
|
|
253
253
|
|
254
254
|
## read
|
255
255
|
|
256
|
-
>
|
256
|
+
> MavenMavenRemote read(maven_remote_href, opts)
|
257
257
|
|
258
258
|
Inspect a maven remote
|
259
259
|
|
@@ -298,7 +298,7 @@ Name | Type | Description | Notes
|
|
298
298
|
|
299
299
|
### Return type
|
300
300
|
|
301
|
-
[**
|
301
|
+
[**MavenMavenRemote**](MavenMavenRemote.md)
|
302
302
|
|
303
303
|
### Authorization
|
304
304
|
|
@@ -332,7 +332,7 @@ end
|
|
332
332
|
|
333
333
|
api_instance = PulpMavenClient::RemotesMavenApi.new
|
334
334
|
maven_remote_href = 'maven_remote_href_example' # String | URI of Maven Remote. e.g.: /pulp/api/v3/remotes/maven/maven/1/
|
335
|
-
data = PulpMavenClient::
|
335
|
+
data = PulpMavenClient::MavenMavenRemote.new # MavenMavenRemote |
|
336
336
|
|
337
337
|
begin
|
338
338
|
#Update a maven remote
|
@@ -349,7 +349,7 @@ end
|
|
349
349
|
Name | Type | Description | Notes
|
350
350
|
------------- | ------------- | ------------- | -------------
|
351
351
|
**maven_remote_href** | **String**| URI of Maven Remote. e.g.: /pulp/api/v3/remotes/maven/maven/1/ |
|
352
|
-
**data** | [**
|
352
|
+
**data** | [**MavenMavenRemote**](MavenMavenRemote.md)| |
|
353
353
|
|
354
354
|
### Return type
|
355
355
|
|