public interface Timelines
Contains all timeline related REST call methods.
- See Also:
-
Method Details
-
pub
- Returns:
- a list containing statuses from the public timeline
-
tag
- Parameters:
hashtag- the tag id without the leading#symbol- Returns:
- a list containing statuses from the hashtag timeline
-
home
- Returns:
- a list containing statuses from the local timeline
-
list
- Parameters:
listId- the list id- Returns:
- a list containing statuses from the list timeline
-