| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
Mastery |
ApiHandler.getMastery(int id)
Get a specific mastery
This method does not count towards the rate limit
|
Mastery |
ApiHandler.getMastery(int id,
MasteryData data)
Get a specific mastery
This method does not count towards the rate limit
|
Mastery |
ApiHandler.getMastery(int id,
MasteryData data,
String version,
String locale)
Get a specific mastery
This method does not count towards the rate limit
|
| Modifier and Type | Method and Description |
|---|---|
Future<Mastery> |
ThrottledApiHandler.getMastery(int id)
Get a specific mastery
This method does not count towards the rate limit and is not affected by the throttle
|
Future<Mastery> |
ThrottledApiHandler.getMastery(int id,
MasteryData data)
Get a specific mastery
This method does not count towards the rate limit and is not affected by the throttle
|
Future<Mastery> |
ThrottledApiHandler.getMastery(int id,
MasteryData data,
String version,
String locale)
Get a specific mastery
This method does not count towards the rate limit and is not affected by the throttle
|
Copyright © 2015. All rights reserved.