use of no.stelar7.api.r4j.impl.val.VALContentAPI in project L4J8 by stelar7.
the class TestVALContent method testGetContent.
@Test
public void testGetContent() {
R4J api = new R4J(SecretFile.CREDS);
VALContentAPI content = api.getVALAPI().getContentAPI();
Content data = content.getContent(ValorantShard.EU, Optional.empty());
System.out.println(data);
}
Aggregations