Skip to content
This repository was archived by the owner on Jan 3, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 660 Bytes

File metadata and controls

29 lines (15 loc) · 660 Bytes

activeCollab API extension

Simple activeCollab API connecting directly to MySQL server database.

Necessary since the office API does not

Installation

Install with composer via packagist with the command:

composer create-project phorax/activecollab-api

Setup

Create .env file with activeCollab MySQL server credentials as a copy of .env.dist.

How-to use

Send GET request to the endpoint url with the corresponding payload.

Authentication

Send X-Angie-AuthApiToken header with your API key.

Endpoints

GET tasks/{id}

Retrieve project id.