Module: Hackeroo::API::Stages
Constant Summary collapse
- MAX_USERS_PER_REQUEST =
100
Constants included from Utils
Instance Method Summary collapse
Instance Method Details
#stages(*args) ⇒ Object
13 14 15 16 17 |
# File 'lib/hackeroo/api/stages.rb', line 13 def stages(*args) arguments = Twitter::API::Arguments.new(args) # merge_user!(arguments.options, user) object_from_response(Hackeroo::Performance, :get, "/api/v1/stages.json", arguments.) end |