Package blue.starry.penicillin.endpoints.premiumsearch

Functions

Link copied to clipboard
fun PremiumSearchEnvironment.count(    query: String,     fromDate: LocalDateTime? = null,     toDate: LocalDateTime? = null,     bucket: SearchBucket? = null,     next: String? = null,     vararg options: Option): PremiumSearchJsonObjectApiAction<PremiumSearchCount>
fun PremiumSearch.count(    product: SearchProduct,     label: String,     query: String,     fromDate: LocalDateTime? = null,     toDate: LocalDateTime? = null,     bucket: SearchBucket? = null,     next: String? = null,     vararg options: Option): PremiumSearchJsonObjectApiAction<PremiumSearchCount>

Returns counts data Tweets for the specified query. To learn how to use Twitter Search effectively, please see the Premium search operators page for a list of available filter operators.

Link copied to clipboard
fun PremiumSearchEnvironment.data(    query: String,     tag: String? = null,     fromDate: LocalDateTime? = null,     toDate: LocalDateTime? = null,     maxResults: Int? = null,     next: String? = null,     vararg options: Option): PremiumSearchJsonObjectApiAction<PremiumSearchData>
fun PremiumSearch.data(    product: SearchProduct,     label: String,     query: String,     tag: String? = null,     fromDate: LocalDateTime? = null,     toDate: LocalDateTime? = null,     maxResults: Int? = null,     next: String? = null,     vararg options: Option): PremiumSearchJsonObjectApiAction<PremiumSearchData>

Returns a collection of relevant Tweets matching a specified query. To learn how to use Twitter Search effectively, please see the Premium search operators page for a list of available filter operators.