| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
static ItemData |
ItemData.getByName(String name) |
static ItemData |
ItemData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemData[] |
ItemData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Item> |
ThrottledApiHandler.getItem(int id,
ItemData data)
Retrieve a specific item
This method does not count towards the rate limit and is not affected by the throttle
|
Item |
ApiHandler.getItem(int id,
ItemData data)
Retrieve a specific item
This method does not count towards the rate limit
|
Future<Item> |
ThrottledApiHandler.getItem(int id,
ItemData data,
String version,
String locale)
Retrieve a specific item
This method does not count towards the rate limit and is not affected by the throttle
|
Item |
ApiHandler.getItem(int id,
ItemData data,
String version,
String locale)
Retrieve a specific item
This method does not count towards the rate limit
|
Future<ItemList> |
ThrottledApiHandler.getItemList(ItemData data)
Get a listing of items in the game
This method does not count towards the rate limit and is not affected by the throttle
|
ItemList |
ApiHandler.getItemList(ItemData data)
Get a listing of items in the game
This method does not count towards the rate limit
|
Future<ItemList> |
ThrottledApiHandler.getItemList(ItemData data,
String version,
String locale)
Get a listing of items in the game
This method does not count towards the rate limit and is not affected by the throttle
|
ItemList |
ApiHandler.getItemList(ItemData data,
String version,
String locale)
Get a listing of items in the game
This method does not count towards the rate limit
|
Future<Item> |
ThrottledApiHandler.getRune(int id,
ItemData data)
Retrieve a specific runes
This method does not count towards the rate limit and is not affected by the throttle
|
Item |
ApiHandler.getRune(int id,
ItemData data)
Retrieve a specific runes
This method does not count towards the rate limit
|
Future<Item> |
ThrottledApiHandler.getRune(int id,
ItemData data,
String version,
String locale)
Retrieve a specific runes
This method does not count towards the rate limit and is not affected by the throttle
|
Item |
ApiHandler.getRune(int id,
ItemData data,
String version,
String locale)
Retrieve a specific runes
This method does not count towards the rate limit
|
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
|
RuneList |
ApiHandler.getRuneList(ItemData data)
Get a list of all runes
This method does not count towards the rate limit
|
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
|
RuneList |
ApiHandler.getRuneList(ItemData data,
String version,
String locale)
Get a list of all runes
This method does not count towards the rate limit
|
Copyright © 2015. All rights reserved.