Skip to content

Latest commit

 

History

History
222 lines (118 loc) · 4.98 KB

StoriesInsightsFeed.md

File metadata and controls

222 lines (118 loc) · 4.98 KB

instagram-private-api / feeds / StoriesInsightsFeed

Class: StoriesInsightsFeed

feeds.StoriesInsightsFeed

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new StoriesInsightsFeed(client)

Parameters

Name Type
client IgApiClient

Inherited from

Feed.constructor

Defined in

src/core/repository.ts:7

Properties

attemptOptions

attemptOptions: Partial<AttemptOptions<any>>

Inherited from

Feed.attemptOptions

Defined in

src/core/feed.ts:10

Accessors

items$

get items$(): Observable<Item[]>

Returns

Observable<Item[]>

Defined in

src/core/feed.ts:18

Methods

deserialize

deserialize(data): void

Parameters

Name Type
data string

Returns

void

Inherited from

Feed.deserialize

Defined in

src/core/feed.ts:79


isMoreAvailable

isMoreAvailable(): boolean

Returns

boolean

Inherited from

Feed.isMoreAvailable

Defined in

src/core/feed.ts:87


items

items(): Promise<StoriesInsightsFeedResponseEdgesItem[]>

Returns

Promise<StoriesInsightsFeedResponseEdgesItem[]>

Overrides

Feed.items

Defined in

src/feeds/stories-insights.feed.ts:15


observable

observable(semaphore?, attemptOptions?): Observable<StoriesInsightsFeedResponseEdgesItem[]>

Parameters

Name Type
semaphore? () => Promise<any>
attemptOptions? Partial<AttemptOptions<any>>

Returns

Observable<StoriesInsightsFeedResponseEdgesItem[]>

Inherited from

Feed.observable

Defined in

src/core/feed.ts:21


request

request(): Promise<StoriesInsightsFeedResponseRootObject>

Returns

Promise<StoriesInsightsFeedResponseRootObject>

Overrides

Feed.request

Defined in

src/feeds/stories-insights.feed.ts:20


serialize

serialize(): string

Returns

string

Inherited from

Feed.serialize

Defined in

src/core/feed.ts:75


toPlain

toPlain(): Record<string, any>

Returns

Record<string, any>

Inherited from

Feed.toPlain

Defined in

src/core/feed.ts:83