Method: ACTV::Client#popular_events
- Defined in:
- lib/actv/client.rb
#popular_events(params = {}) ⇒ ACTV::SearchResults
Returns popular assets that match a specified query.
203 204 205 206 |
# File 'lib/actv/client.rb', line 203 def popular_events(params={}) response = get("/v2/events/popular", params) ACTV::SearchResults.from_response(response) end |