Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 377 Bytes

ASURE FORCE

This is a third-party package to connect with Asure Force API


Getting Started

import { AsureForceConnect } from 'asureforce';

const connect = new AsureForceConnect({
    baseURL: "YOUR_ASURE_FORCE_URL",
    user: "YOUR_USER",
    pass: "YOUR_PASS",
});

await connect.getEmployees()
await connect.getEmployee('YOUR_EMPLOYEE_KEY')