コンストラクター
コンストラクター
• new TrendsClient(client): TrendsClient
新しい trends クライアントインスタンスを作成します
パラメーター
戻り値
TrendsClient
定義場所
trends/client.ts:90メソッド
getByWoeid
▸ getByWoeid(woeid, options): Promise<Response>
Get Trends by WOEID
Retrieves trending topics for a specific location identified by its WOEID.
パラメーター
戻り値
Promise<Response>
API レスポンスに解決される Promise。requestOptions.raw が true の場合は生の Response を返します
定義場所
trends/client.ts:135 ▸ getByWoeid(woeid, options?): Promise<Get2TrendsByWoeidWoeidResponse>
パラメーター
戻り値
Promise<Get2TrendsByWoeidWoeidResponse>
定義場所
trends/client.ts:148getPersonalized
▸ getPersonalized(options): Promise<Response>
Get personalized Trends
Retrieves personalized trending topics for the authenticated user.
パラメーター
戻り値
Promise<Response>
API レスポンスに解決される Promise。requestOptions.raw が true の場合は生の Response を返します
定義場所
trends/client.ts:285 ▸ getPersonalized(options?): Promise<Get2UsersPersonalizedTrendsResponse>
パラメーター
戻り値
Promise<Get2UsersPersonalizedTrendsResponse>