3.0.0 • Published 5 years ago
@datafire/extpose v3.0.0
@datafire/extpose
Client library for Extpose
Installation and Usage
npm install --save @datafire/extposelet extpose = require('@datafire/extpose').create({
api_key: ""
});
.then(data => {
console.log(data);
});Description
Extpose — in‑store performance analytics and optimization tool for Chrome extensions. https://extpose.com
Actions
getUserExtensions
This endpoint allows you to get list of your extensions including extensions from the watchlist.
extpose.getUserExtensions(null, context)Input
This action has no parameters
Output
- output
array- items Extension
Definitions
Extension
- Extension
object- avg_rating
number - extension_id
integer - install_count
integer - prev_avg_rating
number - prev_install_count
integer - prev_rating_count
integer - rating_count
integer - update_ts
string - url
string
- avg_rating
3.0.0
5 years ago