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