accounts/docs/apis/rest-api.md

15 lines
378 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# REST API Design
## GET /api/users
Returns list of users.
🔗 REST API 接口设计Gin
方法 路径 功能描述
GET /api/users 获取用户列表
POST /api/users 创建新用户
GET /api/users/:id/stats 获取单用户流量
GET /api/users/:id/sub 获取订阅链接vless://
GET /api/nodes 获取所有节点
POST /api/nodes/:id/ping 测试指定节点状态