You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
В пути к методам теперь сохраняется path из url, указанного при создании объекта. Пример:
$client = \ApiDQ\Factory\SimpleClientFactory::createClient('https://proxy.example.com/apidq/', 'apiKey', 'apiSecret');
$client
->address
->clean(
(newCleanRequest())
->setCountryCode('RU')
->setQuery('санкт-петербург козлова 30')
);
// Запрос уйдёт на https://proxy.example.com/apidq/v1/clean/address// ранее он ушёл бы на https://proxy.example.com/v1/clean/address