Home > @poq/sdk > IContentClient
IContentClient can be helpful in cases when user wants to work with navigation content/categories.
Signature:
export interface IContentClient
| Method | Description |
|---|---|
| getCategoryById(appIdentifier, categoryId) | Method is used to return a specific category by id. |
| getNavigation(appIdentifier) | Method is used to return list of navigation categories for specific application. |