You are here

public function SendinblueHttpClient::setApiKey in SendinBlue 7.2

Set the APIKEy for use HTTP cURLs.

Parameters

string $apikey: Sendinblue APIKEY.

File

includes/Http/SendinblueHttpClient.php, line 57

Class

SendinblueHttpClient
Sendinblue REST client.

Code

public function setApiKey($apikey) {
  $this->apiKey = $apikey;
}