instagram-private-api / services / InsightsService
services.InsightsService
-
Repository
↳
InsightsService
• new InsightsService(client
)
Name | Type |
---|---|
client |
IgApiClient |
Repository.constructor
▸ account(options
): Promise
<InsightsServiceAccountResponseRootObject
>
Name | Type |
---|---|
options |
AccountInsightsOptions |
Promise
<InsightsServiceAccountResponseRootObject
>
src/services/insights.service.ts:7
▸ igtv(mediaId
): Promise
<Object
>
Name | Type |
---|---|
mediaId |
string |
Promise
<Object
>
src/services/insights.service.ts:43
▸ post(mediaId
): Promise
<InsightsServicePostResponseRootObject
>
Name | Type |
---|---|
mediaId |
string |
Promise
<InsightsServicePostResponseRootObject
>
src/services/insights.service.ts:27
▸ story(storyId
): Promise
<StoriesInsightsFeedResponseRootObject
>
Name | Type |
---|---|
storyId |
string |