Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.35 KB

File metadata and controls

19 lines (14 loc) · 1.35 KB

TrendingContentsRequest

Example Usage

import { TrendingContentsRequest } from "@twexapi-dev/x-api-scraper/models/operations";

let value: TrendingContentsRequest = {
  country: "Isle of Man",
  topic: "<value>",
};

Fields

Field Type Required Description
country string ✔️ Country name or slug returned by /twitter/global-trending/countries
topic string ✔️ Topic name or slug returned by /twitter/global-trending/topics