require 'twitter/default' require 'twitter/tweet' module Twitter module API # @note Inspired from twitter-4.5.0/spec/twitter/api/timelines_spec.rb module Timelines # Get some user timeline by screen name (last statuses) # # @param [String] screen_name the twitter user slug # @param [Hash] opts the options to retrieve the statuses # @option opts [Integer] :count The number of statuses to retrieve # # @example # Twitter::Client.new.user_timeline('DolarBlue', count: 1) # #=> [#