| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
ItemList |
ApiHandler.getItemList()
Get a listing of items in the game
This method does not count towards the rate limit
|
ItemList |
ApiHandler.getItemList(ItemData data)
Get a listing of items in the game
This method does not count towards the rate limit
|
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
|
| Modifier and Type | Method and Description |
|---|---|
Future<ItemList> |
ThrottledApiHandler.getItemList()
Get a listing of items in the game
This method does not count towards the rate limit and is not affected by the throttle
|
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
|
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
|
Copyright © 2015. All rights reserved.