CloudsmithApi::RatesApi
All URIs are relative to https://api.cloudsmith.io/v1
| Method | HTTP request | Description |
|---|---|---|
| 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
# 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
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json