You are here

public function Ccu3Client::getPurgeApiEndpoint in Akamai 7.3

Implements CcuClientInterface::getPurgeApiEndpoint().

Overrides CcuClientInterface::getPurgeApiEndpoint

File

src/Ccu3Client.php, line 29
Contains the Drupal\akamai\Ccu3Client class.

Class

Ccu3Client

Namespace

Drupal\akamai

Code

public function getPurgeApiEndpoint() {
  return "/ccu/{$this->version}/{$this->operation}/url/{$this->network}";
}