loadlab

1.0.1 • Public • Published

LoadLab JS

Javascript Client for the LoadLab REST API.

Setup

$ npm i loadlab

Usage

const client = new LoadLab('<LOADLAB_API_TOKEN>')
 
// Get jobs
client.jobs.get().then(response => {
// do stuff with the response here
})
 
// Get plans
client.plans.get().then(response => {
// do stuff with the response here
})
 
// Get sites
client.sites.get().then(response => {
// do stuff with the response here
})
 

Package Sidebar

Install

npm i loadlab

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

8.61 kB

Total Files

5

Last publish

Collaborators

  • imichael