# 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