Sha256: d53c57abdcb27d11d6c4a3a940f7a934ee267bf87d2a0dfd42fdeda90b597bcb

Contents?: true

Size: 1.52 KB

Versions: 11

Compression:

Stored size: 1.52 KB

Contents

# PulpAnsibleClient::GalaxyDetailApi

All URIs are relative to *http://localhost:24817*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get**](GalaxyDetailApi.md#get) | **GET** {ansible_collection_href} | 



## get

> GalaxyCollectionResponse get(ansible_collection_href, opts)



Get the detail view of a Collection.

### Example

```ruby
# load the gem
require 'pulp_ansible_client'

api_instance = PulpAnsibleClient::GalaxyDetailApi.new
ansible_collection_href = 'ansible_collection_href_example' # String | 
opts = {
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
}

begin
  result = api_instance.get(ansible_collection_href, opts)
  p result
rescue PulpAnsibleClient::ApiError => e
  puts "Exception when calling GalaxyDetailApi->get: #{e}"
end
```

### Parameters


Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **ansible_collection_href** | **String**|  | 
 **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional] 
 **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional] 

### Return type

[**GalaxyCollectionResponse**](GalaxyCollectionResponse.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pulp_ansible_client-0.20.10 docs/GalaxyDetailApi.md
pulp_ansible_client-0.16.6 docs/GalaxyDetailApi.md
pulp_ansible_client-0.15.6 docs/GalaxyDetailApi.md
pulp_ansible_client-0.16.5 docs/GalaxyDetailApi.md
pulp_ansible_client-0.18.3 docs/GalaxyDetailApi.md
pulp_ansible_client-0.20.9 docs/GalaxyDetailApi.md
pulp_ansible_client-0.21.9 docs/GalaxyDetailApi.md
pulp_ansible_client-0.16.4 docs/GalaxyDetailApi.md
pulp_ansible_client-0.21.8 docs/GalaxyDetailApi.md
pulp_ansible_client-0.20.8 docs/GalaxyDetailApi.md
pulp_ansible_client-0.21.7 docs/GalaxyDetailApi.md