You are here

public function ClientServiceInterface::sendRequest in Sparkpost email 8

Same name and namespace in other branches
  1. 8.2 src/ClientServiceInterface.php \Drupal\sparkpost\ClientServiceInterface::sendRequest()
1 method overrides ClientServiceInterface::sendRequest()
ClientService::sendRequest in src/ClientService.php

File

src/ClientServiceInterface.php, line 14

Class

ClientServiceInterface
Interface ClientServiceInterface.

Namespace

Drupal\sparkpost

Code

public function sendRequest($endpoint, array $data, $method = 'GET');