use of no.stelar7.api.l4j8.pojo.staticdata.map.MapDetails in project L4J8 by stelar7.
the class StaticTest method testMaps.
@Test
public void testMaps() {
DataCall.setCacheProvider(new FileSystemCacheProvider());
DataCall.setLogLevel(LogLevel.DEBUG);
Map<String, MapDetails> data = api.getMaps(Platform.EUW1, null, null);
}
Aggregations