New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mpath-client

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mpath-client

Client for mPath Learning API

latest
npmnpm
Version
0.0.10
Version published
Maintainers
1
Created
Source

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

  • getDecisions(apikey, sessionCode, ownerCode, agentCode, pointCode, callback)
  • sendReward(apikey, sessionCode, ownerCode, agentCode, goalCode, callback)
  • expireSession(apikey, sessionCode, ownerCode, callback)
  • createAgent(apikey, ownerCode, agentCode, agentJson, callback)
  • createApiKey(email, ownerCode, callback)

FAQs

Package last updated on 04 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts