mgsnova / producteev-scala

Scala based wrapper for Producteev API (www.producteev.com)

Home Page:https://github.com/mgsnova/producteev-scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

producteev-scala

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.

Building with sbt (simple build tool)

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

Building with ant

Just run

    ant build 

to compile the source and run the tests

Use producteev-scala

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

About

Scala based wrapper for Producteev API (www.producteev.com)

https://github.com/mgsnova/producteev-scala


Languages

Language:Scala 99.9%Language:Shell 0.1%