Sha256: 049997c91841790878d3a27255cfb7569feecec4909e7ee8edc4a4f0e2169221
Contents?: true
Size: 1.59 KB
Versions: 21
Compression:
Stored size: 1.59 KB
Contents
# CloudsmithApi::RatesApi All URIs are relative to *https://api.cloudsmith.io* 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' # Configure API key authorization: csrf_token config.api_key['X-CSRFToken'] = '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-CSRFToken'] = '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), [csrf_token](../README.md#csrf_token) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined
Version data entries
21 entries across 21 versions & 1 rubygems