한국어
cURL
curl --request GET \ --url https://api.cursor.com/v0/repositories \ --header 'Authorization: Bearer <token>'
{ "repositories": [ { "owner": "your-org", "name": "your-repo", "repository": "https://github.com/your-org/your-repo" } ] }
인증된 사용자가 접근할 수 있는 GitHub 저장소 목록을 가져와.
API key from Cursor Dashboard
Repositories retrieved successfully
The response is of type object.
object
이 페이지가 도움이 되었나요?