如何使用 GitHub API 获取问题分配给用户的日期?
How can I get the date at which the issue was assigned to a user, using the GitHub API?
我正在尝试使用 Github API.
获取问题分配给 Github 中用户的日期
通过了
https://developer.github.com/v3/issues/ 和
https://developer.github.com/v3/issues/events/
也签入了 https://developer.github.com/v4/explorer/,但不存在。
issue API 中没有提到“assigned_date”。
您可以获得分配给给定用户的问题,但不知道每个问题分配给该用户的时间。
含义:该“事件”(将问题分配给用户)不会触发日期记录。
我正在尝试使用 Github API.
获取问题分配给 Github 中用户的日期通过了 https://developer.github.com/v3/issues/ 和 https://developer.github.com/v3/issues/events/
也签入了 https://developer.github.com/v4/explorer/,但不存在。
issue API 中没有提到“assigned_date”。
您可以获得分配给给定用户的问题,但不知道每个问题分配给该用户的时间。
含义:该“事件”(将问题分配给用户)不会触发日期记录。