cURL
curl --request GET \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/file/{resource} \ --header 'Authorization: Bearer <token>'
""
Get a file for resource
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
(Required)
"ox"
"test-repo"
(Required) A combination of branch or commit ID plus a path
"{{last_branch_name}}/README.md"
OK