Add API docs

This commit is contained in:
MICHAEL JACKSON
2017-11-11 23:30:41 -08:00
parent 32ca39a11e
commit ba6fb43aa4
5 changed files with 139 additions and 123 deletions

View File

@ -1,6 +1,10 @@
const AuthAPI = require('../server/AuthAPI')
const scopes = {}
const scopes = {
blacklist: {
read: true
}
}
AuthAPI.createToken(scopes).then(
token => {