Skip to content

Instantly share code, notes, and snippets.

@smt116
Created November 15, 2013 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smt116/7484649 to your computer and use it in GitHub Desktop.
Save smt116/7484649 to your computer and use it in GitHub Desktop.

User

Create user

Request: POST https://localhost/api/v1/user

Require parameters:

  • email: unique e-mail address
  • password: user password

Optional parameters:

  • facebook_profile: URL for user facebook profile

If successful - returns 200 OK with json formated user record.

In case of problems will return 40x Error with proper error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment