REST Repository API
- GET /
- GET /{id}
- GET /{id}/folder
GET /
Gets a list of repositories accessible to the authenticated user.
GET /{id}
Get the repository with the given id.
GET /{id}/folder
Get the folder associated with the repository with the given id.