Method |
Description |
|
all ( array $params = [] ) : Response |
Get all the blog topcis |
|
create ( string $name, array $params = [] ) : Response |
Create a new blog topic. |
|
delete ( integer $id ) : Response |
Delete a blog topic. |
|
getById ( integer $id ) : Response |
|
|
merge ( array $topicIds, string $groupedTopicName ) : Response |
Group blog topics |
|
search ( string $query, array $params = [] ) : Response |
Search a topic by the query. $query will match name and slug partially |
|
update ( integer $id, array $params = [] ) : Response |
Update a blog topic. |
|