summaryrefslogtreecommitdiffstats
path: root/api4/params.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement GET `/users/email/{email}` endpoint for APIv4 (#5309)Ruzette Tanyag2017-02-071-0/+5
| | | | | | | | | | * 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
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-031-0/+23
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-0/+61
* Implement APIv4 infrastructure * Update parameter requirement functions per feedback