Skip to content

Commit f2c0859

Browse files
mikemdrone29a
authored andcommitted
Add parameters to home_timeline
Two new optional parameters are available for the home_timeline handler: skip_user and include_entities.
1 parent f58cf2f commit f2c0859

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/twitter.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ take any required and optional arguments and call the associated Twitter method.
114114
[:since-id
115115
:max-id
116116
:count
117-
:page]
117+
:page
118+
:skip-user
119+
:include-entities]
118120
(comp #(:content %) status-handler))
119121

120122
(def-twitter-method mentions

0 commit comments

Comments
 (0)