Simplify Class
This class exposes the Simplify domain objects on which different API calls can be invoked upon.
Item Index
Methods
Methods
getClient
(
Client
-
appKeys
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
ObjectObject containing the public & private API keys
Returns:
Client:
New Client instance