Skip to content

Latest commit

 

History

History
244 lines (130 loc) · 5.24 KB

MusicMoodFeed.md

File metadata and controls

244 lines (130 loc) · 5.24 KB

instagram-private-api / feeds / MusicMoodFeed

Class: MusicMoodFeed

feeds.MusicMoodFeed

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

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


id

id: string | number

Defined in

src/feeds/music-mood.feed.ts:13


product

product: string

Defined in

src/feeds/music-mood.feed.ts:11

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

Overrides

Feed.isMoreAvailable

Defined in

src/feeds/music-mood.feed.ts:41


items

items(): Promise<MusicMoodFeedResponseItemsItem[]>

Returns

Promise<MusicMoodFeedResponseItemsItem[]>

Overrides

Feed.items

Defined in

src/feeds/music-mood.feed.ts:15


observable

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

Parameters

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

Returns

Observable<MusicMoodFeedResponseItemsItem[]>

Inherited from

Feed.observable

Defined in

src/core/feed.ts:21


request

request(): Promise<MusicMoodFeedResponseRootObject>

Returns

Promise<MusicMoodFeedResponseRootObject>

Overrides

Feed.request

Defined in

src/feeds/music-mood.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