Skip to content

API Doc

Alan Lee edited this page Jun 7, 2016 · 4 revisions

This is a living document of the proposed API routes available or wished to be made available in the server


Proposed

POST /register

Request Parameters

{
  email: String,
  password: String (hashed),
  name: String
}

Response Signature

Successful registration: {
  id: UUID
}

Failed registration: {
  error: String
}

Available & Live

Clone this wiki locally