Sha256: 08a94d3d8f3d916c64775dcac328312e9408d84a2ccd2bb17a001c9da8daf720

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 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'
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

2 entries across 2 versions & 1 rubygems

Version Path
cloudsmith-api-0.54.15 docs/RatesApi.md
cloudsmith-api-0.53.79 docs/RatesApi.md