// API callback
ProcessGBSBookInfo({
  "kind": "books#volumes",
  "totalItems": 1,
  "items": [
    {
      "kind": "books#volume",
      "id": "rslCAAAAcAAJ",
      "etag": "e0ARGd1aJOA",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/rslCAAAAcAAJ",
      "volumeInfo": {
        "title": "God Save the King",
        "authors": [
          "Georg Joseph Vogler"
        ],
        "publishedDate": "1793",
        "industryIdentifiers": [
          {
            "type": "OTHER",
            "identifier": "BSB:BSB10497519"
          }
        ],
        "readingModes": {
          "text": false,
          "image": true
        },
        "pageCount": 18,
        "printType": "BOOK",
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "0.4.4.0.full.1",
        "panelizationSummary": {
          "containsEpubBubbles": false,
          "containsImageBubbles": false
        },
        "imageLinks": {
          "smallThumbnail": "http://books.google.com/books/content?id=rslCAAAAcAAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
          "thumbnail": "http://books.google.com/books/content?id=rslCAAAAcAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
        },
        "language": "en",
        "previewLink": "http://books.google.com/books?id=rslCAAAAcAAJ&printsec=frontcover&dq=LCCN:n82217198&hl=&cd=1&source=gbs_api",
        "infoLink": "https://play.google.com/store/books/details?id=rslCAAAAcAAJ&source=gbs_api",
        "canonicalVolumeLink": "https://play.google.com/store/books/details?id=rslCAAAAcAAJ"
      },
      "saleInfo": {
        "country": "US",
        "saleability": "FREE",
        "isEbook": true,
        "buyLink": "https://play.google.com/store/books/details?id=rslCAAAAcAAJ&rdid=book-rslCAAAAcAAJ&rdot=1&source=gbs_api"
      },
      "accessInfo": {
        "country": "US",
        "viewability": "ALL_PAGES",
        "embeddable": true,
        "publicDomain": true,
        "textToSpeechPermission": "ALLOWED",
        "epub": {
          "isAvailable": false,
          "downloadLink": "http://books.google.com/books/download/God_Save_the_King.epub?id=rslCAAAAcAAJ&hl=&output=epub&source=gbs_api"
        },
        "pdf": {
          "isAvailable": true,
          "downloadLink": "http://books.google.com/books/download/God_Save_the_King.pdf?id=rslCAAAAcAAJ&hl=&output=pdf&sig=ACfU3U2hOpVbsbFsbUZ62jh68r8sm7QXqg&source=gbs_api"
        },
        "webReaderLink": "http://play.google.com/books/reader?id=rslCAAAAcAAJ&hl=&source=gbs_api",
        "accessViewStatus": "FULL_PUBLIC_DOMAIN",
        "quoteSharingAllowed": false
      }
    }
  ]
}
);