cURL
curl --request GET \ --url https://api.example.com/v1/repositories \ --header 'Authorization: Bearer <token>'
[ {} ]
ユーザーの登録済みリポジトリ一覧を取得する。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response