| Rate | R Documentation |
Rate object containing information about user's rate limit.
This is the main object for Rate Limit.
sevenbridges2::Item -> Rate
rateA list containing the information about user's current rate limit. It consists of the following fields:
limit Indicates how many requests can be made in five
minutes.
remaining Indicates how many requests remain.
reset Indicates the time when the request rate limit will
be reset.
instanceA list containing the information about user's current instance limit. It consists of the following fields:
limit Indicates the total number of instances available
to the user. For the first few months, instance limits are
unlimited. This is indicated by a special limit of -1.
Correspondingly, the remaining value is high.
remaining Indicates the number of the instances that are
available at the moment. For the first few months, instance limits
are unlimited. This is indicated by a high remaining value.
Correspondingly, the limit is set to a special value of -1.
new()Create a new Rate limit object.
Rate$new(res = NA, ...)
resResponse containing Rate limit object info.
...Other response arguments.
print()Print rate limit information as a bullet list.
Rate$print()
clone()The objects of this class are cloneable with this method.
Rate$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.