Java SDK
The Java SDK is designed for JVM services.
java
PlatformClient client = PlatformClient.builder()
.apiKey(System.getenv("PLATFORM_API_KEY"))
.environment("production")
.build();
Integer timeout = client.config("checkout.timeout", Integer.class);
