attio-js
Version:
Developer-friendly & type-safe JS/TS SDK based on the official OpenAPI spec of Attio.
22 lines • 708 B
JavaScript
;
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Meta = void 0;
const metaIdentify_js_1 = require("../funcs/metaIdentify.js");
const sdks_js_1 = require("../lib/sdks.js");
const fp_js_1 = require("../types/fp.js");
class Meta extends sdks_js_1.ClientSDK {
/**
* Identify
*
* @remarks
* Identify the current access token, the workspace it is linked to, and any permissions it has.
*/
async identify(options) {
return (0, fp_js_1.unwrapAsync)((0, metaIdentify_js_1.metaIdentify)(this, options));
}
}
exports.Meta = Meta;
//# sourceMappingURL=meta.js.map