all content, endpoints, and code provided by this API are licensed under the GNU Affero General Public License v3 (AGPL-3.0).
By accessing or using this API, you agree to comply with the terms of the AGPLv3.
For more details, please read the full license at GNU AGPLv3.
示例操作 | 含义 |
---|---|
/@user/select/none/ | 查找并列出所有的用户信息 |
/@user/select/uuid/12345/ | 查找并列出ID12345 的用户信息 |
示例操作 | 含义 |
---|---|
/@user/create/none/?config={...} | 创建一个用户,并返回用户的 UUID |
示例操作 | 含义 |
---|---|
/@user/remove/uuid/12345/ | 删除ID12345 挂载 |
示例操作 | 含义 |
---|---|
/@user/reload/uuid/12345/?config={...} | 修改ID12345 用户 |
示例操作 | 含义 |
---|---|
/@user/login/none/?config={...} | 登录用户 |
示例操作 | 含义 |
---|---|
/@user/logout/none/ | 登出用户 |