@ikonintegration/orangepiggy-api-client
v2.0.1-alpha1
Published
Orange Piggy API Client
Downloads
27
Readme
orangepiggy-api-client
Orange Piggy nodejs API client
Overall
How to Use
import OPAPI from '@ikonintegration/orangepiggy-api-client';
const API = new OPAPI({
port: 9090, //isOptional
endpoint: SOMETHING,
endpointB: SOMETHING_OPTIONAL,
authorizationToken: '', -- required, IDM JWT -- Accepts a function to be called async and return the token
ipc: IPCObject, -- optional IPC object/function
disableLogs: false -- optional, default to false
});
Available API methods
TODO