Skip to contents

Returns the authenticating user's rate/usage limits. Requires OAuth authentication (see rtumblr_auth()).

Usage

get_user_limits(app_credentials = NULL)

Arguments

app_credentials

a named list containing the consumer key and consumer secret. If NULL, attempts to load from an env variable

Value

a list with the user's limits as returned by the API

Examples

if (FALSE) { # \dontrun{
get_user_limits()
} # }