UNPKG

@2bad/bitrix

Version:

Bitrix24 REST API client that doesn't suck

8 lines (7 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const methods_1 = require("../../methods"); exports.default = ({ call }) => ({ fields: () => call(methods_1.Method.USER_FIELDS, {}), get: (id) => call(methods_1.Method.USER_GET, { id }) });