Files
List Files and Directories
List directory for resource
GET
/
api
/
repos
/
{namespace}
/
{repo_name}
/
dir
/
{resource}
List files and directories in a repository at a given revision and path.
The resource
is the combination of the revision and the path to the directory to list. For example, main/images
would list the files and directories in the images
directory at the main
branch.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
(Required)
(Required) A combination of branch or commit ID plus a path.