@maxim_mazurok/gapi.client.playdeveloperreporting
TypeScript icon, indicating that this package has built-in type declarations

1.0.20220811 • Public • Published

TypeScript typings for Google Play Developer Reporting API v1beta1

For detailed description please check documentation.

Installing

Install typings for Google Play Developer Reporting API:

npm install @types/gapi.client.playdeveloperreporting@v1beta1 --save-dev

Usage

You need to initialize Google API client in your code:

gapi.load('client', () => {
  // now we can use gapi.client
  // ...
});

Then load api client wrapper:

gapi.client.load('playdeveloperreporting', 'v1beta1', () => {
  // now we can use gapi.client.playdeveloperreporting
  // ...
});

After that you can use Google Play Developer Reporting API resources:

/*
Lists anomalies in any of the datasets.
*/
await gapi.client.playdeveloperreporting.anomalies.list({ parent: "parent",  });

Readme

Keywords

none

Package Sidebar

Install

npm i @maxim_mazurok/gapi.client.playdeveloperreporting

Weekly Downloads

1

Version

1.0.20220811

License

MIT

Unpacked Size

57.4 kB

Total Files

6

Last publish

Collaborators

  • maxim_mazurok