get_account_by_puuid: Given the primary key, a puuid, return all the ACCOUNT-V1...

View source: R/get_account_by_puuid.R

get_account_by_puuidR Documentation

Given the primary key, a puuid, return all the ACCOUNT-V1 info Wraps the GET_getByRiotId api method and the GET_getActiveShard api method.

Description

Standard RATE LIMITS 20 requests every 1 seconds(s) / 100 requests every 2 minutes(s) - Developer Key 500 requests every 10 seconds / 30,000 requests every 10 minutes - Production Key

Usage

get_account_by_puuid(puuid, server = "americas")

Arguments

puuid

a character, string for PUUID, a string of 42char like RGAPI-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

server

a character, must be one of americas,europe,sea or asia,apac

Details

Method RATE LIMITS 1000 requests every 1 minutes - Developer Key 1000 requests every 1 minutes - Production Key

Examples

## Not run: 
puuid <- "kJKtE_3i_66edP3lUYSW3wOVxIl5sRKFhsF6IpNIX_RQxYmyBZxG94gNuR4dUe-ofBq_zy5Yll_gSw"
get_account_by_puuid(puuid = puuid)

## End(Not run)

MaouLegna/lorR documentation built on Nov. 21, 2022, 8:58 a.m.