View source: R/lor_leaderboard_dupe.R
lor_leaderboard_dupe | R Documentation |
Return the duplicated players' names Wraps the leaderboard api method. The leaderboard is updated once an hour.
lor_leaderboard_dupe(server, ...)
server, |
a character, must be one of americas,europe,sea or asia,apac |
... |
additional paramter for RETRY function, at the moment are timeout, times, pause_base, pause_cap, pause_min, |
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
Method RATE LIMITS X-Method-Rate-Limit": "30:10,500:600 - Developer Key X-Method-Rate-Limit": "500:10,30000:600 - Production Key
a character vector
## Not run: lor_leaderboard_dupe("europe") lor_leaderboard_dupe("americas") lor_leaderboard_dupe("asia") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.