Androidpublisher

Androidpublisher

Google Play Android Developer API

Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it.

Constructor

new Androidpublisher()

Example
```js
const {google} = require('googleapis');
const androidpublisher = google.androidpublisher('v3');
```