| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
Item |
ApiHandler.getItem(int id)
Retrieve a specific item
This method does not count towards the rate limit
|
Item |
ApiHandler.getItem(int id,
ItemData data)
Retrieve a specific item
This method does not count towards the rate limit
|
Item |
ApiHandler.getItem(int id,
ItemData data,
String version,
String locale)
Retrieve a specific item
This method does not count towards the rate limit
|
Item |
ApiHandler.getRune(int id)
Retrieve a specific runes
This method does not count towards the rate limit
|
Item |
ApiHandler.getRune(int id,
ItemData data)
Retrieve a specific runes
This method does not count towards the rate limit
|
Item |
ApiHandler.getRune(int id,
ItemData data,
String version,
String locale)
Retrieve a specific runes
This method does not count towards the rate limit
|
| Modifier and Type | Method and Description |
|---|---|
Future<Item> |
ThrottledApiHandler.getItem(int id)
Retrieve a specific item
This method does not count towards the rate limit and is not affected by the throttle
|
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
|
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
|
Future<Item> |
ThrottledApiHandler.getRune(int id)
Retrieve a specific runes
This method does not count towards the rate limit and is not affected by the throttle
|
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
|
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
|
Copyright © 2015. All rights reserved.