Appearance
Promise-wrapper and a set of new methods
Including the Library in Your Script
New REST documentation
npm i bitrix24-library@latest
import { Bitrix24 } from 'bitrix24-library'; Bitrix24().then((BX24) => { console.log(BX24.getDomain()); const RestCall = BX24.createBatch(); RestCall.batch({ info: ['app.info'], profile: ['profile'], }).then(console.info); });