/user/update-email endpoint

This commit is contained in:
Victor Piousbox
2016-03-04 21:27:16 +00:00
parent 2b8846b803
commit 7dfdbb8b05
6 changed files with 138 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import { isEmpty, cloneDeep } from 'lodash';
const API_TEST_SERVER_PORT = nconf.get('PORT');
let apiVersion;
// Sets up an abject that can make all REST requests
// Sets up an object that can make all REST requests
// If a user is passed in, the uuid and api token of
// the user are used to make the requests
export function requester (user = {}, additionalSets = {}) {