You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to go and back in case exists next or previous pages
RESPONSE: 200
{
"next": null,
"previous": null,
"books": [
{
"id": 41017,
"title": "South Africa and the Transvaal War, Vol. 5 (of 8): From the Disaster at Koorn Spruit to Lord Roberts's Entry into Pretoria",
"authors": [
{
"name": "Creswicke, Louis",
"birth_year": null,
"death_year": null
}
],
"languages": [
"en"
],
"download_count": 65
},
{
"id": 17786,
"title": "Mga Dakilang Pilipino; o ang kaibigan ng mga nagaaral",
"authors": [
{
"name": "Sevilla, Jose N.",
"birth_year": 1880,
"death_year": 1946
}
],
"languages": [
"tl"
],
"download_count": 65
}
]
}
POST - /book/create-book-review-and-rating
REQUEST
{
"book_id": 5,
"rating": 2,
"review": "Este livro eh medio 2"
}
RESPONSE: 200
{
"id": 1,
"book_id": 5,
"rating": 2,
"review": "Este livro eh medio 2"
}
GET - /book/book-details-and-rating/< book_id >
Path Parameter: book_id {INT}
RESPONSE: 200
{
"id": 84,
"title": "Frankenstein; Or, The Modern Prometheus",
"authors": [
{
"name": "Shelley, Mary Wollstonecraft",
"birth_year": 1797,
"death_year": 1851
}
],
"languages": [
"en"
],
"download_count": 17482,
"rating": 3.7,
"reviews": [
"Este livro eh mais ou menos...2",
"Este livro eh mais ou menos...1",
"Este livro eh bom demais 5",
"Este livro eh bom 4",
"Este livro eh medio 3",
"Este livro eh medio 3",
"Este livro eh medio 3",
"Este livro eh medio 3",
"Este livro eh medio 3"
]
}
GET - /book/book-top-number-average-rating/< number >
Path Parameter: number {INT} is a value in query LIMIT