Node OrgManager API
A Node.js client for the OrgManager API
Use
const orgmanager = const token = 'my-token' //https://orgmanager.miguelpiedrafita.com/tokenconst client = token //Join Orgclient //Get User infoclient //Get User Orgsclient //Get Org infoclient //Change Org Passwordclient //Update Orgclient //Delete Orgclient //Get Statsclient //Renenerate Tokenclient //Renenerate Token and Set new Tokenclient
Proxy
const orgmanager = const token = 'my-token' //https://orgmanager.miguelpiedrafita.com/tokenconst client = token 'proxy-url ~> orgmanager'
Installation
This is a Node.js module available through the
npm registry. It can be installed using the
npm
command line tools.
$ npm install node-orgmanager-api
Dependencies
- request: Simplified HTTP request client.
- request-promise-native: The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.
License
MIT