mesilov / bitrix24-php-sdk

A powerful PHP library for the Bitrix24 REST API
MIT License
408 stars 158 forks source link

Add Request ID to query string parameters #357

Closed mesilov closed 9 months ago

mesilov commented 9 months ago

The Request ID parameter is now included in query strings in addition to the header field for improved tracking. This change was made to accommodate for the current version of the Bitrix24 API that does not use Request ID from headers. A corresponding getQueryStringParameterName method was also added to the RequestIdGeneratorInterface.