-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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` 参数,简化排序逻辑 - 更新路由路径以匹配简化后的参数
- Loading branch information
1 parent
8434009
commit 17e2fc7
Showing
1 changed file
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters