@unkey/api
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@unkey/api* API.
23 lines • 954 B
JavaScript
;
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Analytics = void 0;
const analyticsGetVerifications_js_1 = require("../funcs/analyticsGetVerifications.js");
const sdks_js_1 = require("../lib/sdks.js");
const fp_js_1 = require("../types/fp.js");
class Analytics extends sdks_js_1.ClientSDK {
/**
* Query key verification data
*
* @remarks
* Execute custom SQL queries against your key verification analytics.
* For complete documentation including available tables, columns, data types, query examples, see the schema reference in the API documentation.
*/
async getVerifications(request, options) {
return (0, fp_js_1.unwrapAsync)((0, analyticsGetVerifications_js_1.analyticsGetVerifications)(this, request, options));
}
}
exports.Analytics = Analytics;
//# sourceMappingURL=analytics.js.map