简体   繁体   English

在特定时间后创建的问题将在Github API中返回

[英]Issues created after a particular time to be returned in Github API

In the Issues call in the Github API, I want to call issues 'created' after a particular time in my app. 在Github API的Issues调用中,我想在应用程序中经过特定时间后将问题称为“创建的”。 But the parameter list gives only issues 'updated at or after' a particular time. 但是参数列表仅给出在特定时间“或之后”更新的问题。 Is there any way for me to obtain issues created at or after a particular time? 我有什么办法可以解决在特定时间或之后创建的问题? Thanks! 谢谢! https://developer.github.com/v3/issues/#list-issues https://developer.github.com/v3/issues/#list-issues

You should be able to use the Issues Search API for that: 您应该能够为此使用问题搜索API:

https://developer.github.com/v3/search/#search-issues https://developer.github.com/v3/search/#search-issues

Notice that it supports filtering by created and sorting by the same parameter. 请注意,它支持通过created过滤和按相同参数排序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM