-
Notifications
You must be signed in to change notification settings - Fork 4
Dovetail Quickstart Guide
Zachary Schuessler edited this page Jan 26, 2018
·
1 revision
Dovetail is a Laravel 5 API wrapper for Teamwork.com.
You are viewing documentation for the free version. If you need unit tests, direct support, and additional features for enterprise & business applications, please consider buying a license for $10:
https://squarebit.io/zschuessler/dovetail-teamwork-api-for-laravel
Teamwork.com's API is documented here:
Engineers should know a few basic facts when determining if Teamwork's API will work for their project:
- The API has a rate limit of 150 requests per minute, per user key.
- Authentication is done with basic HTTP. No other auth methods are available yet.
- The API allows for full CRUD of all objects and is reliable
Read through the Teamwork introduction link and walk through the steps of generating your own API key.
Installing dovetail is easy! Simply add the Git URL to your composer file: