Books

Books

Books API

The Google Books API allows clients to access the Google Books repository.

Constructor

new Books()

Example
```js
const {google} = require('googleapis');
const books = google.books('v1');
```