@jmservices/sdk
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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
});

Readme

Keywords

none

Package Sidebar

Install

npm i @jmservices/sdk

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

7.07 kB

Total Files

12

Last publish

Collaborators

  • maximking