Robin Java SDK

The official Java SDK for the Robin API.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.robinpowered
Идентификатор

Идентификатор

robin-java-sdk
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Robin Java SDK
The official Java SDK for the Robin API.
Ссылка на сайт

Ссылка на сайт

https://docs.robinpowered.com
Организация-разработчик

Организация-разработчик

Robin Powered, Inc.
Система контроля версий

Система контроля версий

http://github.com/robinpowered/robin-java-sdk

Скачать robin-java-sdk

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.robinpowered/robin-java-sdk/ -->
<dependency>
    <groupId>com.robinpowered</groupId>
    <artifactId>robin-java-sdk</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.robinpowered/robin-java-sdk/
implementation 'com.robinpowered:robin-java-sdk:1.0.0'
// https://jarcasting.com/artifacts/com.robinpowered/robin-java-sdk/
implementation ("com.robinpowered:robin-java-sdk:1.0.0")
'com.robinpowered:robin-java-sdk:jar:1.0.0'
<dependency org="com.robinpowered" name="robin-java-sdk" rev="1.0.0">
  <artifact name="robin-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robinpowered', module='robin-java-sdk', version='1.0.0')
)
libraryDependencies += "com.robinpowered" % "robin-java-sdk" % "1.0.0"
[com.robinpowered/robin-java-sdk "1.0.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.squareup.retrofit : retrofit jar 1.9.0
com.squareup.okhttp : okhttp jar 2.4.0
joda-time : joda-time jar 2.7
com.google.code.gson : gson jar 2.3.1
com.google.guava : guava jar 18.0

test (7)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
org.powermock : powermock-module-junit4 jar 1.6.2
org.powermock : powermock-api-mockito jar 1.6.2
org.assertj : assertj-core jar 1.7.1
com.squareup.retrofit : retrofit-mock jar 1.9.0
nl.jqno.equalsverifier : equalsverifier jar 1.7.2

Модули Проекта

Данный проект не имеет модулей.

Robin Java SDK

Build Status

This README is a work in progress.

Full API documentation is available at docs.robinpowered.com.

View the Javadoc

Download

Using Maven:

<dependency>
  <groupId>com.robinpowered</groupId>
  <artifactId>robin-java-sdk</artifactId>
  <version>1.0.0</version>
</dependency>

or using Gradle:

compile 'com.robinpowered:robin-java-sdk:1.0.0'

Compile locally

mvn clean package

Locally compiled .jar file will be placed in the target directory.

Snapshots

Snapshots are available from the sonatype snapshots repository

The jar is available for direct download here.

Getting Started

Using the Robin API requires an API access token, which can be generated by logging in a https://dashboard.robinpowered.com.

Once you have an access token, you can instantiate the RobinApi class to easily make API calls:

Credential credential = new AccessTokenCredential("my token");
RobinApi apiClient = new RobinApi(credential);

ApiResponse<List<Presence>> presence = apiClient.getService(PlacesService.class).getPresence(mySpaceId).getData();

License

   Copyright 2015 Robin Powered, Inc.

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
com.robinpowered

Robin

Helping companies do their best work by giving everyone the ability to understand, use, and advance their workplace.

Версии библиотеки

Версия
1.0.0