module Twitter::REST::Timelines
Direct including types
Defined in:
twitter/rest/timelines.crInstance Method Summary
-
#home_timeline(options = {} of String => String)
perform_get_with_objects('/1.1/statuses/mentions_timeline.json', options, Twitter::Tweet) objects_from_response_with_user(Twitter::Tweet, :get, '/1.1/statuses/user_timeline.json', args) perform_get_with_objects('/1.1/statuses/home_timeline.json', options, Twitter::Tweet) perform_get_with_objects('/1.1/statuses/retweets_of_me.json', options, Twitter::Tweet)
- #mentions_timeline(options = {} of String => String)
- #retweets_of_me(options = {} of String => String)
- #user_timeline(user_id : Int32, options = {} of String => String)
- #user_timeline(screen_name : String, options = {} of String => String)
Instance Method Detail
perform_get_with_objects('/1.1/statuses/mentions_timeline.json', options, Twitter::Tweet) objects_from_response_with_user(Twitter::Tweet, :get, '/1.1/statuses/user_timeline.json', args) perform_get_with_objects('/1.1/statuses/home_timeline.json', options, Twitter::Tweet) perform_get_with_objects('/1.1/statuses/retweets_of_me.json', options, Twitter::Tweet)