Sha256: 5b8d9e64e6bbfb78dcb2ec491c4b08dc605edf9221435827d524cbb67f965daa
Contents?: true
Size: 783 Bytes
Versions: 17
Compression:
Stored size: 783 Bytes
Contents
# PulpContainerClient::IndexStaticApi All URIs are relative to *http://pulp* Method | HTTP request | Description ------------- | ------------- | ------------- [**get**](IndexStaticApi.md#get) | **GET** /index/static | ## get > get Handles requests to the /index/static endpoint ### Example ```ruby # load the gem require 'pulp_container_client' api_instance = PulpContainerClient::IndexStaticApi.new begin api_instance.get rescue PulpContainerClient::ApiError => e puts "Exception when calling IndexStaticApi->get: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type nil (empty response body) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined
Version data entries
17 entries across 17 versions & 1 rubygems