instagram-private-api / feeds / PostsInsightsFeed
feeds.PostsInsightsFeed
-
Feed
<PostsInsightsFeedResponseRootObject
,PostsInsightsFeedResponseEdgesItem
>↳
PostsInsightsFeed
• new PostsInsightsFeed(client
)
Name | Type |
---|---|
client |
IgApiClient |
• attemptOptions: Partial
<AttemptOptions
<any
>>
• get
items$(): Observable
<Item
[]>
Observable
<Item
[]>
▸ deserialize(data
): void
Name | Type |
---|---|
data |
string |
void
▸ isMoreAvailable(): boolean
boolean
▸ items(): Promise
<PostsInsightsFeedResponseEdgesItem
[]>
Promise
<PostsInsightsFeedResponseEdgesItem
[]>
src/feeds/posts-insights.feed.ts:12
▸ observable(semaphore?
, attemptOptions?
): Observable
<PostsInsightsFeedResponseEdgesItem
[]>
Name | Type |
---|---|
semaphore? |
() => Promise <any > |
attemptOptions? |
Partial <AttemptOptions <any >> |
Observable
<PostsInsightsFeedResponseEdgesItem
[]>
▸ request(): Promise
<PostsInsightsFeedResponseRootObject
>
Promise
<PostsInsightsFeedResponseRootObject
>
src/feeds/posts-insights.feed.ts:17
▸ serialize(): string
string
▸ toPlain(): Record
<string
, any
>
Record
<string
, any
>