RSSHub/lib
CaoMeiYouRen 17e2fc729d
feat(route/github): enhance /repos route with optional parameters for type, sort, and direction (#17827)
* feat(route/github): enhance /repos route with optional parameters for type, sort, and direction

- Updated the route to accept optional parameters: type, sort, and direction.
- Added filtering logic for repository types: all, owner, member, public, private, forks, and sources.
- Improved documentation for parameters to clarify usage.

* refactor(github): 优化仓库路由参数配置
- 移除 `direction` 参数,简化排序逻辑
- 更新路由路径以匹配简化后的参数
2024-12-10 10:30:42 +08:00
..
api fix(api/category): category api return data 2024-11-02 00:24:55 +07:00
assets
errors
middleware fix(core/cache): update cache key generation to include query limit (#17674) 2024-11-22 01:41:11 +08:00
routes feat(route/github): enhance /repos route with optional parameters for type, sort, and direction (#17827) 2024-12-10 10:30:42 +08:00
routes-deprecated fix(ieee): Restore author.ts (#17688) 2024-11-24 18:53:24 -08:00
utils fix(route/newrank): wechat route error 2024-11-29 19:25:26 +08:00
views fix(view/index): update logo image path to relative (#17803) 2024-12-05 03:30:07 +08:00
app.test.ts
app.tsx
config.test.ts
config.ts feat(route/twitter): add third-party twitter api support 2024-11-29 13:50:59 +08:00
index.ts fix(api): decrease maxHeaderSize 2024-12-05 22:48:13 +08:00
pkg.test.ts
pkg.ts
registry.test.ts
registry.ts
router.js fix(ieee): Restore author.ts (#17688) 2024-11-24 18:53:24 -08:00
routes.test.ts
setup.test.ts
types.ts