You are here

public function Ccu2Client::getPurgeApiEndpoint in Akamai 7.3

Implements CcuClientInterface::getPurgeApiEndpoint().

Overrides CcuClientInterface::getPurgeApiEndpoint

File

src/Ccu2Client.php, line 59
Contains the Drupal\akamai\Ccu2Client class.

Class

Ccu2Client

Namespace

Drupal\akamai

Code

public function getPurgeApiEndpoint() {
  return "/ccu/{$this->version}/queues/{$this->queuename}";
}