summaryrefslogtreecommitdiffstats
path: root/api4/team.go
Commit message (Collapse)AuthorAgeFilesLines
...
* APIv4: GET /teams/{team_id}/members (#5460)Saturnino Abril2017-02-221-0/+21
| | | | | | | | | | * APIv4: GET /teams/{team_id}/members * removed unecessary comment * changed route to session required, and logout test to unauthorized Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
* Implement endpoint for APIv4: PUT /teams/{team_id}/members/{user_id}/roles ↵Saturnino Abril2017-02-211-0/+28
| | | | (#5471)
* Various APIv4 fixes (#5474)Joram Wilander2017-02-201-1/+1
|
* Implementation endpoint for APIv4: GET /teams/name/{name} (#5473)Saturnino Abril2017-02-201-0/+16
| | | | | | | | | | * APIv4: GET /teams/name/{name} Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> * reorganized test with SystemAdminClient Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
* Implement GET teams/{team_id}/stats - apiv4 (#5453)Saturnino Abril2017-02-171-1/+21
| | | | | | | | * api4 GET teams/{team_id}/stats * api4 GET teams/{team_id}/stats * moved TeamStats router to team.go
* Implement a few team endpoints for APIv4 (#5296)Joram Wilander2017-02-071-0/+64
| | | | | | | | * Implement GET /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams endpoint for APIv4 * Implement GET /teams/{team_id}/members/{user_id} endpoint for APIv4
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-311-0/+42