Sha256: eb6f81898c7f0d6aa7ad915a3b215c37403d47c8d5424fda3a34f302be8ff27f
Contents?: true
Size: 1.32 KB
Versions: 7
Compression:
Stored size: 1.32 KB
Contents
# CloudsmithApi::RatesApi All URIs are relative to *https://api.cloudsmith.io/v1* Method | HTTP request | Description ------------- | ------------- | ------------- [**rates_limits_list**](RatesApi.md#rates_limits_list) | **GET** /rates/limits/ | Endpoint to check rate limits for current user. # **rates_limits_list** > ResourcesRateCheck rates_limits_list Endpoint to check rate limits for current user. Endpoint to check rate limits for current user. ### Example ```ruby # load the gem require 'cloudsmith-api' # setup authorization CloudsmithApi.configure do |config| # Configure API key authorization: apikey config.api_key['X-Api-Key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Api-Key'] = 'Bearer' end api_instance = CloudsmithApi::RatesApi.new begin #Endpoint to check rate limits for current user. result = api_instance.rates_limits_list p result rescue CloudsmithApi::ApiError => e puts "Exception when calling RatesApi->rates_limits_list: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type [**ResourcesRateCheck**](ResourcesRateCheck.md) ### Authorization [apikey](../README.md#apikey) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined
Version data entries
7 entries across 7 versions & 1 rubygems