Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.23 KB

CloudsdaleApp Cloudsdale for Java Clients


Build Status

Introduction

Cloudsdale for Java is built using Square's Retrofit and OkHttp, as well as Berwyn's faye.java client

Requirements

  • JavaSE 1.6+

    or

  • Android 2.3+ (API >= 7)

Getting Started

First, add the library as a dependency. You can either clone the repo and build yourself, or use Apache Maven. The library can be used via Maven Local or Maven Central (NYI)

<dependency>
    <groupId>org.cloudsdale</groupId>
    <artifactId>cloudsdale-java</artifactId>
    <version>${LATEST VERSION}</version>
</dependency>

After adding the library to your classpath, it's as easy as

Cloudsdale cloudsdale = new Cloudsdale.Builder().with("My awesome API token");

From here, the api client will have access to all the RESTful endpoints documented in our developer documentation