| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
RuneList |
ApiHandler.getRuneList()
Get a list of all runes
This method does not count towards the rate limit
|
RuneList |
ApiHandler.getRuneList(ItemData data)
Get a list of all runes
This method does not count towards the rate limit
|
RuneList |
ApiHandler.getRuneList(ItemData data,
String version,
String locale)
Get a list of all runes
This method does not count towards the rate limit
|
| Modifier and Type | Method and Description |
|---|---|
Future<RuneList> |
ThrottledApiHandler.getRuneList()
Get a list of all runes
This method does not count towards the rate limit and is not affected by the throttle
|
Future<RuneList> |
ThrottledApiHandler.getRuneList(ItemData data)
Get a list of all runes
This method does not count towards the rate limit and is not affected by the throttle
|
Future<RuneList> |
ThrottledApiHandler.getRuneList(ItemData data,
String version,
String locale)
Get a list of all runes
This method does not count towards the rate limit and is not affected by the throttle
|
Copyright © 2015. All rights reserved.