/sphere-jvm-sdk

The next generation SPHERE.IO client running on the Java virtual machine

Primary LanguageJavaOtherNOASSERTION

SPHERE.IO JVM SDK

SPHERE.IO icon

Build Status

SPHERE.IO is the first Platform-as-a-Service solution for eCommerce.

The JVM SDK enables developers to use Java 8 methods and objects to communicate with SPHERE.IO rather than using plain HTTP calls. Users gain type-safety, encapsulation, IDE auto completion and an internal domain specific language to discover and formulate valid requests.

Using the SDK

Installation

Java SDK with Maven

<dependency>
  <groupId>io.sphere.sdk.jvm</groupId>
  <artifactId>models</artifactId>
  <version>1.0.0-M12</version>
</dependency>
<dependency>
  <groupId>io.sphere.sdk.jvm</groupId>
  <artifactId>java-client</artifactId>
  <version>1.0.0-M12</version>
</dependency>

Play/Scala SDK with SBT

see https://github.com/sphereio/sphere-jvm-sdk-scala-add-ons

Snapshots

Short-term roadmap