Examples
Chaining Promises
The code below will sign out a user and immediately sign back in as a guest.
userService.signOut()
.then(signIn());
Detailed Examples
Examples for the SDK can be found within the descriptions for each API.
Please refer to the unit tests for detailed usage and examples. There is one unit test file for each endpoint/method.
Documentation
All source code in this repository follows ESDOC standards. The documentation is automatically generated with esdocs through the npm script doc. The generated documentation html can be found in the docs directory.