We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All endpoints return errors along with other response data specified below
error { code: int error: string message: string }
{ chalmers: { cid: string password: string } }
validate the credentials encrypt them, send them back as cookie
set cookie { errors: [error] }
cookie
unset cookie { errors: [error] }
{ rooms: [{ provider: string id: string },...] errors: [error] }
{ bookings: [{ id: string from: string (2016-11-03T12:15) to: string (2016-11-03T12:30) room: { provider: string id: string } },...] errors: [error] }
{ errors: [error] }
cookie { from: string (2016-11-03T12:15) to: string (2016-11-03T12:30) text: string room: { provider: string id: string } }
{ id: string errors: [error] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All endpoints return errors along with other response data specified below
validate the credentials
encrypt them,
send them back as cookie
The text was updated successfully, but these errors were encountered: