Skip to content

Add Share Book

legan_dary23 edited this page Jun 10, 2018 · 1 revision
POST /api/addShareBook

Add the book given the book share link to the user's booklist.

Parameters

JSON Body Parameters

Field Data Type Description
link String The shared link of the book.

Request

POST https://localhost:8080/api/addShareBook
{
    "link": "1c85VcE5HSJmFHnk3kPlbCwOpVV1JL6dGvo5ZcMB8WJg"
}

Response

{
    "status": "success",
    "message": null,
    "data": null
}

Clone this wiki locally