R/user.R
get_user_limits.Rd
Returns the authenticating user's rate/usage limits. Requires OAuth authentication (see rtumblr_auth()).
rtumblr_auth()
get_user_limits(app_credentials = NULL)
a named list containing the consumer key and consumer secret. If NULL, attempts to load from an env variable
a list with the user's limits as returned by the API
if (FALSE) { # \dontrun{ get_user_limits() } # }