Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

bbaumgartner/jtoggl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 

Repository files navigation

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
<repositories>
		<repository>
			<id>public-releases</id>
			<name>Comerge Public Releases</name>
			<url>https://nexus.comerge.net/repository/comerge-public-maven/</url>
		</repository>
</repositories>

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

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

Contributors 4

  •  
  •  
  •  
  •  

Languages