diff --git a/src/KuvutTagging/KuvutTagging.php b/src/KuvutTagging/KuvutTagging.php index 58f7283..671aa5b 100644 --- a/src/KuvutTagging/KuvutTagging.php +++ b/src/KuvutTagging/KuvutTagging.php @@ -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); + } + } \ No newline at end of file