Hello,
It seems that the headers about the rate limit of the api are not accessible when doing a call like
$response = $mailerliteClient->groups()->addSubscriber(...);
$response contains only the body, but the response_code and the response headers are then no usable by the code. Is there an alternative?
Thanks!!!
Hello,
It seems that the headers about the rate limit of the api are not accessible when doing a call like
$response contains only the body, but the response_code and the response headers are then no usable by the code. Is there an alternative?
Thanks!!!