Sha256: ba977fff68880d9fc8b718f998e5f134309b8e2af77d900cb7ef75a6a66e3378
Contents?: true
Size: 1.26 KB
Versions: 16
Compression:
Stored size: 1.26 KB
Contents
# PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionVersionsAllApi All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**list**](PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md#list) | **GET** /pulp_ansible/galaxy/default/api/v3/collection_versions/all/ | ## list > Array<UnpaginatedCollectionVersionResponse> list Legacy v3 endpoint. ### Example ```ruby # load the gem require 'pulp_ansible_client' # setup authorization PulpAnsibleClient.configure do |config| # Configure HTTP basic authorization: basicAuth config.username = 'YOUR USERNAME' config.password = 'YOUR PASSWORD' end api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionVersionsAllApi.new begin result = api_instance.list p result rescue PulpAnsibleClient::ApiError => e puts "Exception when calling PulpAnsibleDefaultApiV3CollectionVersionsAllApi->list: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type [**Array<UnpaginatedCollectionVersionResponse>**](UnpaginatedCollectionVersionResponse.md) ### Authorization [basicAuth](../README.md#basicAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
16 entries across 16 versions & 1 rubygems