UNPKG

userplex

Version:

The official TypeScript library for the Userplex API

12 lines 475 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from "../core/resource.mjs"; export class Users extends APIResource { /** * Creates or updates an end user in InstantDB with the provided information. * Requires a valid API key for authentication. */ identify(body, options) { return this._client.post('/api/identify', { body, ...options }); } } //# sourceMappingURL=users.mjs.map