activecollab-api

0.0.2 • Public • Published

activecollab-node-api

A simple client module for accessing ActiveCollab's API. Based on the work of @lasar

Installation

npm install activecollab

Usage

var ActiveCollab = require('activecollab');

var apiUrl = 'https://your-activecollab-site.com/api.php';
var apiKey = 'Your API key, can be found in your user settings';

var ac = new ActiveCollab(apiUrl, apiKey);

self.activeCollab.projects.getAll(function(projects) {
	console.log('All my projects:', projects);
});

To Do

  • Documentation
  • Implement all API endpoints
  • Examples
  • Tests

Readme

Keywords

none

Package Sidebar

Install

npm i activecollab-api

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • hatchback