Replies: 1 comment 1 reply
-
想要一个
|
参数 | 描述 | 类型 | 必填 |
---|---|---|---|
actions | 操作类型 | string | ✔ |
token | token 说明 | string | ✔ |
issue-auth | 议题创建者,不填时会查询所有 | string | ✖ |
title-includes | 议题标题包含过滤,不填时无校验 | string | ✖ |
body-includes | 议题内容包含过滤,不填时无校验 | string | ✖ |
direction | 返回 issues 排序 |
string | ✖ |
- 返回
issues
,格式如下:
[
{id: 1, auth: 'x', title: 'aaa', body: 'xxx', created: '', updated: ''},
{id: 2, auth: 'x', title: 'aaa', body: 'xxx', created: '', updated: ''},
]
direction
默认为升序,只有设置desc
时,会返回降序- 返回数组中
created
updated
,由所处环境决定,会是 UTC +0
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When the following list does not have the features you want, use issue.
Beta Was this translation helpful? Give feedback.
All reactions