Simplify Node.js API Docs

API Docs for:
Show:

Simplify Class

Defined in: simplify.js:28

This class exposes the Simplify domain objects on which different API calls can be invoked upon.

Item Index

Methods

Methods

getClient

(
  • appKeys
)
Client

Defined in simplify.js:39

Function to get a new Client instance based on a set of Simplify API keys i.e.

var client = Simplify.getClient({
                                                publicKey: 'YOUR_PUBLIC_API_KEY',
                                                privateKey: 'YOUR_PRIVATE_API_KEY'
                                            });

Parameters:

  • appKeys Object

    Object containing the public & private API keys

Returns:

Client:

New Client instance