You are here

function Mandrill::urls_time_series in Mandrill 6

@link https://mandrillapp.com/api/docs/urls.html#method=time-series

Return value

array|Mandrill_Exception

File

./mandrill.class.php, line 267

Class

Mandrill

Code

function urls_time_series($url) {
  return $this
    ->request('urls/time-series', array(
    'url' => $url,
  ));
}