简体   繁体   中英

How can I use github api to find most recent repositories?

I realize I can use the since parameter in my API call to determine which range of repos to download:

'https://api.github.com/repositories?since=0'

But is there a way to only pull the most recently updated repositories?

I checked out https://www.githubarchive.org/ but I could not find an easy to use command line interface associated with it. It seems like the only way to use it is to use Google's SDK. I am trying to get a list of all the most recently updated repos on Github using Node.js.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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