View source: R/get_account_by_puuid.R
get_account_by_puuid | R Documentation |
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
get_account_by_puuid(puuid, server = "americas")
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 |
Method RATE LIMITS 1000 requests every 1 minutes - Developer Key 1000 requests every 1 minutes - Production Key
## Not run: puuid <- "kJKtE_3i_66edP3lUYSW3wOVxIl5sRKFhsF6IpNIX_RQxYmyBZxG94gNuR4dUe-ofBq_zy5Yll_gSw" get_account_by_puuid(puuid = puuid) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.