Sha256: 51043fae55e7c29ff420371f833375dd250597b2b6d060b9e278df9c9cd40c5a
Contents?: true
Size: 954 Bytes
Versions: 66
Compression:
Stored size: 954 Bytes
Contents
# PulpContainerClient::TokenApi All URIs are relative to *https://pulp* Method | HTTP request | Description ------------- | ------------- | ------------- [**get**](TokenApi.md#get) | **GET** /token/ | ## get > get Handles GET requests for the /token/ endpoint. ### Example ```ruby # load the gem require 'pulp_container_client' # setup authorization PulpContainerClient.configure do |config| # Configure HTTP basic authorization: basicAuth config.username = 'YOUR USERNAME' config.password = 'YOUR PASSWORD' end api_instance = PulpContainerClient::TokenApi.new begin api_instance.get rescue PulpContainerClient::ApiError => e puts "Exception when calling TokenApi->get: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type nil (empty response body) ### Authorization [basicAuth](../README.md#basicAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined
Version data entries
66 entries across 66 versions & 1 rubygems