getKeywordActions method

Future<Catalog> getKeywordActions()

GET /catalog/keyword-actions

Convenience method for calling getCatalog with CatalogType.keywordActions.

Implementation

Future<Catalog> getKeywordActions() => getCatalog(CatalogType.keywordActions);