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
POST http://lightoak.herokuapp.com/users/sign_in.json --data 'email=[email protected]&password=pass' RESP {"success":true,"auth_token":"LogPyHANgRJ8zr6Rz4dC"}
Регистрация: POST http://lightoak.herokuapp.com/users.json --data 'user[email]=[email protected]&user[password]=pass' ответ: {"created_at":"2013-02-17T12:57:56Z","email":"[email protected]","id":4,"updated_at":"2013-02-17T12:57:56Z"}
The text was updated successfully, but these errors were encountered:
Отправка фото при регистрации Список уроков Получение текущего урока (сессия) Профиль пользователя
Sorry, something went wrong.
Lenhador
No branches or pull requests
Аутентификация
POST
http://lightoak.herokuapp.com/users/sign_in.json --data 'email=[email protected]&password=pass'
RESP
{"success":true,"auth_token":"LogPyHANgRJ8zr6Rz4dC"}
Регистрация:
POST
http://lightoak.herokuapp.com/users.json --data 'user[email]=[email protected]&user[password]=pass'
ответ:
{"created_at":"2013-02-17T12:57:56Z","email":"[email protected]","id":4,"updated_at":"2013-02-17T12:57:56Z"}
The text was updated successfully, but these errors were encountered: