summaryrefslogtreecommitdiffstats
path: root/api4/api.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement a few team endpoints for APIv4 (#5296)Joram Wilander2017-02-071-4/+3
| | | | | | | | * 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 /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-021-0/+1
|
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-311-0/+1
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-0/+189
* Implement APIv4 infrastructure * Update parameter requirement functions per feedback