module

Twitter::REST::Timelines

Instance methods

home_timeline(options = {} of String => String) : Array(Twitter::Tweet)

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)

Source
mentions_timeline(options = {} of String => String) : Array(Twitter::Tweet)
Source
retweets_of_me(options = {} of String => String) : Array(Twitter::Tweet)
Source
user_timeline(user_id : Int32 | Int64, options = {} of String => String) : Array(Twitter::Tweet)
Source
user_timeline(screen_name : String, options = {} of String => String) : Array(Twitter::Tweet)
Source