-
Notifications
You must be signed in to change notification settings - Fork 31
Add Book
Legan_dary edited this page May 15, 2018
·
6 revisions
POST /api/addBook
Return the new book of the added book.
Field | Data Type | Description |
---|---|---|
name | String | The name of the added book. |
POST https://localhost:8080/api/addBook
{
"status": "success",
"message": null,
"data": {
"book": {
"name": "GPA",
"id": "cjfx4leqo",
"link": "1c85VcE5HSJmFHnk3kPlbCwOpVV1JL6dGvo5ZcMB8WJg",
"last_modified": "1526212800",
"created_time": "1482624000"
}
}
}