UNPKG

@2bad/bitrix

Version:

Bitrix24 REST API client that doesn't suck

6 lines (5 loc) 171 B
import { Method } from '../../methods'; export default ({ call }) => ({ fields: () => call(Method.USER_FIELDS, {}), get: (id) => call(Method.USER_GET, { id }) });