Skip to content

v2.4.0

Compare
Choose a tag to compare
@mrhyde mrhyde released this 21 Oct 05:15
· 56 commits to master since this release
fb296ca

Add constructor option to override underlying http client configuration

const bitrix = Bitrix('https://PORTAL_NAME.bitrix24.ru/rest', 'ACCESS_TOKEN', {https: { rejectUnauthorized: false }})