Sha256: 6ebcbf6c94b595ce4d66b26c24d6b52a4eb96841910877e9d0011ba7023e3fcd
Contents?: true
Size: 1.37 KB
Versions: 3
Compression:
Stored size: 1.37 KB
Contents
# PulpAnsibleClient::PulpAnsibleApiV3Api All URIs are relative to *http://pulp* Method | HTTP request | Description ------------- | ------------- | ------------- [**read**](PulpAnsibleApiV3Api.md#read) | **GET** /pulp_ansible/galaxy/{path}/api/v3/ | ## read > RepoMetadataResponse read(path, opts) ViewSet for Repository Metadata. ### Example ```ruby # load the gem require 'pulp_ansible_client' api_instance = PulpAnsibleClient::PulpAnsibleApiV3Api.new path = 'path_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.read(path, opts) p result rescue PulpAnsibleClient::ApiError => e puts "Exception when calling PulpAnsibleApiV3Api->read: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **path** | **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 [**RepoMetadataResponse**](RepoMetadataResponse.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.9.2 | docs/PulpAnsibleApiV3Api.md |
pulp_ansible_client-0.9.1 | docs/PulpAnsibleApiV3Api.md |
pulp_ansible_client-0.9.0 | docs/PulpAnsibleApiV3Api.md |