/geckoboard-java-api

Geckoboard java api

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status Coverage Status Geckoboard java api

This is almost a geckoboard java api.

Right now the following open tasks remain:

Already done:

  • Write tests
  • Switch from jackson to gson, using object trees instead of pushing stuff

Some examples: https://github.com/pvanassen/geckoboard-java-api/wiki/Example

This repository contains a geckoboard api connector written in Java. It makes use of the JSON api interface described here: http://www.geckoboard.com/developers

Some example code can be found here: https://github.com/pvanassen/geckoboard-java-api/wiki/Example And in the unit tests in the code.

Maven

Version 0.1.2 of this api is available in the central maven repository:

<dependency>
  <groupId>nl.pvanassen</groupId>
  <artifactId>geckoboard-api</artifactId>
  <version>0.1.2</version>
</dependency>

Copyright and License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.