Search in sources :

Example 1 with ProfileIconDetails

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();
}
Also used : ProfileIconDetails(no.stelar7.api.r4j.pojo.lol.staticdata.profileicon.ProfileIconDetails) FileSystemCacheProvider(no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider)

Example 2 with ProfileIconDetails

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);
}
Also used : ProfileIconDetails(no.stelar7.api.l4j8.pojo.staticdata.profileicon.ProfileIconDetails) FileSystemCacheProvider(no.stelar7.api.l4j8.basic.cache.impl.FileSystemCacheProvider)

Aggregations

FileSystemCacheProvider (no.stelar7.api.l4j8.basic.cache.impl.FileSystemCacheProvider)1 ProfileIconDetails (no.stelar7.api.l4j8.pojo.staticdata.profileicon.ProfileIconDetails)1 FileSystemCacheProvider (no.stelar7.api.r4j.basic.cache.impl.FileSystemCacheProvider)1 ProfileIconDetails (no.stelar7.api.r4j.pojo.lol.staticdata.profileicon.ProfileIconDetails)1