Skip to content

Dovetail Quickstart Guide

Zachary Schuessler edited this page Jan 26, 2018 · 1 revision

Introduction

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

About Teamwork.com's API

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:

  1. The API has a rate limit of 150 requests per minute, per user key.
  2. Authentication is done with basic HTTP. No other auth methods are available yet.
  3. 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.

Installation

Installing dovetail is easy! Simply add the Git URL to your composer file:

Clone this wiki locally