Class: LocationFeed
September 10, 2021 · View on GitHub
instagram-private-api / feeds / LocationFeed
Class: LocationFeed
feeds.LocationFeed
Hierarchy
-
Feed<LocationFeedResponse,LocationFeedResponseMedia>↳
LocationFeed
Table of contents
Constructors
Properties
Accessors
- [items](LocationFeed.md#items)
Methods
Constructors
constructor
• new LocationFeed(client)
Parameters
| Name | Type |
|---|---|
client | IgApiClient |
Inherited from
Defined in
Properties
attemptOptions
• attemptOptions: Partial<AttemptOptions<any>>
Inherited from
Defined in
id
• id: string | number
Defined in
tab
• tab: "recent" | "ranked"
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<LocationFeedResponseMedia[]>
Returns
Promise<LocationFeedResponseMedia[]>
Overrides
Defined in
observable
▸ observable(semaphore?, attemptOptions?): Observable<LocationFeedResponseMedia[]>
Parameters
| Name | Type |
|---|---|
semaphore? | () => Promise<any> |
attemptOptions? | Partial<AttemptOptions<any>> |
Returns
Observable<LocationFeedResponseMedia[]>
Inherited from
Defined in
request
▸ request(): Promise<LocationFeedResponse>
Returns
Promise<LocationFeedResponse>
Overrides
Defined in
serialize
▸ serialize(): string
Returns
string
Inherited from
Defined in
toPlain
▸ toPlain(): Record<string, any>
Returns
Record<string, any>