Sha256: 5cc5d9837d5e2f1812f4586c10c7c0e2f25e026f4c76f638f2962ce302b1a7b6

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

Contents

# PulpAnsibleClient::PulpAnsibleApiApi

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

Method | HTTP request | Description
------------- | ------------- | -------------
[**list**](PulpAnsibleApiApi.md#list) | **GET** /pulp_ansible/galaxy/{path}/api/ | 



## list

> list(path)



Return a response to the \"GET\" action.

### Example

```ruby
# load the gem
require 'pulp_ansible_client'
# setup authorization
PulpAnsibleClient.configure do |config|
  # Configure HTTP basic authorization: Basic
  config.username = 'YOUR USERNAME'
  config.password = 'YOUR PASSWORD'
end

api_instance = PulpAnsibleClient::PulpAnsibleApiApi.new
path = 'path_example' # String | 

begin
  api_instance.list(path)
rescue PulpAnsibleClient::ApiError => e
  puts "Exception when calling PulpAnsibleApiApi->list: #{e}"
end
```

### Parameters


Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **path** | **String**|  | 

### Return type

nil (empty response body)

### Authorization

[Basic](../README.md#Basic)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_ansible_client-0.2.0b2 docs/PulpAnsibleApiApi.md
pulp_ansible_client-0.2.0b1 docs/PulpAnsibleApiApi.md