Skip to content

Automatically exported from code.google.com/p/jtoggl

Notifications You must be signed in to change notification settings

konikvranik/jtoggl

 
 

Repository files navigation

What is it about?

jtoggl wraps the Toggl REST/JSON API for Java. https://www.toggl.com/public/api

Get it!

I use Maven

You can find jtoggl-api in our Maven repository

http://pandora.comerge.net:8081/nexus/content/repositories/public_snapshots/ch/simas/jtoggl/jtoggl-api/

<repositories>
  <repository>
    <id>public-releases</id>
    <name>Comerge Public Releases</name>
    <url>http://pandora.comerge.net:8081/nexus/content/repositories/public_snapshots/</url>
  </repository>
</repositories>

<dependency>
  <groupId>ch.simas.jtoggl</groupId>
  <artifactId>jtoggl-api</artifactId>
  <version>1.0.2-SNAPSHOT</version>
</dependency>

I don't use Maven

You can download the jar from here: http://pandora.comerge.net:8081/nexus/content/repositories/public_snapshots/ch/simas/jtoggl/jtoggl-api/

Ok, but how do I use this

Have a look at our tests and Toggl API documentation. https://github.com/bbaumgartner/jtoggl/blob/master/jtoggl-api/src/test/java/ch/simas/jtoggl/JTogglTest.java

About

Automatically exported from code.google.com/p/jtoggl

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Shell 0.6%