Open marcialwushu opened 3 years ago
Repo Issues support browser extension support rssbud Author: @HenryQW @AndreyMZ
Example: https://rsshub.app/github/issue/DIYgod/RSSHub/all/bug
Route: /github/issue/:user/:repo/:state?/:labels?
Parameters: user, required - GitHub username repo, required - GitHub repo name state, optional - the state of the issues. Can be either open, closed, or all. Default: open. labels, optional - a list of comma separated label names
support browser extension support rssbud Author: @hashman
Example: https://rsshub.app/github/pull/DIYgod/RSSHub
Route: /github/pull/:user/:repo
Parameters: user, required - User name repo, required - Repo name
support browser extension support rssbud Author: @zengxs
Example: https://rsshub.app/github/file/DIYgod/RSSHub/master/lib/router.js
Route: /github/file/:user/:repo/:branch/:filepath+
Parameters: user, required - User name repo, required - Repo name branch, required - Branch name filepath+, required - File path
TIP
GitHub provides some official RSS feeds:
Repo releases: https://github.com/:owner/:repo/releases.atom Repo commits: https://github.com/:owner/:repo/commits.atom User activities: https://github.com/:user.atom Private feed: https://github.com/:user.private.atom?token=:secret (You can find Subscribe to your news feed in dashboard (opens new window)page after login)
You can use https://docs.rsshub.app/en/#issue 379 services.
You can filter by title and description