Skip to content

Commit

Permalink
Merge pull request #78 from sullyj3/master
Browse files Browse the repository at this point in the history
add result_type to searchTweets
  • Loading branch information
himura authored Jan 10, 2021
2 parents 1217e0a + 4191db4 commit cbe6798
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 cbe6798

Please sign in to comment.