pulp_ansible_client 0.5.9 → 0.5.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +21 -21
- data/docs/AnsibleCollectionRemote.md +0 -8
- data/docs/AnsibleCollectionRemoteResponse.md +0 -8
- data/docs/AnsibleCollectionVersionResponse.md +2 -2
- data/docs/AnsibleCollectionsApi.md +2 -2
- data/docs/AnsibleRoleRemote.md +1 -9
- data/docs/AnsibleRoleRemoteResponse.md +1 -9
- data/docs/AnsibleRoleResponse.md +2 -2
- data/docs/ApiCollectionsApi.md +2 -2
- data/docs/ApiRolesApi.md +2 -2
- data/docs/ContentCollectionVersionsApi.md +2 -2
- data/docs/ContentRolesApi.md +2 -2
- data/docs/DistributionsAnsibleApi.md +2 -2
- data/docs/{PaginatedansibleCollectionResponseList.md → InlineResponse200.md} +4 -4
- data/docs/{PaginatedansibleCollectionVersionResponseList.md → InlineResponse2001.md} +4 -4
- data/docs/{PaginatedGalaxyRoleVersionResponseList.md → InlineResponse20010.md} +4 -4
- data/docs/{PaginatedGalaxyCollectionResponseList.md → InlineResponse20011.md} +4 -4
- data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → InlineResponse20012.md} +4 -4
- data/docs/InlineResponse20013.md +21 -0
- data/docs/{PaginatedCollectionResponseListLinks.md → InlineResponse20013Links.md} +2 -2
- data/docs/{PaginatedCollectionResponseListMeta.md → InlineResponse20013Meta.md} +2 -2
- data/docs/InlineResponse20014.md +21 -0
- data/docs/{PaginatedansibleRoleResponseList.md → InlineResponse2002.md} +4 -4
- data/docs/{PaginatedansibleAnsibleDistributionResponseList.md → InlineResponse2003.md} +4 -4
- data/docs/{PaginatedTagResponseList.md → InlineResponse2004.md} +4 -4
- data/docs/{PaginatedansibleCollectionRemoteResponseList.md → InlineResponse2005.md} +4 -4
- data/docs/{PaginatedansibleRoleRemoteResponseList.md → InlineResponse2006.md} +4 -4
- data/docs/{PaginatedansibleAnsibleRepositoryResponseList.md → InlineResponse2007.md} +4 -4
- data/docs/{PaginatedRepositoryVersionResponseList.md → InlineResponse2008.md} +4 -4
- data/docs/{PaginatedGalaxyRoleResponseList.md → InlineResponse2009.md} +4 -4
- data/docs/PatchedansibleCollectionRemote.md +0 -8
- data/docs/PatchedansibleRoleRemote.md +1 -9
- data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +2 -2
- data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +2 -2
- data/docs/PulpAnsibleTagsApi.md +2 -2
- data/docs/RemotesCollectionApi.md +2 -2
- data/docs/RemotesRoleApi.md +2 -2
- data/docs/RepositoriesAnsibleApi.md +2 -2
- data/docs/RepositoriesAnsibleVersionsApi.md +4 -4
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/VersionsApi.md +4 -4
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
- data/lib/pulp_ansible_client/api/api_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/api_roles_api.rb +4 -4
- data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +4 -4
- data/lib/pulp_ansible_client/api/content_roles_api.rb +4 -4
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +4 -4
- data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +4 -4
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +4 -4
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +4 -4
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +4 -4
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +4 -4
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +8 -8
- data/lib/pulp_ansible_client/api/versions_api.rb +7 -7
- data/lib/pulp_ansible_client/api_client.rb +12 -8
- data/lib/pulp_ansible_client/api_error.rb +1 -1
- data/lib/pulp_ansible_client/configuration.rb +8 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +2 -106
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +2 -106
- data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +5 -109
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +5 -109
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
- data/lib/pulp_ansible_client/models/artifact_ref_response.rb +1 -1
- data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/content_summary.rb +1 -1
- data/lib/pulp_ansible_client/models/content_summary_response.rb +1 -1
- data/lib/pulp_ansible_client/models/copy.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/{paginatedansible_collection_response_list.rb → inline_response200.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_collection_version_response_list.rb → inline_response2001.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_role_version_response_list.rb → inline_response20010.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → inline_response20011.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_version_response_list.rb → inline_response20012.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_collection_response_list.rb → inline_response20013.rb} +6 -6
- data/lib/pulp_ansible_client/models/{paginated_collection_response_list_links.rb → inline_response20013_links.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_collection_response_list_meta.rb → inline_response20013_meta.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_collection_version_response_list.rb → inline_response20014.rb} +6 -6
- data/lib/pulp_ansible_client/models/{paginatedansible_role_response_list.rb → inline_response2002.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_ansible_distribution_response_list.rb → inline_response2003.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_tag_response_list.rb → inline_response2004.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_collection_remote_response_list.rb → inline_response2005.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_role_remote_response_list.rb → inline_response2006.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_ansible_repository_response_list.rb → inline_response2007.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_repository_version_response_list.rb → inline_response2008.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_role_response_list.rb → inline_response2009.rb} +4 -4
- data/lib/pulp_ansible_client/models/patched_collection.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +2 -106
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +5 -109
- data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
- data/lib/pulp_ansible_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
- data/lib/pulp_ansible_client/version.rb +2 -2
- data/lib/pulp_ansible_client.rb +18 -18
- data/pulp_ansible_client.gemspec +1 -1
- data/spec/api/ansible_collections_api_spec.rb +2 -2
- data/spec/api/ansible_copy_api_spec.rb +1 -1
- data/spec/api/api_collections_api_spec.rb +2 -2
- data/spec/api/api_roles_api_spec.rb +2 -2
- data/spec/api/collection_import_api_spec.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +2 -2
- data/spec/api/content_roles_api_spec.rb +2 -2
- data/spec/api/distributions_ansible_api_spec.rb +2 -2
- data/spec/api/galaxy_detail_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
- data/spec/api/remotes_collection_api_spec.rb +2 -2
- data/spec/api/remotes_role_api_spec.rb +2 -2
- data/spec/api/repositories_ansible_api_spec.rb +2 -2
- data/spec/api/repositories_ansible_versions_api_spec.rb +4 -4
- data/spec/api/versions_api_spec.rb +3 -3
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
- data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
- data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
- data/spec/models/ansible_ansible_repository_spec.rb +1 -1
- data/spec/models/ansible_collection_remote_response_spec.rb +1 -25
- data/spec/models/ansible_collection_remote_spec.rb +1 -25
- data/spec/models/ansible_collection_response_spec.rb +1 -1
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_collection_version_spec.rb +1 -1
- data/spec/models/ansible_role_remote_response_spec.rb +1 -25
- data/spec/models/ansible_role_remote_spec.rb +1 -25
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/ansible_role_spec.rb +1 -1
- data/spec/models/ansible_tag_response_spec.rb +1 -1
- data/spec/models/artifact_ref_response_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/collection_import_detail_response_spec.rb +1 -1
- data/spec/models/collection_metadata_response_spec.rb +1 -1
- data/spec/models/collection_namespace_response_spec.rb +1 -1
- data/spec/models/collection_one_shot_spec.rb +1 -1
- data/spec/models/collection_ref_response_spec.rb +1 -1
- data/spec/models/collection_response_spec.rb +1 -1
- data/spec/models/collection_version_docs_response_spec.rb +1 -1
- data/spec/models/collection_version_response_spec.rb +1 -1
- data/spec/models/content_summary_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/copy_spec.rb +1 -1
- data/spec/models/galaxy_collection_response_spec.rb +1 -1
- data/spec/models/galaxy_collection_spec.rb +1 -1
- data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
- data/spec/models/galaxy_role_response_spec.rb +1 -1
- data/spec/models/galaxy_role_version_response_spec.rb +1 -1
- data/spec/models/{paginated_tag_response_list_spec.rb → inline_response20010_spec.rb} +7 -7
- data/spec/models/{paginated_galaxy_role_response_list_spec.rb → inline_response20011_spec.rb} +7 -7
- data/spec/models/{paginatedansible_role_response_list_spec.rb → inline_response20012_spec.rb} +7 -7
- data/spec/models/{paginated_collection_response_list_links_spec.rb → inline_response20013_links_spec.rb} +7 -7
- data/spec/models/{paginated_collection_response_list_meta_spec.rb → inline_response20013_meta_spec.rb} +7 -7
- data/spec/models/{paginated_collection_response_list_spec.rb → inline_response20013_spec.rb} +7 -7
- data/spec/models/{paginated_collection_version_response_list_spec.rb → inline_response20014_spec.rb} +7 -7
- data/spec/models/{paginated_galaxy_collection_response_list_spec.rb → inline_response2001_spec.rb} +7 -7
- data/spec/models/inline_response2002_spec.rb +59 -0
- data/spec/models/inline_response2003_spec.rb +59 -0
- data/spec/models/inline_response2004_spec.rb +59 -0
- data/spec/models/inline_response2005_spec.rb +59 -0
- data/spec/models/inline_response2006_spec.rb +59 -0
- data/spec/models/inline_response2007_spec.rb +59 -0
- data/spec/models/inline_response2008_spec.rb +59 -0
- data/spec/models/inline_response2009_spec.rb +59 -0
- data/spec/models/inline_response200_spec.rb +59 -0
- data/spec/models/patched_collection_spec.rb +1 -1
- data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
- data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
- data/spec/models/patchedansible_collection_remote_spec.rb +1 -25
- data/spec/models/patchedansible_role_remote_spec.rb +1 -25
- data/spec/models/policy_enum_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +1 -1
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/repository_version_response_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/models/tag_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +117 -117
- data/docs/PaginatedCollectionResponseList.md +0 -21
- data/docs/PaginatedCollectionVersionResponseList.md +0 -21
- data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +0 -59
- data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +0 -59
- data/spec/models/paginated_repository_version_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_collection_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_collection_version_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_role_remote_response_list_spec.rb +0 -59
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -29,7 +29,7 @@ module PulpAnsibleClient
|
|
29
29
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
30
30
|
# @option opts [String] :fields A list of fields to include in the response.
|
31
31
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
32
|
-
# @return [
|
32
|
+
# @return [InlineResponse200]
|
33
33
|
def list(opts = {})
|
34
34
|
data, _status_code, _headers = list_with_http_info(opts)
|
35
35
|
data
|
@@ -45,7 +45,7 @@ module PulpAnsibleClient
|
|
45
45
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
46
46
|
# @option opts [String] :fields A list of fields to include in the response.
|
47
47
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
48
|
-
# @return [Array<(
|
48
|
+
# @return [Array<(InlineResponse200, Integer, Hash)>] InlineResponse200 data, response status code and response headers
|
49
49
|
def list_with_http_info(opts = {})
|
50
50
|
if @api_client.config.debugging
|
51
51
|
@api_client.config.logger.debug 'Calling API: AnsibleCollectionsApi.list ...'
|
@@ -75,7 +75,7 @@ module PulpAnsibleClient
|
|
75
75
|
post_body = opts[:body]
|
76
76
|
|
77
77
|
# return_type
|
78
|
-
return_type = opts[:return_type] || '
|
78
|
+
return_type = opts[:return_type] || 'InlineResponse200'
|
79
79
|
|
80
80
|
# auth_names
|
81
81
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -25,7 +25,7 @@ module PulpAnsibleClient
|
|
25
25
|
# @option opts [Integer] :page A page number within the paginated result set.
|
26
26
|
# @option opts [String] :fields A list of fields to include in the response.
|
27
27
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
28
|
-
# @return [
|
28
|
+
# @return [InlineResponse20011]
|
29
29
|
def get(ansible_collection_href, opts = {})
|
30
30
|
data, _status_code, _headers = get_with_http_info(ansible_collection_href, opts)
|
31
31
|
data
|
@@ -37,7 +37,7 @@ module PulpAnsibleClient
|
|
37
37
|
# @option opts [Integer] :page A page number within the paginated result set.
|
38
38
|
# @option opts [String] :fields A list of fields to include in the response.
|
39
39
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
40
|
-
# @return [Array<(
|
40
|
+
# @return [Array<(InlineResponse20011, Integer, Hash)>] InlineResponse20011 data, response status code and response headers
|
41
41
|
def get_with_http_info(ansible_collection_href, opts = {})
|
42
42
|
if @api_client.config.debugging
|
43
43
|
@api_client.config.logger.debug 'Calling API: ApiCollectionsApi.get ...'
|
@@ -67,7 +67,7 @@ module PulpAnsibleClient
|
|
67
67
|
post_body = opts[:body]
|
68
68
|
|
69
69
|
# return_type
|
70
|
-
return_type = opts[:return_type] || '
|
70
|
+
return_type = opts[:return_type] || 'InlineResponse20011'
|
71
71
|
|
72
72
|
# auth_names
|
73
73
|
auth_names = opts[:auth_names] || []
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -26,7 +26,7 @@ module PulpAnsibleClient
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [String] :fields A list of fields to include in the response.
|
28
28
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
29
|
-
# @return [
|
29
|
+
# @return [InlineResponse2009]
|
30
30
|
def get(ansible_role_href, opts = {})
|
31
31
|
data, _status_code, _headers = get_with_http_info(ansible_role_href, opts)
|
32
32
|
data
|
@@ -39,7 +39,7 @@ module PulpAnsibleClient
|
|
39
39
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
40
40
|
# @option opts [String] :fields A list of fields to include in the response.
|
41
41
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
42
|
-
# @return [Array<(
|
42
|
+
# @return [Array<(InlineResponse2009, Integer, Hash)>] InlineResponse2009 data, response status code and response headers
|
43
43
|
def get_with_http_info(ansible_role_href, opts = {})
|
44
44
|
if @api_client.config.debugging
|
45
45
|
@api_client.config.logger.debug 'Calling API: ApiRolesApi.get ...'
|
@@ -70,7 +70,7 @@ module PulpAnsibleClient
|
|
70
70
|
post_body = opts[:body]
|
71
71
|
|
72
72
|
# return_type
|
73
|
-
return_type = opts[:return_type] || '
|
73
|
+
return_type = opts[:return_type] || 'InlineResponse2009'
|
74
74
|
|
75
75
|
# auth_names
|
76
76
|
auth_names = opts[:auth_names] || []
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -100,7 +100,7 @@ module PulpAnsibleClient
|
|
100
100
|
# @option opts [String] :version version
|
101
101
|
# @option opts [String] :fields A list of fields to include in the response.
|
102
102
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
103
|
-
# @return [
|
103
|
+
# @return [InlineResponse2001]
|
104
104
|
def list(opts = {})
|
105
105
|
data, _status_code, _headers = list_with_http_info(opts)
|
106
106
|
data
|
@@ -123,7 +123,7 @@ module PulpAnsibleClient
|
|
123
123
|
# @option opts [String] :version version
|
124
124
|
# @option opts [String] :fields A list of fields to include in the response.
|
125
125
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
126
|
-
# @return [Array<(
|
126
|
+
# @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
|
127
127
|
def list_with_http_info(opts = {})
|
128
128
|
if @api_client.config.debugging
|
129
129
|
@api_client.config.logger.debug 'Calling API: ContentCollectionVersionsApi.list ...'
|
@@ -160,7 +160,7 @@ module PulpAnsibleClient
|
|
160
160
|
post_body = opts[:body]
|
161
161
|
|
162
162
|
# return_type
|
163
|
-
return_type = opts[:return_type] || '
|
163
|
+
return_type = opts[:return_type] || 'InlineResponse2001'
|
164
164
|
|
165
165
|
# auth_names
|
166
166
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -97,7 +97,7 @@ module PulpAnsibleClient
|
|
97
97
|
# @option opts [String] :version version
|
98
98
|
# @option opts [String] :fields A list of fields to include in the response.
|
99
99
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
100
|
-
# @return [
|
100
|
+
# @return [InlineResponse2002]
|
101
101
|
def list(opts = {})
|
102
102
|
data, _status_code, _headers = list_with_http_info(opts)
|
103
103
|
data
|
@@ -117,7 +117,7 @@ module PulpAnsibleClient
|
|
117
117
|
# @option opts [String] :version version
|
118
118
|
# @option opts [String] :fields A list of fields to include in the response.
|
119
119
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
120
|
-
# @return [Array<(
|
120
|
+
# @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
|
121
121
|
def list_with_http_info(opts = {})
|
122
122
|
if @api_client.config.debugging
|
123
123
|
@api_client.config.logger.debug 'Calling API: ContentRolesApi.list ...'
|
@@ -151,7 +151,7 @@ module PulpAnsibleClient
|
|
151
151
|
post_body = opts[:body]
|
152
152
|
|
153
153
|
# return_type
|
154
|
-
return_type = opts[:return_type] || '
|
154
|
+
return_type = opts[:return_type] || 'InlineResponse2002'
|
155
155
|
|
156
156
|
# auth_names
|
157
157
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -159,7 +159,7 @@ module PulpAnsibleClient
|
|
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 [InlineResponse2003]
|
163
163
|
def list(opts = {})
|
164
164
|
data, _status_code, _headers = list_with_http_info(opts)
|
165
165
|
data
|
@@ -179,7 +179,7 @@ module PulpAnsibleClient
|
|
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<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 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: DistributionsAnsibleApi.list ...'
|
@@ -213,7 +213,7 @@ module PulpAnsibleClient
|
|
213
213
|
post_body = opts[:body]
|
214
214
|
|
215
215
|
# return_type
|
216
|
-
return_type = opts[:return_type] || '
|
216
|
+
return_type = opts[:return_type] || 'InlineResponse2003'
|
217
217
|
|
218
218
|
# auth_names
|
219
219
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -26,7 +26,7 @@ module PulpAnsibleClient
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [String] :fields A list of fields to include in the response.
|
28
28
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
29
|
-
# @return [
|
29
|
+
# @return [InlineResponse20013]
|
30
30
|
def list(path, opts = {})
|
31
31
|
data, _status_code, _headers = list_with_http_info(path, opts)
|
32
32
|
data
|
@@ -39,7 +39,7 @@ module PulpAnsibleClient
|
|
39
39
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
40
40
|
# @option opts [String] :fields A list of fields to include in the response.
|
41
41
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
42
|
-
# @return [Array<(
|
42
|
+
# @return [Array<(InlineResponse20013, Integer, Hash)>] InlineResponse20013 data, response status code and response headers
|
43
43
|
def list_with_http_info(path, opts = {})
|
44
44
|
if @api_client.config.debugging
|
45
45
|
@api_client.config.logger.debug 'Calling API: PulpAnsibleGalaxyApiCollectionsApi.list ...'
|
@@ -70,7 +70,7 @@ module PulpAnsibleClient
|
|
70
70
|
post_body = opts[:body]
|
71
71
|
|
72
72
|
# return_type
|
73
|
-
return_type = opts[:return_type] || '
|
73
|
+
return_type = opts[:return_type] || 'InlineResponse20013'
|
74
74
|
|
75
75
|
# auth_names
|
76
76
|
auth_names = opts[:auth_names] || []
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -37,7 +37,7 @@ module PulpAnsibleClient
|
|
37
37
|
# @option opts [String] :version version
|
38
38
|
# @option opts [String] :fields A list of fields to include in the response.
|
39
39
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
40
|
-
# @return [
|
40
|
+
# @return [InlineResponse20014]
|
41
41
|
def list(name, namespace, path, opts = {})
|
42
42
|
data, _status_code, _headers = list_with_http_info(name, namespace, path, opts)
|
43
43
|
data
|
@@ -61,7 +61,7 @@ module PulpAnsibleClient
|
|
61
61
|
# @option opts [String] :version version
|
62
62
|
# @option opts [String] :fields A list of fields to include in the response.
|
63
63
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
64
|
-
# @return [Array<(
|
64
|
+
# @return [Array<(InlineResponse20014, Integer, Hash)>] InlineResponse20014 data, response status code and response headers
|
65
65
|
def list_with_http_info(name, namespace, path, opts = {})
|
66
66
|
if @api_client.config.debugging
|
67
67
|
@api_client.config.logger.debug 'Calling API: PulpAnsibleGalaxyApiV3VersionsApi.list ...'
|
@@ -109,7 +109,7 @@ module PulpAnsibleClient
|
|
109
109
|
post_body = opts[:body]
|
110
110
|
|
111
111
|
# return_type
|
112
|
-
return_type = opts[:return_type] || '
|
112
|
+
return_type = opts[:return_type] || 'InlineResponse20014'
|
113
113
|
|
114
114
|
# auth_names
|
115
115
|
auth_names = opts[:auth_names] || []
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -27,7 +27,7 @@ module PulpAnsibleClient
|
|
27
27
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
28
28
|
# @option opts [String] :fields A list of fields to include in the response.
|
29
29
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
30
|
-
# @return [
|
30
|
+
# @return [InlineResponse2004]
|
31
31
|
def list(opts = {})
|
32
32
|
data, _status_code, _headers = list_with_http_info(opts)
|
33
33
|
data
|
@@ -41,7 +41,7 @@ module PulpAnsibleClient
|
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
42
42
|
# @option opts [String] :fields A list of fields to include in the response.
|
43
43
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
44
|
-
# @return [Array<(
|
44
|
+
# @return [Array<(InlineResponse2004, Integer, Hash)>] InlineResponse2004 data, response status code and response headers
|
45
45
|
def list_with_http_info(opts = {})
|
46
46
|
if @api_client.config.debugging
|
47
47
|
@api_client.config.logger.debug 'Calling API: PulpAnsibleTagsApi.list ...'
|
@@ -69,7 +69,7 @@ module PulpAnsibleClient
|
|
69
69
|
post_body = opts[:body]
|
70
70
|
|
71
71
|
# return_type
|
72
|
-
return_type = opts[:return_type] || '
|
72
|
+
return_type = opts[:return_type] || 'InlineResponse2004'
|
73
73
|
|
74
74
|
# auth_names
|
75
75
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -161,7 +161,7 @@ module PulpAnsibleClient
|
|
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 [InlineResponse2005]
|
165
165
|
def list(opts = {})
|
166
166
|
data, _status_code, _headers = list_with_http_info(opts)
|
167
167
|
data
|
@@ -183,7 +183,7 @@ module PulpAnsibleClient
|
|
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<(InlineResponse2005, Integer, Hash)>] InlineResponse2005 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: RemotesCollectionApi.list ...'
|
@@ -219,7 +219,7 @@ module PulpAnsibleClient
|
|
219
219
|
post_body = opts[:body]
|
220
220
|
|
221
221
|
# return_type
|
222
|
-
return_type = opts[:return_type] || '
|
222
|
+
return_type = opts[:return_type] || 'InlineResponse2005'
|
223
223
|
|
224
224
|
# auth_names
|
225
225
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -161,7 +161,7 @@ module PulpAnsibleClient
|
|
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 [InlineResponse2006]
|
165
165
|
def list(opts = {})
|
166
166
|
data, _status_code, _headers = list_with_http_info(opts)
|
167
167
|
data
|
@@ -183,7 +183,7 @@ module PulpAnsibleClient
|
|
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<(InlineResponse2006, Integer, Hash)>] InlineResponse2006 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: RemotesRoleApi.list ...'
|
@@ -219,7 +219,7 @@ module PulpAnsibleClient
|
|
219
219
|
post_body = opts[:body]
|
220
220
|
|
221
221
|
# return_type
|
222
|
-
return_type = opts[:return_type] || '
|
222
|
+
return_type = opts[:return_type] || 'InlineResponse2006'
|
223
223
|
|
224
224
|
# auth_names
|
225
225
|
auth_names = opts[:auth_names] || ['basicAuth']
|