We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/author/create
Method:
POST
Example:
GET /authors/create/ HTTP 405 Method Not Allowed Allow: POST, OPTIONS Content-Type: application/json Vary: Accept { "detail": "Method \"GET\" not allowed." }
after author fill out the sign up information on the html, it would return:
POST /author/create HTTP 201 Created Allow: POST, OPTIONS Content-Type: application/json Vary: Accept { "id": "0abf9564-7f6f-480e-9da2-89a365ee6b29", "displayName": "Anny", "username": "XInyi", "password": "pbkdf2_sha256$30000$59ess4NwHYVD$50V3Lnb+/3pqzCyawwhmFrRTyMznIwN+teSnK+srA2A=", "email": "anny@hotmail.com", "first_name": "Xinyi", "last_name": "P", "github": "anny", "avatar": "", "date_created": "2016-11-29T10:46:16.423696Z", "host": "http://socialnets404.herokuapp.com/" }