You are here

public function SendinblueHttpClient::setApiKey in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Tools/Http/SendinblueHttpClient.php \Drupal\sendinblue\Tools\Http\SendinblueHttpClient::setApiKey()

Set the APIKEy for use HTTP cURLs.

Parameters

string $apikey: Sendinblue APIKEY.

File

src/Tools/Http/SendinblueHttpClient.php, line 72

Class

SendinblueHttpClient
Sendinblue REST client.

Namespace

Drupal\sendinblue\Tools\Http

Code

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