bitrix24 / b24phpsdk

Bitrix24 PHP SDK for REST API
MIT License
15 stars 4 forks source link

Add method to simplify webhook initialization #19

Closed mesilov closed 1 month ago

mesilov commented 1 month ago

Introduced ServiceBuilderFactory::createServiceBuilderFromWebhook for easier webhook setup. Updated README and examples in line with this change and improved test coverage for service builder caching functionality.

Q A
Bug fix? no
New feature? yes
Deprecations? no
Issues Fix #17
License MIT