apinode
Version:
An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.
33 lines • 379 B
JSON
[{
"admin": [{
"app": [
"info"
],
"token": [
"request"
],
"user": [
"accNameOk",
"activate",
"convertTemp",
"createTemp",
"icon",
"list",
"login",
"logout",
"profile",
"register",
"resetPasswd",
"setIcon",
"update",
"updatePasswd",
"updateRole",
"view"
]
}],
"base": [{
"prescription": [
"view"
]
}]
}]