Welcome to the Book Lender API!

  Use an Authorization header to work with your own data:

  fetch(url, { headers: { 'Authorization': 'whatever-you-want' }})

  The following endpoints are available:

  GET /status
  GET /books
  GET /books/:id
  PUT /books/:id { shelf }
  POST /search { query, maxResults }