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.
POST /api/addUser
Register the new user to the server. User "guest" is initialized in the server whose books are public.
POST https://localhost:8080/api/addUser { "username": "dataspread" }
{ "status": "success", "message": null, "data": null }