Joram Wilander
ba18374bd1
Implement a few team endpoints for APIv4 ( #5296 )
...
* 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
2017-02-07 08:57:41 -08:00
Ruzette Tanyag
d91fea6518
Implement GET /users/email/{email} endpoint for APIv4 ( #5309 )
...
* added get user by email endpoint for APIv4
* added get user by email endpoint unit test and driver
* removed the appended return of user ids on logout
* Added RequireEmail to validate user email. Also updated the get user by email endpoint and unit test
2017-02-07 11:54:07 -05:00
Ruzette Tanyag
fc43bf0581
Implement DELETE /users/{user_id endpoint for APIv4 - rebase cleanup ( #5307 )
...
* added delete user endpoint
* added unit test for delete user endpoint
* added delete user driver
2017-02-05 09:20:17 -08:00
Joram Wilander
7ff2aef7fa
Implement GET /users endpoint for APIv4 ( #5277 )
2017-02-03 15:17:34 -05:00
Joram Wilander
9312469ad5
Implement POST /channels/direct endpoint for APIv4 ( #5283 )
2017-02-03 10:27:12 -05:00
Joram Wilander
ccb0343828
Implement POST /users/ids endpoint for APIv4 ( #5274 )
2017-02-03 09:30:57 -05:00
Joram Wilander
365514174e
Add tear down to APIv4 tests ( #5250 )
...
* Add tear down to APIv4 tests
* Defer tear downs
2017-02-02 11:46:42 -05:00
Joram Wilander
609d4f43d9
Implement POST /channels endpoint for APIv4 ( #5241 )
2017-02-02 09:04:36 -05:00
Joram Wilander
36f43edba3
Implement PUT /users/{user_id}/roles endpoint for APIv4 ( #5238 )
2017-02-01 16:13:16 -05:00
Joram Wilander
0bc0a467a4
Improve APIv4 test lib ( #5237 )
2017-01-31 09:31:53 -05:00
Joram Wilander
7431050b42
Implement POST /teams endpoint ( #5220 )
2017-01-31 07:59:36 -05:00
Joram Wilander
c01d9ad6cf
Implement APIv4 infrastructure ( #5191 )
...
* Implement APIv4 infrastructure
* Update parameter requirement functions per feedback
2017-01-30 08:30:02 -05:00