Skip to contents

Call the speedrun.com API

Usage

sr_get(path = "", ...)

Arguments

path

API path.

...

Optional parameters

Value

The httr::content of the API response.

Examples

if (FALSE) {
# Get all users
sr_get(path = "users")
}