Skip to content

Commit

Permalink
Added getStatsTagsCategories
Browse files Browse the repository at this point in the history
  • Loading branch information
agraciakuvut committed Sep 21, 2017
1 parent 0686bfc commit d39da3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/KuvutTagging/KuvutTagging.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,12 @@ public function getTagCategory(array $options = [])
return $this->getResponseBaseOptions($method, $url);
}

public function getStatsTagsCategories(array $options = [])
{
$method = 'GET';
$url = $this->parseUrl('/category/stats/', $options);
return $this->getResponseBaseOptions($method, $url);
}


}

0 comments on commit d39da3b

Please sign in to comment.