Sha256: 9ca8fe2033543fcb22491f0f9e2f73ef9bd2d8c04ebfb18f05fef67a2cf72357
Contents?: true
Size: 1.67 KB
Versions: 1
Compression:
Stored size: 1.67 KB
Contents
# PulpAnsibleClient::GalaxyCollectionListApi All URIs are relative to *http://pulp* Method | HTTP request | Description ------------- | ------------- | ------------- [**get**](GalaxyCollectionListApi.md#get) | **GET** {ansible_collection_version_href}versions/ | ## get > InlineResponse20012 get(ansible_collection_version_href, opts) APIView for Collections by namespace/name. ### Example ```ruby # load the gem require 'pulp_ansible_client' api_instance = PulpAnsibleClient::GalaxyCollectionListApi.new ansible_collection_version_href = 'ansible_collection_version_href_example' # String | opts = { page: 56, # Integer | A page number within the paginated result set. fields: 'fields_example', # String | A list of fields to include in the response. exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response. } begin result = api_instance.get(ansible_collection_version_href, opts) p result rescue PulpAnsibleClient::ApiError => e puts "Exception when calling GalaxyCollectionListApi->get: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **ansible_collection_version_href** | **String**| | **page** | **Integer**| A page number within the paginated result set. | [optional] **fields** | **String**| A list of fields to include in the response. | [optional] **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional] ### Return type [**InlineResponse20012**](InlineResponse20012.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.3.0 | docs/GalaxyCollectionListApi.md |