UNPKG

attio-js

Version:

Developer-friendly & type-safe JS/TS SDK based on the official OpenAPI spec of Attio.

18 lines 544 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { metaIdentify } from "../funcs/metaIdentify.js"; import { ClientSDK } from "../lib/sdks.js"; import { unwrapAsync } from "../types/fp.js"; export class Meta extends ClientSDK { /** * Identify * * @remarks * Identify the current access token, the workspace it is linked to, and any permissions it has. */ async identify(options) { return unwrapAsync(metaIdentify(this, options)); } } //# sourceMappingURL=meta.js.map