You are here

public function Fastly::makeRequest in Fastly 7.2

File

./fastly.api.inc, line 293
Contains Faslt class that handles API calls to the Fastly service.

Class

Fastly
Fastly API for Drupal.

Code

public function makeRequest($uri, $data = array(), $method = 'GET', $headers = array()) {
  return $this
    ->query($uri, $data, $method, $headers);
}