producteev-scala is an API wrapper for the online task management Producteev, written in Scala. At the moment most of the API is supported by producteev-scala.
For now I only got the whole thing working with sbt 0.10.1
To compile the source and perform the tests run
sbt compile
sbt test
To create a jar file run
sbt package
Just run
ant build
to compile the source and run the tests
The main entry point for the API is src/main/scala/org/producteev/Producteev.scala. For example usage just have a look at the tests in src/test/scala/org/producteev/ProducteevSpec.scala and src/test/scala/org/producteev/SmokeSpec.scala.
You will need an API key, which you can request here