Skip to content

Latest commit

 

History

History
243 lines (130 loc) · 5.08 KB

BestiesFeed.md

File metadata and controls

243 lines (130 loc) · 5.08 KB

instagram-private-api / feeds / BestiesFeed

Class: BestiesFeed

feeds.BestiesFeed

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new BestiesFeed(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


state

set state(body): void

Parameters

Name Type
body BestiesFeedResponse

Returns

void

Defined in

src/feeds/account-friendships-besties.feed.ts:9

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<BestiesFeedResponseUsersItem[]>

Returns

Promise<BestiesFeedResponseUsersItem[]>

Overrides

Feed.items

Defined in

src/feeds/account-friendships-besties.feed.ts:26


observable

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

Parameters

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

Returns

Observable<BestiesFeedResponseUsersItem[]>

Inherited from

Feed.observable

Defined in

src/core/feed.ts:21


request

request(): Promise<BestiesFeedResponse>

Returns

Promise<BestiesFeedResponse>

Overrides

Feed.request

Defined in

src/feeds/account-friendships-besties.feed.ts:14


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