Created
November 26, 2012 17:59
-
-
Save munro/4149663 to your computer and use it in GitHub Desktop.
JavaScript Dox Comments
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
/** | |
* Check if email is inuse. | |
* @url /user/login | |
* @request { | |
* {String} email | |
* } | |
* @response { | |
* {Boolean} email_in_use | |
* } | |
* @error server Internal server error | |
* @error bad_request Incorrect request params | |
* @error service_fail Could not authenticate with 3rd party service | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment