typed-chrome-webstore-api
Advanced tools
Comparing version 0.4.7 to 0.4.8
{ | ||
"name": "typed-chrome-webstore-api", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"description": "Typed Chrome Webstore API to upload/publish extensions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -57,2 +57,17 @@ [![Build Status](https://travis-ci.com/cardinalby/typed-chrome-webstore-api.svg?branch=master)](https://travis-ci.com/cardinalby/typed-chrome-webstore-api) | ||
##### Get Licenses | ||
```js | ||
const result = await api.getLicenses(appId, userId); | ||
``` | ||
##### Get User Licenses | ||
```js | ||
const result = await api.getUserLicenses(appId); | ||
``` | ||
##### Get Payments | ||
```js | ||
const result = await api.getPayments(itemId); | ||
``` | ||
##### Download extension crx | ||
@@ -59,0 +74,0 @@ This feature is experimental because of API is not documented |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29318
85