cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/git-providers/connections \ --header 'Authorization: Bearer <token>'
{ "items": [ { "created_at": 123, "git_connection_id": "<string>", "git_provider_type": "github_token", "host": "<string>", "name": "<string>" } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
ManageGitIntegrations
服务用户凭据(前缀:cog_)
1 <= x <= 200
成功响应
显示 子属性
用于获取下一页的游标;如果已经是最后一页,则为 None。
是否在本页之后还有更多可用项。
可选的总数(可为性能考虑而省略)。