bundleFavoritesCount
Gets favorites count for a bundle.
Parameters
Name | Type | Description |
---|---|---|
bundleId | Identifier | The ID of the bundle to get favorites count for. |
Example
const { data: favoritesCount } = await ClassicCatalogApi.bundleFavoritesCount({ bundleId: 429 });
Endpoint
GET /v1/favorites/bundles/{bundleId}/count