-
Notifications
You must be signed in to change notification settings - Fork 31
Add User
legan_dary23 edited this page Jun 10, 2018
·
1 revision
POST /api/addUser
Register the new user to the server. User "guest" is initialized in the server whose books are public.
Field | Data Type | Description |
---|---|---|
username | String | The user name to display. |
POST https://localhost:8080/api/addUser
{
"username": "dataspread"
}
{
"status": "success",
"message": null,
"data": null
}