https://github.com/ashwanthkumar/geckoboard-java-api
Geckoboard java api
https://github.com/ashwanthkumar/geckoboard-java-api
Last synced: 12 months ago
JSON representation
Geckoboard java api
- Host: GitHub
- URL: https://github.com/ashwanthkumar/geckoboard-java-api
- Owner: ashwanthkumar
- License: apache-2.0
- Created: 2014-05-03T16:32:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T17:13:34.000Z (about 12 years ago)
- Last Synced: 2025-05-17T20:36:29.721Z (about 1 year ago)
- Language: Java
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/geckoboard-java-api/geckoboard-java-api)
[](https://coveralls.io/r/pvanassen/geckoboard-java-api)
Geckoboard java api
==============
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.1 of this api is available in the central maven repository:
```Xml
nl.pvanassen
geckoboard-api
0.1.1
```
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.