Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.14 KB

What is it about?

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

Get it!

Please have a look at the fork https://github.com/konikvranik/jtoggl which might contain a more suitable solution for you.

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