Bx24 Wrapper Js Versions Save

Класс-обертка для стандартной JS-библиотеки Битрикс24. Позволяет избежать ада колбеков и работать c REST API Битрикс24, используя асинхронные функции и асинхронные генераторы ECMAScript 9.

1.5.1

9 months ago

Changelog

  • fix method callBatch(): now if flag haltOnError = false, then errors in batch request are skipped (issue-4 thanks to @AlexandreZaytsev);
  • fix typos in Dock-blocks.

1.5.0

1 year ago

Changelog

New features and fixes (issue-3 thanks to @AlexandreZaytsev)

  • added new optional parameter dataExtractor to 6 methods:
    • callMethod();
    • callListMethod();
    • fetchList();
    • callBatch();
    • callLongBatch();
    • callLargeBatch();
  • added new optional parameter idKey to method fetchList().

1.4.2

3 years ago

Changelog

  • refactoring;
  • update README.md.

1.4.1

3 years ago

Fix parameter throttle.