0.0.10 • Published 7 years ago

mpath-client v0.0.10

Weekly downloads
50
License
-
Repository
-
Last release
7 years ago

MPath API - The Node.JS Client

Installation

npm install mpath-client

Usage

mpath = require("mpath-client").init("http://api.conductrics.net/")

Quick Start

To understand what all the options are, please see the Quick Start Guide.

The driver is a simple REST client.

Client Methods

  1. getDecisions(apikey, sessionCode, ownerCode, agentCode, pointCode, callback)
  2. sendReward(apikey, sessionCode, ownerCode, agentCode, goalCode, callback)
  3. expireSession(apikey, sessionCode, ownerCode, callback)
  4. createAgent(apikey, ownerCode, agentCode, agentJson, callback)
  5. createApiKey(email, ownerCode, callback)
0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago