pulp_ansible_client 0.8.1 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -15
- data/docs/AnsibleCollectionRemote.md +7 -5
- data/docs/AnsibleCollectionRemoteResponse.md +7 -5
- data/docs/AnsibleCollectionVersionResponse.md +3 -3
- data/docs/AnsibleRoleRemote.md +7 -5
- data/docs/AnsibleRoleRemoteResponse.md +7 -5
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/PatchedansibleCollectionRemote.md +7 -5
- data/docs/PatchedansibleRoleRemote.md +7 -5
- data/docs/{PulpAnsibleGalaxyApiV2VersionsApi.md → PulpAnsibleApiV2CollectionsVersionsApi.md} +4 -4
- data/docs/{PulpAnsibleGalaxyV3Api.md → PulpAnsibleApiV3Api.md} +4 -4
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +61 -0
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +67 -0
- data/docs/{PulpAnsibleGalaxyApiCollectionsApi.md → PulpAnsibleApiV3CollectionsApi.md} +12 -12
- data/docs/{PulpAnsibleGalaxyApiV3VersionsApi.md → PulpAnsibleApiV3CollectionsVersionsApi.md} +7 -7
- data/docs/{PulpAnsibleGalaxyApiV3CollectionsDocsBlobApi.md → PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md} +4 -4
- data/docs/{PulpAnsibleGalaxyApiV3CollectionsApi.md → PulpAnsibleArtifactsCollectionsV3Api.md} +4 -4
- data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_v2_versions_api.rb → pulp_ansible_api_v2_collections_versions_api.rb} +7 -7
- data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_v3_api.rb → pulp_ansible_api_v3_api.rb} +4 -4
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +88 -0
- data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_v3_all_api.rb → pulp_ansible_api_v3_collections_all_api.rb} +9 -75
- data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_collections_api.rb → pulp_ansible_api_v3_collections_api.rb} +17 -17
- data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_v3_versions_api.rb → pulp_ansible_api_v3_collections_versions_api.rb} +12 -12
- data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb → pulp_ansible_api_v3_collections_versions_docs_blob_api.rb} +7 -7
- data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_v3_collections_api.rb → pulp_ansible_artifacts_collections_v3_api.rb} +5 -5
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +18 -6
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +18 -6
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +18 -6
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +18 -6
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +11 -11
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +18 -6
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +18 -6
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +8 -7
- data/spec/api/{pulp_ansible_galaxy_api_v2_versions_api_spec.rb → pulp_ansible_api_v2_collections_versions_api_spec.rb} +6 -6
- data/spec/api/{pulp_ansible_galaxy_v3_api_spec.rb → pulp_ansible_api_v3_api_spec.rb} +6 -6
- data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +48 -0
- data/spec/api/{pulp_ansible_galaxy_api_v3_all_api_spec.rb → pulp_ansible_api_v3_collections_all_api_spec.rb} +8 -21
- data/spec/api/{pulp_ansible_galaxy_api_collections_api_spec.rb → pulp_ansible_api_v3_collections_api_spec.rb} +7 -7
- data/spec/api/{pulp_ansible_galaxy_api_v3_versions_api_spec.rb → pulp_ansible_api_v3_collections_versions_api_spec.rb} +6 -6
- data/spec/api/{pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb → pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb} +6 -6
- data/spec/api/{pulp_ansible_galaxy_api_v3_collections_api_spec.rb → pulp_ansible_artifacts_collections_v3_api_spec.rb} +6 -6
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
- data/spec/models/ansible_collection_remote_spec.rb +6 -0
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_role_remote_response_spec.rb +6 -0
- data/spec/models/ansible_role_remote_spec.rb +6 -0
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/patchedansible_collection_remote_spec.rb +6 -0
- data/spec/models/patchedansible_role_remote_spec.rb +6 -0
- metadata +33 -29
- data/docs/PulpAnsibleGalaxyApiV3AllApi.md +0 -120
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_ansible_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
@@ -139,13 +139,14 @@ files:
|
|
139
139
|
- docs/PatchedansibleRoleRemote.md
|
140
140
|
- docs/PolicyEnum.md
|
141
141
|
- docs/PulpAnsibleApiApi.md
|
142
|
-
- docs/
|
143
|
-
- docs/
|
144
|
-
- docs/
|
145
|
-
- docs/
|
146
|
-
- docs/
|
147
|
-
- docs/
|
148
|
-
- docs/
|
142
|
+
- docs/PulpAnsibleApiV2CollectionsVersionsApi.md
|
143
|
+
- docs/PulpAnsibleApiV3Api.md
|
144
|
+
- docs/PulpAnsibleApiV3CollectionVersionsAllApi.md
|
145
|
+
- docs/PulpAnsibleApiV3CollectionsAllApi.md
|
146
|
+
- docs/PulpAnsibleApiV3CollectionsApi.md
|
147
|
+
- docs/PulpAnsibleApiV3CollectionsVersionsApi.md
|
148
|
+
- docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md
|
149
|
+
- docs/PulpAnsibleArtifactsCollectionsV3Api.md
|
149
150
|
- docs/PulpAnsibleTagsApi.md
|
150
151
|
- docs/RemotesCollectionApi.md
|
151
152
|
- docs/RemotesRoleApi.md
|
@@ -170,13 +171,14 @@ files:
|
|
170
171
|
- lib/pulp_ansible_client/api/distributions_ansible_api.rb
|
171
172
|
- lib/pulp_ansible_client/api/galaxy_detail_api.rb
|
172
173
|
- lib/pulp_ansible_client/api/pulp_ansible_api_api.rb
|
173
|
-
- lib/pulp_ansible_client/api/
|
174
|
-
- lib/pulp_ansible_client/api/
|
175
|
-
- lib/pulp_ansible_client/api/
|
176
|
-
- lib/pulp_ansible_client/api/
|
177
|
-
- lib/pulp_ansible_client/api/
|
178
|
-
- lib/pulp_ansible_client/api/
|
179
|
-
- lib/pulp_ansible_client/api/
|
174
|
+
- lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb
|
175
|
+
- lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb
|
176
|
+
- lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb
|
177
|
+
- lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb
|
178
|
+
- lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb
|
179
|
+
- lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb
|
180
|
+
- lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb
|
181
|
+
- lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb
|
180
182
|
- lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb
|
181
183
|
- lib/pulp_ansible_client/api/remotes_collection_api.rb
|
182
184
|
- lib/pulp_ansible_client/api/remotes_role_api.rb
|
@@ -259,13 +261,14 @@ files:
|
|
259
261
|
- spec/api/distributions_ansible_api_spec.rb
|
260
262
|
- spec/api/galaxy_detail_api_spec.rb
|
261
263
|
- spec/api/pulp_ansible_api_api_spec.rb
|
262
|
-
- spec/api/
|
263
|
-
- spec/api/
|
264
|
-
- spec/api/
|
265
|
-
- spec/api/
|
266
|
-
- spec/api/
|
267
|
-
- spec/api/
|
268
|
-
- spec/api/
|
264
|
+
- spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
|
265
|
+
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
266
|
+
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
267
|
+
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
268
|
+
- spec/api/pulp_ansible_api_v3_collections_api_spec.rb
|
269
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
|
270
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
|
271
|
+
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
269
272
|
- spec/api/pulp_ansible_tags_api_spec.rb
|
270
273
|
- spec/api/remotes_collection_api_spec.rb
|
271
274
|
- spec/api/remotes_role_api_spec.rb
|
@@ -360,27 +363,28 @@ signing_key:
|
|
360
363
|
specification_version: 4
|
361
364
|
summary: Pulp 3 API Ruby Gem
|
362
365
|
test_files:
|
363
|
-
- spec/api/
|
364
|
-
- spec/api/
|
365
|
-
- spec/api/
|
366
|
-
- spec/api/
|
366
|
+
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
367
|
+
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
368
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
|
369
|
+
- spec/api/pulp_ansible_api_v3_collections_api_spec.rb
|
367
370
|
- spec/api/versions_api_spec.rb
|
368
371
|
- spec/api/pulp_ansible_tags_api_spec.rb
|
369
372
|
- spec/api/content_collection_versions_api_spec.rb
|
370
373
|
- spec/api/repositories_ansible_versions_api_spec.rb
|
374
|
+
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
371
375
|
- spec/api/repositories_ansible_api_spec.rb
|
372
376
|
- spec/api/remotes_role_api_spec.rb
|
373
377
|
- spec/api/pulp_ansible_api_api_spec.rb
|
374
|
-
- spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb
|
375
378
|
- spec/api/api_roles_api_spec.rb
|
376
|
-
- spec/api/
|
379
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
|
380
|
+
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
377
381
|
- spec/api/collection_import_api_spec.rb
|
378
382
|
- spec/api/ansible_collections_api_spec.rb
|
379
383
|
- spec/api/ansible_copy_api_spec.rb
|
380
384
|
- spec/api/distributions_ansible_api_spec.rb
|
385
|
+
- spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
|
381
386
|
- spec/api/api_collections_api_spec.rb
|
382
387
|
- spec/api/remotes_collection_api_spec.rb
|
383
|
-
- spec/api/pulp_ansible_galaxy_api_v3_all_api_spec.rb
|
384
388
|
- spec/api/galaxy_detail_api_spec.rb
|
385
389
|
- spec/api/content_roles_api_spec.rb
|
386
390
|
- spec/api_client_spec.rb
|
@@ -1,120 +0,0 @@
|
|
1
|
-
# PulpAnsibleClient::PulpAnsibleGalaxyApiV3AllApi
|
2
|
-
|
3
|
-
All URIs are relative to *http://pulp*
|
4
|
-
|
5
|
-
Method | HTTP request | Description
|
6
|
-
------------- | ------------- | -------------
|
7
|
-
[**list**](PulpAnsibleGalaxyApiV3AllApi.md#list) | **GET** /pulp_ansible/galaxy/{path}/api/v3/collection_versions/all/ |
|
8
|
-
[**list_0**](PulpAnsibleGalaxyApiV3AllApi.md#list_0) | **GET** /pulp_ansible/galaxy/{path}/api/v3/collections/all/ |
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
## list
|
13
|
-
|
14
|
-
> Array<UnpaginatedCollectionVersionResponse> list(path, opts)
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
Returns paginated CollectionVersions list.
|
19
|
-
|
20
|
-
### Example
|
21
|
-
|
22
|
-
```ruby
|
23
|
-
# load the gem
|
24
|
-
require 'pulp_ansible_client'
|
25
|
-
|
26
|
-
api_instance = PulpAnsibleClient::PulpAnsibleGalaxyApiV3AllApi.new
|
27
|
-
path = 'path_example' # String |
|
28
|
-
opts = {
|
29
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
30
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
31
|
-
}
|
32
|
-
|
33
|
-
begin
|
34
|
-
result = api_instance.list(path, opts)
|
35
|
-
p result
|
36
|
-
rescue PulpAnsibleClient::ApiError => e
|
37
|
-
puts "Exception when calling PulpAnsibleGalaxyApiV3AllApi->list: #{e}"
|
38
|
-
end
|
39
|
-
```
|
40
|
-
|
41
|
-
### Parameters
|
42
|
-
|
43
|
-
|
44
|
-
Name | Type | Description | Notes
|
45
|
-
------------- | ------------- | ------------- | -------------
|
46
|
-
**path** | **String**| |
|
47
|
-
**fields** | **String**| A list of fields to include in the response. | [optional]
|
48
|
-
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
49
|
-
|
50
|
-
### Return type
|
51
|
-
|
52
|
-
[**Array<UnpaginatedCollectionVersionResponse>**](UnpaginatedCollectionVersionResponse.md)
|
53
|
-
|
54
|
-
### Authorization
|
55
|
-
|
56
|
-
No authorization required
|
57
|
-
|
58
|
-
### HTTP request headers
|
59
|
-
|
60
|
-
- **Content-Type**: Not defined
|
61
|
-
- **Accept**: application/json
|
62
|
-
|
63
|
-
|
64
|
-
## list_0
|
65
|
-
|
66
|
-
> Array<CollectionResponse> list_0(path, opts)
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
Unpaginated ViewSet for Collections.
|
71
|
-
|
72
|
-
### Example
|
73
|
-
|
74
|
-
```ruby
|
75
|
-
# load the gem
|
76
|
-
require 'pulp_ansible_client'
|
77
|
-
|
78
|
-
api_instance = PulpAnsibleClient::PulpAnsibleGalaxyApiV3AllApi.new
|
79
|
-
path = 'path_example' # String |
|
80
|
-
opts = {
|
81
|
-
deprecated: 'deprecated_example', # String |
|
82
|
-
name: 'name_example', # String |
|
83
|
-
namespace: 'namespace_example', # String |
|
84
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
85
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
86
|
-
}
|
87
|
-
|
88
|
-
begin
|
89
|
-
result = api_instance.list_0(path, opts)
|
90
|
-
p result
|
91
|
-
rescue PulpAnsibleClient::ApiError => e
|
92
|
-
puts "Exception when calling PulpAnsibleGalaxyApiV3AllApi->list_0: #{e}"
|
93
|
-
end
|
94
|
-
```
|
95
|
-
|
96
|
-
### Parameters
|
97
|
-
|
98
|
-
|
99
|
-
Name | Type | Description | Notes
|
100
|
-
------------- | ------------- | ------------- | -------------
|
101
|
-
**path** | **String**| |
|
102
|
-
**deprecated** | **String**| | [optional]
|
103
|
-
**name** | **String**| | [optional]
|
104
|
-
**namespace** | **String**| | [optional]
|
105
|
-
**fields** | **String**| A list of fields to include in the response. | [optional]
|
106
|
-
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
107
|
-
|
108
|
-
### Return type
|
109
|
-
|
110
|
-
[**Array<CollectionResponse>**](CollectionResponse.md)
|
111
|
-
|
112
|
-
### Authorization
|
113
|
-
|
114
|
-
No authorization required
|
115
|
-
|
116
|
-
### HTTP request headers
|
117
|
-
|
118
|
-
- **Content-Type**: Not defined
|
119
|
-
- **Accept**: application/json
|
120
|
-
|