public function SendinblueHttpClient::setBaseUrl in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Http/SendinblueHttpClient.php \Drupal\sendinblue\Tools\Http\SendinblueHttpClient::setBaseUrl()
Set the URL for use HTTP cURLs.
Parameters
string $baseUrl: SendInBlue URL.
File
- src/
Tools/ Http/ SendinblueHttpClient.php, line 82
Class
- SendinblueHttpClient
- Sendinblue REST client.
Namespace
Drupal\sendinblue\Tools\HttpCode
public function setBaseUrl($baseUrl) {
$this->baseUrl = $baseUrl;
}