You are here

function Mandrill::tags_all_time_series in Mandrill 6

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

Return value

array|Mandrill_Exception

File

./mandrill.class.php, line 189

Class

Mandrill

Code

function tags_all_time_series() {
  return $this
    ->request('tags/all-time-series');
}