Module: Datarank::Client::Sentiment
- Included in:
- Datarank::Client
- Defined in:
- lib/datarank/sentiment.rb
Overview
Module containing methods for interacting with a topic’s sentiment data
Instance Method Summary collapse
-
#sentiment_daily(slug, options = {}) ⇒ Object
Fetch sentiment for a topic grouped by day.
Instance Method Details
#sentiment_daily(slug, options = {}) ⇒ Object
Fetch sentiment for a topic grouped by day
10 11 12 |
# File 'lib/datarank/sentiment.rb', line 10 def sentiment_daily(slug, ={}) get "/topics/#{slug}/sentiment/daily", end |