Sha256: 04b03459c00b1d143e0b4bdc525241b880cbee8973cf9edd59399d12681e2fcc

Contents?: true

Size: 1.44 KB

Versions: 21

Compression:

Stored size: 1.44 KB

Contents

# PulpAnsibleClient::GalaxyDetailApi

All URIs are relative to *https://pulp*

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', # 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_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** | **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

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

### Authorization

No authorization required

### HTTP request headers

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
pulp_ansible_client-0.13.6 docs/GalaxyDetailApi.md
pulp_ansible_client-0.10.5 docs/GalaxyDetailApi.md
pulp_ansible_client-0.16.0 docs/GalaxyDetailApi.md
pulp_ansible_client-0.10.4 docs/GalaxyDetailApi.md
pulp_ansible_client-0.13.5 docs/GalaxyDetailApi.md
pulp_ansible_client-0.15.0 docs/GalaxyDetailApi.md
pulp_ansible_client-0.14.2 docs/GalaxyDetailApi.md
pulp_ansible_client-0.14.1 docs/GalaxyDetailApi.md
pulp_ansible_client-0.13.4 docs/GalaxyDetailApi.md
pulp_ansible_client-0.14.0 docs/GalaxyDetailApi.md
pulp_ansible_client-0.13.2 docs/GalaxyDetailApi.md
pulp_ansible_client-0.13.1 docs/GalaxyDetailApi.md
pulp_ansible_client-0.10.3 docs/GalaxyDetailApi.md
pulp_ansible_client-0.12.1 docs/GalaxyDetailApi.md
pulp_ansible_client-0.13.0 docs/GalaxyDetailApi.md
pulp_ansible_client-0.12.0 docs/GalaxyDetailApi.md
pulp_ansible_client-0.10.2 docs/GalaxyDetailApi.md
pulp_ansible_client-0.11.1 docs/GalaxyDetailApi.md
pulp_ansible_client-0.11.0 docs/GalaxyDetailApi.md
pulp_ansible_client-0.10.1 docs/GalaxyDetailApi.md