-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7814358
commit 4bbc999
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ export default class Backend { | |
* for this user, update their record | ||
* the data is already in JSON format | ||
* | ||
* @param userId | ||
* @param userId | ||
* @param data object: | ||
* {username: "barton", email: "[email protected]"} | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,7 +190,7 @@ export default class Hapi extends Backend { | |
* for this user, update their record | ||
* the data is already in JSON format | ||
* | ||
* @param userId _id | ||
* @param userId _id | ||
* @param data object: | ||
* {username: "barton", email: "[email protected]"} | ||
*/ | ||
|
@@ -213,7 +213,7 @@ export default class Hapi extends Backend { | |
} | ||
/** | ||
* ### _fetch | ||
* A generic function that prepares the request | ||
* A generic function that prepares the request | ||
* | ||
* @returns object: | ||
* {code: response.code, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* # BackendFactory.js | ||
* | ||
* Mocked BackendFactory | ||
* | ||
* | ||
* | ||
*/ | ||
'use strict' | ||
|