Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Node OrgManager API npm version

A Node.js client for the OrgManager API

Use

const orgmanager = require('@orgmanager/node-orgmanager-api')
const token = 'my-token' //https://orgmanager.miguelpiedrafita.com/token
const client = new orgmanager(token)
//Join Org
client.joinOrg('org-id', 'username')
//Get User info
client.getUser()
//Get User Orgs
client.getOrgs()
//Get Org info
client.getOrg('org-id')
//Change Org Password
client.changeOrgPassword('org-id', 'new-password')
//Update Org
client.updateOrg('org-id')
//Delete Org
client.deleteOrg('org-id')
//Get Stats
client.getStats()
//Renenerate Token
client.regenerateToken()
//Renenerate Token and Set new Token
client.regenerateToken(true)

Proxy

const orgmanager = require('@orgmanager/node-orgmanager-api')
const token = 'my-token' //https://orgmanager.miguelpiedrafita.com/toke
const client = new orgmanager(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 @orgmanager/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

About

A Node.js client for the OrgManager API

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /