use of no.stelar7.api.r4j.pojo.lol.staticdata.profileicon.ProfileIconDetails in project L4J8 by stelar7.
the class StaticTest method testProfileIcons.
@Test
public void testProfileIcons() {
DataCall.setCacheProvider(new FileSystemCacheProvider());
Map<Long, ProfileIconDetails> data = api.getProfileIcons();
}
use of no.stelar7.api.r4j.pojo.lol.staticdata.profileicon.ProfileIconDetails in project L4J8 by stelar7.
the class StaticTest method testProfileIcons.
@Test
public void testProfileIcons() {
DataCall.setCacheProvider(new FileSystemCacheProvider());
DataCall.setLogLevel(LogLevel.DEBUG);
Map<Long, ProfileIconDetails> data = api.getProfileIcons(Platform.EUW1, null, null);
}
Aggregations