Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 191 Bytes

File metadata and controls

3 lines (3 loc) · 191 Bytes
  • get all books, GET, /api/books
  • get one book by id, GET, /api/books/:id
  • search multiple by title, GET, /api/books/s/:search