summaryrefslogtreecommitdiffstats
path: root/api4
Commit message (Collapse)AuthorAgeFilesLines
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-024-0/+245
|
* Implement PUT /users/{user_id}/roles endpoint for APIv4 (#5238)Joram Wilander2017-02-013-1/+69
|
* Improve APIv4 test lib (#5237)Joram Wilander2017-01-313-23/+105
|
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-313-0/+118
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-306-0/+1176
* Implement APIv4 infrastructure * Update parameter requirement functions per feedback