FeedApiClientInterface
Methods
getExploreFeed()
getExploreFeed(
params?
,config?
):Promise
<SCPaginatedResponse
<SCFeedUnitType
>>
Parameters
Parameter | Type |
---|---|
params? | FeedParams |
config? | AxiosRequestConfig |
Returns
Promise
<SCPaginatedResponse
<SCFeedUnitType
>>
getMainFeed()
getMainFeed(
params?
,config?
):Promise
<SCPaginatedResponse
<SCFeedUnitType
>>
Parameters
Parameter | Type |
---|---|
params? | FeedParams |
config? | AxiosRequestConfig |
Returns
Promise
<SCPaginatedResponse
<SCFeedUnitType
>>
getMainFeedUnseenCount()
getMainFeedUnseenCount(
config?
):Promise
<SCFeedUnseenCountType
>
Parameters
Parameter | Type |
---|---|
config? | AxiosRequestConfig |
Returns
Promise
<SCFeedUnseenCountType
>