API 关于 Docsify 的文档?
API Documentation On Docsify?
在 doscify 上显示 API 文档的“最佳”方式是什么?
我目前使用 gitbook,它看起来像这样,https://file.coffee/u/0l-TVj93mr.png
但我想迁移到 docsify,这样我可以更好地控制我的文档。
有没有人有什么建议?
我已经使用 TABS 和一些 markdown 自定义完成了它。图片:
获取机器人统计数据
https://statcord.com/logan/stats/:bid
此端点允许任何用户获取 Statcord 从您的机器人收到的数据。 (如果 bot 被标记为私有,此端点 将不会 工作。)
请求
路径参数
Name
Type
Description
Required
botid
string
Your Bot's Discord ID.
The ID of the Discord Bot you would like to get stats for.
** 响应 **
200: 好的
成功检索统计数据。
{
error:false,
data:[]
popular:[]
}
400: 错误请求
无法检索机器人统计信息。
{
error:true,
message:"Some parameters are incorrect or missing. API Docs --> https://docs.statcord.com/api"
}
在 doscify 上显示 API 文档的“最佳”方式是什么? 我目前使用 gitbook,它看起来像这样,https://file.coffee/u/0l-TVj93mr.png 但我想迁移到 docsify,这样我可以更好地控制我的文档。
有没有人有什么建议?
我已经使用 TABS 和一些 markdown 自定义完成了它。图片:
获取机器人统计数据
https://statcord.com/logan/stats/:bid
此端点允许任何用户获取 Statcord 从您的机器人收到的数据。 (如果 bot 被标记为私有,此端点 将不会 工作。)
请求
路径参数
Name | Type | Description | Required |
---|---|---|---|
botid | string | Your Bot's Discord ID. | The ID of the Discord Bot you would like to get stats for. |
** 响应 **
200: 好的
成功检索统计数据。
{
error:false,
data:[]
popular:[]
}
400: 错误请求
无法检索机器人统计信息。
{
error:true,
message:"Some parameters are incorrect or missing. API Docs --> https://docs.statcord.com/api"
}