// API callback
ProcessGBSBookInfo({
  "kind": "books#volumes",
  "totalItems": 1,
  "items": [
    {
      "kind": "books#volume",
      "id": "8S7sDwAAQBAJ",
      "etag": "0wljLPCEc+Y",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/8S7sDwAAQBAJ",
      "volumeInfo": {
        "title": "Langue française,",
        "subtitle": "écrivains francophones",
        "authors": [
          "Ridha Bourkhis"
        ],
        "publishedDate": "2020-06-18",
        "industryIdentifiers": [
          {
            "type": "ISBN_13",
            "identifier": "9782343202624"
          },
          {
            "type": "ISBN_10",
            "identifier": "2343202621"
          }
        ],
        "readingModes": {
          "text": false,
          "image": true
        },
        "pageCount": 376,
        "printType": "BOOK",
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "panelizationSummary": {
          "containsEpubBubbles": false,
          "containsImageBubbles": false
        },
        "imageLinks": {
          "smallThumbnail": "http://books.google.com/books/content?id=8S7sDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
          "thumbnail": "http://books.google.com/books/content?id=8S7sDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
        },
        "language": "un",
        "previewLink": "http://books.google.fr/books?id=8S7sDwAAQBAJ&printsec=frontcover&dq=isbn:9782343202624&hl=&cd=1&source=gbs_api",
        "infoLink": "http://books.google.fr/books?id=8S7sDwAAQBAJ&dq=isbn:9782343202624&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/Langue_fran%C3%A7aise.html?hl=&id=8S7sDwAAQBAJ"
      },
      "saleInfo": {
        "country": "FR",
        "saleability": "NOT_FOR_SALE",
        "isEbook": false
      },
      "accessInfo": {
        "country": "FR",
        "viewability": "PARTIAL",
        "embeddable": true,
        "publicDomain": false,
        "textToSpeechPermission": "ALLOWED",
        "epub": {
          "isAvailable": false
        },
        "pdf": {
          "isAvailable": false
        },
        "webReaderLink": "http://play.google.com/books/reader?id=8S7sDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "SAMPLE",
        "quoteSharingAllowed": false
      }
    }
  ]
}
);