Client for Bitrix24 Rest API
Unfortunately, at the moment the development of the project is suspended. In the near future, only bug fixes and minor technical updates will be released. There is a plan to create a new strongly typed API client (primarily CRM and tasks), but there are no specific deadlines due to the workload on the main project.
К сожалению, в настоящий момент развитие проекта приостановлено. В ближайшее время будут выходить только исправления ошибок и небольшие технические обновления. Существует план создания нового строго типизированного клиента API (в первую очередь CRM и задач), но никаких конкретных сроков нет по причине загруженности на основном проекте.
Split interface, implementation and high-level method calls (in future) to separate packages
IBitrix24Client
interface.
Base client implementation with GET/POST method calls, authentication and request-per-second limit (only in Bitrix24ClientTimeoutBase
).
Provided client are abstract: methods to interact with some persistent storage (for access and refresh tokens) and to obtain OAuth authentication code should be implemented.
Integration with AInq.Background conveyor.
DO NOT use IBitrix24Client
implementations with internal timeout control with this package.
High-level API methods will be added here.
Currently available:
- Get, List, Update, Create, Delete methods for basic CRM entities (lead, deal, contact, company)
There is currently no plan to implement all API methods, first priority is CRM methods implementation.
Дальнейшая разработка
Данный пакет будет дополняться методами общего назначения по мере того, как их реализации будут стабилизироваться и тестироваться в реальном приложении, находящемся сейчас в активной разработке. Разработка ведется с учетом реально встречающегося странного поведения API Битрикс24 (например отдача значения false
в необязательных пользовательских полях числовых типов). Функциональность иногда приносится в жертву надежности, API может отличаться от официального. Таков путь.
As for now documentation is provided in this document and by XML documentation inside packages.
If you find a bug, have a question or something else - you are friendly welcome to open an issue.
Copyright © 2021 Anton Andryushchenko. AInq.Bitrix24 is licensed under Apache License 2.0