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