| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
Future<Set<MasteryPage>> |
ThrottledApiHandler.getMasteryPages(int id)
Retrieve the mastery pages of a user
|
Set<MasteryPage> |
ApiHandler.getMasteryPages(int id)
Retrieve the mastery pages of a user
|
Future<Map<Integer,Set<MasteryPage>>> |
ThrottledApiHandler.getMasteryPagesMultipleUsers(Integer... ids)
Retrieve mastery pages for multiple users
|
Map<Integer,Set<MasteryPage>> |
ApiHandler.getMasteryPagesMultipleUsers(Integer... ids)
Retrieve mastery pages for multiple users
|
Copyright © 2015. All rights reserved.