Skip to content

A wrapper around teamwork api making it easier to perform requests.

License

Notifications You must be signed in to change notification settings

LuisEduNasc/teamwork-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teamwork Api

A wrapper around teamwork api making it easier to perform requests.

Travis Version Licence

Installation

$ npm install teamwork-api

Getting Started

The api key and sub-domain are required to connect to teamwork's api, provide these as environment variables like so:

process.env.TW_API = '1234567890'
process.env.TW_SUB = 'subdomain'

const tw = require('teamwork-api')()

Alternativly pass them in as function arguments

const tw = require('teamwork-api')('1234567890', 'subdomain')

API Reference

Account

Activity

Invoices

Expenses

Boards

Message Categories

File Categories

Notebook Categories

Link Categories

Project Categories

Comments

Calendar Events

Companies

Files

Messages

Message Replies

Milestones

Notebooks

People

Status

Permissions

Projects

Project Roles

Project Email Addresses

Links

Risks

Search

Time

Task Lists

Tasks

Task Reminders

Tags

Webhooks

Workload

About

A wrapper around teamwork api making it easier to perform requests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%