terms tree

This commit is contained in:
Simon Vieille 2015-02-10 02:49:23 +01:00
parent b8474e717e
commit e949eb16b6

View file

@ -40,6 +40,11 @@ class Client
return $this->get(true, '/categories/tree');
}
public function getTermsTree()
{
return $this->get(true, '/terms/tree');
}
public function get($needAuthorization, $uri, array $options = array())
{
return $this->send($needAuthorization, 'get', $uri, $options);