Class ListRequests

Collection of requests related to lists.

Constructors

Methods

Constructors

Methods

  • Parameters

    • id: string

      The id of the list whose details are to be fetched.

    Returns AxiosRequestConfig

  • Parameters

    • id: string

      The id of the list whose members are to be fetched.

    • Optionalcount: number

      The number of members to fetch. Must be <= 100.

    • Optionalcursor: string

      The cursor to the batch of members to fetch.

    Returns AxiosRequestConfig

  • Parameters

    • id: string

      The id of the list whose tweets are to be fetched.

    • Optionalcount: number

      The number of tweets to fetch. Must be <= 100.

    • Optionalcursor: string

      The cursor to the batch of tweets to fetch.

    Returns AxiosRequestConfig