curl --request GET \
--url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/compare/{base_head}/tree \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"status_message": "<string>",
"dirs": [
{
"can_display": true,
"children": [
{
"name": "<string>",
"status": "added"
}
],
"name": "<string>",
"num_subdirs": 1,
"status": "added"
}
],
"oxen_version": "<string>"
}curl --request GET \
--url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/compare/{base_head}/tree \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"status_message": "<string>",
"dirs": [
{
"can_display": true,
"children": [
{
"name": "<string>",
"status": "added"
}
],
"name": "<string>",
"num_subdirs": 1,
"status": "added"
}
],
"oxen_version": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Namespace of the repository
Name of the repository
The base and head revisions separated by '..'