Discovery

Discovery

API Discovery Service

Provides information about other Google APIs, such as what APIs are available, the resource, and method details for each API.

Constructor

new Discovery()

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