DaffCategoryServiceInterface
An interface for category service drivers.
Properties
| Name | Type | Description |
|---|---|---|
| get | Observable<DaffGetCategoryResponse<V, W>> |
Fetch a category by its ID. |
| getByUrl | Observable<DaffGetCategoryResponse<V, W>> |
Fetch a category by its associated URL. |