Module: Hackeroo::API::Stages

Includes:
Utils
Included in:
Client
Defined in:
lib/hackeroo/api/stages.rb

Constant Summary collapse

MAX_USERS_PER_REQUEST =
100

Constants included from Utils

Utils::DEFAULT_CURSOR

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.options)
end