【发布时间】:2020-10-10 01:27:27
【问题描述】:
我尝试从 Angular 应用程序访问 git api url,但它失败了。
https://api.github.com/search/repos/:username/projects 的 Http 失败响应:404 Not Found。
这个 url 正在工作 https://api.github.com/search/repositories/q='mm',它正在返回与关键字 mm 匹配的用户存储库列表。
我需要在特定用户仓库下显示匹配项目。
例如:poetapp 是公共存储库的所有者,在他的存储库下,需要检索匹配关键字的项目列表。
如果搜索关键字,java表示需要返回带有java关键字的项目列表。
你能帮我解决这个问题吗?
【问题讨论】: