cURL
curl --request GET \ --url https://api.example.com/v1/repositories/{repository_id}/files \ --header 'Authorization: Bearer <token>'
{ "files": [ { "path": "<string>", "size": 123 } ] }
指定コミット時点のファイル一覧を返す。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
コミットハッシュ
Successful Response
Show child attributes