Java
Java SDK
Add Insion moderation and content management to Java applications
The Java SDK provides InsionApiClient, a synchronous, typed client built with immutable request builders. Reuse one client for records, users, and appeals.
Install
<dependency>
<groupId>co.insion</groupId>
<artifactId>insion-api</artifactId>
<version>0.1.0</version>
</dependency>Create a client
InsionApiClient client = InsionApiClient.builder().token("<token>").build();Start with Moderate a record, or browse the records and users sections in the sidebar.