API Routes - ITsvetkoFF/Kv-013 GitHub Wiki

User

Get current user

GET /api/user    

Get all repositories of current user

GET /api/user/repos    

Change current project for a user

PATCH /api/user    

Repositories

Get one repository by id

GET /api/repos/:id    

Collaborators

Get list of all collaborators of a specific repository

GET /api/repos/:id/collaborators    

Roles

Get list of all roles

GET api/roles   

Change role of a collaborator for a specific repository

PATCH api/repos/:id/collaborators/:id