{"name":"GitHub Issues RSS Generator","version":"1.0.0","description":"为GitHub项目的issues生成RSS订阅","usage":{"rss_endpoint":"http://api.github.ghjk.cc/rss/{owner}/{repo}","api_endpoint":"http://api.github.ghjk.cc/api/issues/{owner}/{repo}","examples":{"rss":"http://api.github.ghjk.cc/rss/microsoft/vscode","api":"http://api.github.ghjk.cc/api/issues/microsoft/vscode"},"parameters":{"state":"open | closed | all (默认: all)","sort":"created | updated | comments (默认: updated)","direction":"asc | desc (默认: desc)","per_page":"每页数量，最大100 (默认: 30)","page":"页码 (默认: 1)","labels":"标签过滤，多个用逗号分隔"},"example_with_params":"http://api.github.ghjk.cc/rss/microsoft/vscode?state=open&sort=updated&per_page=20&labels=bug,enhancement"},"note":"建议设置GITHUB_TOKEN环境变量以增加API速率限制"}