@jmservices/sdk
v1.1.1
Published
## Getting Started Firstly, find the Admin API Token in Settings > System Settings and copy the Admin Key. ```js const { client } = require('@jmservices/sdk');
Downloads
24
Readme
JMServices SDK
Getting Started
Firstly, find the Admin API Token in Settings > System Settings and copy the Admin Key.
const { client } = require('@jmservices/sdk');
const api = new client({
apiKey: 'YOUR_API_HERE'
});Functions
Get Job by ID
const responce = await api.getJob({
id: 1
});