module Twitter::REST::Timelines

Direct including types

Defined in:

twitter/rest/timelines.cr

Instance Method Summary

Instance Method Detail

def 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)


[View source]
def mentions_timeline(options = {} of String => String) #

[View source]
def retweets_of_me(options = {} of String => String) #

[View source]
def user_timeline(user_id : Int32, options = {} of String => String) #

[View source]
def user_timeline(screen_name : String, options = {} of String => String) #

[View source]