jumpcloud-node
A JumpCloud REST API client.
About
This project is still in its very earliest stages. However the goal is to provide a useable nodeJS helper to operate against the JumpCloud API for administration. Note there is a separate Authentication and Authorization API which is not covered by this repo.
Install
$ npm install jumpcloud
Quickstart
Grab an API token from the admin console (your username in the top right > API settings).
var JumpCloud = ;var jc = "XXXapikeyXXX"; jc;
Documentation & Examples
See FUNCTIONS file for documentation of all functions
Examples coming soon
Testing
$ env APIKEY=XXXXapikeyXXXX npm run test
Contributors
Authored by @ShakataGaNai
License
See LICENSE file.