mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
feat: Support subscribe GitHub file commits (#2002)
* feat: Support subscribe github single file * refact: Use GitHub API to crawl commits * Use GitHub API to crawl commits * Update document * Add access_token for github file commits api
This commit is contained in:
@@ -345,6 +345,7 @@ router.get('/github/user/followers/:user', require('./routes/github/follower'));
|
||||
router.get('/github/stars/:user/:repo', require('./routes/github/star'));
|
||||
router.get('/github/search/:query/:sort?/:order?', require('./routes/github/search'));
|
||||
router.get('/github/branches/:user/:repo', require('./routes/github/branches'));
|
||||
router.get('/github/file/:user/:repo/:branch/:filepath+', require('./routes/github/file'));
|
||||
|
||||
// f-droid
|
||||
router.get('/fdroid/apprelease/:app', require('./routes/fdroid/apprelease'));
|
||||
|
||||
Reference in New Issue
Block a user