Java
Easy installation and setup of the Java SDK.
Introduction
Install the SDK
Maven
dependencies {
implementation 'io.squidex:squidex:1.0.0'
}Maven
<dependency>
<groupId>io.squidex</groupId>
<artifactId>squidex</artifactId>
<version>1.0.0</version>
</dependency>// Some codeInstantiate the SDK
Additional Configuration
Timeout
Token Store
Ignore Certificates
Use the Client
Error Handling
Limitations
Last updated