An open API service indexing awesome lists of open source software.

https://github.com/krolow/d-teamwork

A Javascript/Coffescript/Node.js DSL lib to interact with teamwork API
https://github.com/krolow/d-teamwork

node teamwork-api

Last synced: about 1 month ago
JSON representation

A Javascript/Coffescript/Node.js DSL lib to interact with teamwork API

Awesome Lists containing this project

README

        

d-teamwork
========

A Javascript/Coffescript/Node.js DSL lib to interact with teamwork API

## Usage

```coffee
Teamwork = require 'd-teamwork'
teamwork = new Teamwork(config.teamwork.url, config.teamwork.token, config.teamwork.password)

teamwork.project(1).tasks().query(filter: 'completed').get (err, response, body) ->
console.log err, response, body

teamwork.time(1).get (err, response, body) ->
console.log err, response, body
```

## License

Licensed under The MIT License
Redistributions of files must retain the above copyright notice.

## Author

Vinícius Krolow - krolow[at]gmail.com