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
bibliotecarest: API para la gestión de libros de una biblioteca, implementa la lectura de los datos ingresados. Con 2 operaciones: obtiene todos los libros (getAll) y obtiene un libro de acuerdo al número de identificación (id) proporcionado (getOne).