UNPKG

@amityco/ts-sdk

Version:

Amity Social Cloud Typescript SDK

17 lines 595 B
/** * ```js * import { Client } from '@amityco/ts-sdk' * const forYouFeedSetting = await Client.getForYouFeedSetting() * ``` * * Fetches the network-level {@link Amity.ForYouFeedSetting} — whether the For You * feed feature is enabled for the current network. Use `forYouFeed.enabled` as a * feature gate before querying {@link getForYouFeed}. * * @returns A Promise of {@link Amity.ForYouFeedSetting} object * * @category Client API * @async */ export declare const getForYouFeedSetting: () => Promise<Amity.ForYouFeedSetting>; //# sourceMappingURL=getForYouFeedSetting.d.ts.map