nikelin / sphere-jvm-sdk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:Java 97.4%Language:Shell 1.3%Language:Scala 1.1%Language:HTML 0.1%Language:JavaScript 0.1%Language:CSS 0.1%