33
44This README is a work in progress.
55
6- Full API documentation is available at [ docs.robinpowered.com] ( https ://docs.robinpowered.com) .
6+ Full API documentation is available at [ docs.robinpowered.com] ( http ://docs.robinpowered.com) .
77
88[ View the Javadoc] ( http://robinpowered.github.io/robin-java-sdk/javadoc )
99
1010## Download
1111
12- This is a pre-release "preview" library and currently only available from the
13- [ sonatype ` snapshots ` repository] ( https://oss.sonatype.org/content/repositories/snapshots/ ) and not currently in the
12+ This is a pre-release "preview" library and currently only available from the
13+ [ sonatype ` snapshots ` repository] ( https://oss.sonatype.org/content/repositories/snapshots/ ) and not currently in the
1414Maven Central Repository.
1515
16+ The jar is available for direct download [ here] ( https://oss.sonatype.org/content/repositories/snapshots/com/robinpowered/robin-java-sdk/ ) .
17+
1618Using Maven:
1719
1820``` xml
@@ -31,7 +33,7 @@ compile 'com.robinpowered:robin-java-sdk:1.0.0-SNAPSHOT'
3133
3234## Getting Started
3335
34- Using the Robin API requires an API access token, which can be generated by logging in a https://dashboard.robinpowered.com .
36+ Using the Robin API requires an API access token, which can be generated by logging in a https://dashboard.robinpowered.com .
3537
3638Once you have an access token, you can instantiate the ` RobinApi ` class to easily make API calls:
3739
@@ -43,20 +45,19 @@ ApiResponse<List<Presence>> presence = apiClient.getService(PlacesService.class)
4345```
4446
4547
46- ## License
48+ ## License
4749
4850
4951 Copyright 2015 Robin Powered, Inc.
50-
52+
5153 Licensed under the Apache License, Version 2.0 (the "License");
5254 you may not use this file except in compliance with the License.
5355 You may obtain a copy of the License at
54-
56+
5557 http://www.apache.org/licenses/LICENSE-2.0
56-
58+
5759 Unless required by applicable law or agreed to in writing, software
5860 distributed under the License is distributed on an "AS IS" BASIS,
5961 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6062 See the License for the specific language governing permissions and
6163 limitations under the License.
62-
0 commit comments