Skip to content

Commit

Permalink
add result_type to searchTweets
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Aug 15, 2020
1 parent c26a85c commit 4191db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Web/Twitter/Conduit/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ searchTweets q = APIRequest "GET" (endpoint ++ "search/tweets.json") [("q", PVSt
type SearchTweets = '[
"lang" ':= T.Text
, "locale" ':= T.Text
, "result_type" ':= T.Text
, "count" ':= Integer
, "until" ':= Day
, "since_id" ':= Integer
Expand Down

0 comments on commit 4191db4

Please sign in to comment.