1.0.20220808 • Published 3 years ago
@maxim_mazurok/gapi.client.versionhistory v1.0.20220808
TypeScript typings for Version History API v1
Version History API - Prod For detailed description please check documentation.
Installing
Install typings for Version History API:
npm install @types/gapi.client.versionhistory@v1 --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('versionhistory', 'v1', () => {
// now we can use gapi.client.versionhistory
// ...
});
After that you can use Version History API resources:
/*
Returns list of platforms that are available for a given product. The resource "product" has no resource name in its name.
*/
await gapi.client.versionhistory.platforms.list({ parent: "parent", });
1.0.20220718
3 years ago
1.0.20220627
3 years ago
1.0.20220801
3 years ago
1.0.20220725
3 years ago
1.0.20220711
3 years ago
1.0.20220613
3 years ago
1.0.20220808
3 years ago
1.0.20220606
3 years ago
1.0.20220523
3 years ago
1.0.20220516
3 years ago