Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Path 参数
Query 参数
返回响应
🟢200Response
application/json
Body
🟠404404
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.github.com/teams//repos' \
--header'Authorization: Bearer <token>'