10000 GitHub - krolow/d-teamwork: A Javascript/Coffescript/Node.js DSL lib to interact with teamwork API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

krolow/d-teamwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d-teamwork

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

Usage

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0