chrisbutler / act.web.api

Meteor wrapper for the Act! Web API

Home Page:https://atmospherejs.com/chrisbutler/act.web.api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor wrapper for the Act! Web API

Act! Web API is a RESTful, JSON based API for Act! Premium - Windows, Web, or Cloud. This wrapper provides a 'Meteor-ized' interface for interacting with the Act! Web API.

API Documentation

[Act! Premium Web API Documentation](Act! Premium Web API Documentation)

Wrapper Documentation

Meteor Act! Web API Wrapper

Installation

meteor add chrisbutler:act.web.api

Example Usage

In settings.json:
"act": {
  "username": "<ActUser>",
  "password": "<UserPassword>",
  "database": "<DatabaseName>",
  "endpoint": "<ApiURL>"
}
On the server:
import { ActWebAPI } from 'meteor/chrisbutler:act.web.api';

var act = new ActWebAPI();

var contact = act.contacts('findOne', {id: '<contactId>'});

About

Meteor wrapper for the Act! Web API

https://atmospherejs.com/chrisbutler/act.web.api


Languages

Language:JavaScript 100.0%