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

cloudsdaleapp/cloudsdale.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages