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
- Host: GitHub
- URL: https://github.com/krolow/d-teamwork
- Owner: krolow
- License: mit
- Created: 2014-10-22T00:42:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T02:56:02.000Z (over 8 years ago)
- Last Synced: 2025-04-15T20:13:26.710Z (about 1 month ago)
- Topics: node, teamwork-api
- Language: CoffeeScript
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, bodyteamwork.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