Search in sources :

Example 1 with VALContentAPI

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);
}
Also used : Content(no.stelar7.api.r4j.pojo.val.content.Content) VALContentAPI(no.stelar7.api.r4j.impl.val.VALContentAPI) R4J(no.stelar7.api.r4j.impl.R4J) Test(org.junit.jupiter.api.Test)

Aggregations

R4J (no.stelar7.api.r4j.impl.R4J)1 VALContentAPI (no.stelar7.api.r4j.impl.val.VALContentAPI)1 Content (no.stelar7.api.r4j.pojo.val.content.Content)1 Test (org.junit.jupiter.api.Test)1