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
GET /book/all?limit={limit}&page={page}&orderby={orderby}/filter?title={title}&genre={genre}&author={author}
Método que obtiene todos los libros considerando las opciones de filtrar por las siguientes condiciones:
title título del libro
genre genero
autor autor del libro
Publisher editorial
minPrice precio mínimo
maxPrice precio máximo
Además, se consideran las siguientes opciones de paginación y ordenamiento:
limit cantidad de registros
page numero de página a mostrar
orderby campo según el cual se ordenarán los registros, donde las opciones disponibles son:
o title_ASC
o title_DESC
o score_ASC
o score_DESC
o totalPurchases_ASC
o totalPurchases_DESC
o pubDate_ASC
o pubDate_DESC
The text was updated successfully, but these errors were encountered:
GET /book/all?limit={limit}&page={page}&orderby={orderby}/filter?title={title}&genre={genre}&author={author}
Método que obtiene todos los libros considerando las opciones de filtrar por las siguientes condiciones:
Además, se consideran las siguientes opciones de paginación y ordenamiento:
o title_ASC
o title_DESC
o score_ASC
o score_DESC
o totalPurchases_ASC
o totalPurchases_DESC
o pubDate_ASC
o pubDate_DESC
The text was updated successfully, but these errors were encountered: