Module: Hackeroo::API::Performances

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

Constant Summary collapse

MAX_USERS_PER_REQUEST =
100

Constants included from Utils

Utils::DEFAULT_CURSOR

Instance Method Summary collapse

Instance Method Details

#performances(*args) ⇒ Object



13
14
15
16
17
# File 'lib/hackeroo/api/performances.rb', line 13

def performances(*args)
  arguments = Twitter::API::Arguments.new(args)
  # merge_user!(arguments.options, user)
  object_from_response(Hackeroo::Performance, :get, "/api/v1/performances.json", arguments.options)
end