d-teamwork

1.2.0 • Public • Published

d-teamwork

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

Usage

Teamwork = require 'd-teamwork'
teamwork = new Teamwork(config.teamwork.urlconfig.teamwork.tokenconfig.teamwork.password)
 
teamwork.project(1).tasks().query(filter: 'completed').get (err, response, body) ->
  console.log errresponsebody
 
teamwork.time(1).get (err, response, body) ->
  console.log errresponsebody

License

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

Author

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    0
  • 1.1.1
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i d-teamwork

Weekly Downloads

1

Version

1.2.0

License

none

Last publish

Collaborators

  • krolow