Module: Feedlr::Gateway::Mixes
- Included in:
- Client
- Defined in:
- lib/feedlr/gateway/mixes.rb
Overview
Mixes API
Instance Method Summary collapse
-
#stream_most_engaging(stream_id, options = {}) ⇒ Feedlr::Base
Get a mix of the most engaging content available in a stream.
Instance Method Details
#stream_most_engaging(stream_id, options = {}) ⇒ Feedlr::Base
Get a mix of the most engaging content available in a stream
23 24 25 26 |
# File 'lib/feedlr/gateway/mixes.rb', line 23 def stream_most_engaging(stream_id , = {}) build_object(:get, '/mixes/contents', { streamId: stream_id }.merge()) end |