phorax / activecollab-api
Missing feature for activeCollab API
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- nikic/fast-route: ^1.3
- symfony/dotenv: ^4.0
This package is auto-updated.
Last update: 2021-01-16 10:11:48 UTC
README
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.