GET
/
api
/
repos
/
{namespace}
/
{repo_name}
/
compare
/
entries
/
{basehead}
/
dir
/
{resource}
curl --request GET \
  --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/compare/entries/{basehead}/dir/{resource} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

user-agent
string
Example:

"oxen/0.10.0"

Path Parameters

namespace
string
required
Example:

""

repo_name
string
required
Example:

""

basehead
string
required
Example:

""

resource
string
required
Example:

""