0

在 doscify 上显示 API 文档的“最佳”方式是什么?我目前使用 gitbook,看起来像这样,https: //file.coffee/u/0l-TVj93mr.png 但我想迁移到 docsify 以便我可以更好地控制我的文档。

有人有什么建议吗?

4

1 回答 1

0

我已经使用 TABS 和一些降价自定义完成了它。图片:在此处输入图像描述

### GET Bot Stats

https://statcord.com/logan/stats/:bid

This endpoint allows any user to get data that Statcord has recieved from your bot. (If bot is marked as private, this endpoint **WILL NOT** work.)
<!-- tabs:start -->

#### ** Request **

**Path Parameters**

| Name | Type | Description | Required |
| --- | --- | --- | --- |
| botid | string | Your Bot's Discord ID. | The ID of the Discord Bot you would like to get stats for. |

#### ** Response **

**200: OK**

Stats successfully retrieved.
```js
{
    error:false,
    data:[]
    popular:[]
}

400:错误请求

无法检索机器人统计信息。

{
    error:true,
    message:"Some parameters are incorrect or missing. API Docs --> https://docs.statcord.com/api"
}
于 2020-07-01T04:39:54.560 回答