Class: PostsInsightsFeed
September 10, 2021 · View on GitHub
instagram-private-api / feeds / PostsInsightsFeed
Class: PostsInsightsFeed
feeds.PostsInsightsFeed
Hierarchy
-
Feed<PostsInsightsFeedResponseRootObject,PostsInsightsFeedResponseEdgesItem>↳
PostsInsightsFeed
Table of contents
Constructors
Properties
Accessors
- [items](PostsInsightsFeed.md#items)
Methods
Constructors
constructor
• new PostsInsightsFeed(client)
Parameters
| Name | Type |
|---|---|
client | IgApiClient |
Inherited from
Defined in
Properties
attemptOptions
• attemptOptions: Partial<AttemptOptions<any>>
Inherited from
Defined in
Accessors
items$
• get items$(): Observable<Item[]>
Returns
Observable<Item[]>
Defined in
Methods
deserialize
▸ deserialize(data): void
Parameters
| Name | Type |
|---|---|
data | string |
Returns
void
Inherited from
Defined in
isMoreAvailable
▸ isMoreAvailable(): boolean
Returns
boolean
Inherited from
Defined in
items
▸ items(): Promise<PostsInsightsFeedResponseEdgesItem[]>
Returns
Promise<PostsInsightsFeedResponseEdgesItem[]>
Overrides
Defined in
src/feeds/posts-insights.feed.ts:12
observable
▸ observable(semaphore?, attemptOptions?): Observable<PostsInsightsFeedResponseEdgesItem[]>
Parameters
| Name | Type |
|---|---|
semaphore? | () => Promise<any> |
attemptOptions? | Partial<AttemptOptions<any>> |
Returns
Observable<PostsInsightsFeedResponseEdgesItem[]>
Inherited from
Defined in
request
▸ request(): Promise<PostsInsightsFeedResponseRootObject>
Returns
Promise<PostsInsightsFeedResponseRootObject>
Overrides
Defined in
src/feeds/posts-insights.feed.ts:17
serialize
▸ serialize(): string
Returns
string
Inherited from
Defined in
toPlain
▸ toPlain(): Record<string, any>
Returns
Record<string, any>