rate_limit: Rate Limit (V2)

Description Usage Arguments Details Value Examples

Description

Rate Limit

Usage

1
rate_limit(auth_token = NULL, ...)

Arguments

auth_token

auth token.

...

parameters passed to sbgapi function

Details

The following API call allows you to get your rate limit. This call returns information about your current rate limit. This is the number of API calls you can make in one hour. Note: that making this API call does not count against your rate limit.

Value

parsed list of the returned json

Examples

1
req <- rate_limit(token)

sbgr documentation built on Oct. 5, 2016, 4:14 a.m.