Sha256: 535b5f1bf5a40bb2335f2851abcad8612e96a7ffab2e00bbe0530e139b6a824e
Contents?: true
Size: 387 Bytes
Versions: 7
Compression:
Stored size: 387 Bytes
Contents
module Datarank class Client # Module containing methods for interacting with a topic's sentiment data module Sentiment # Fetch sentiment for a topic grouped by day # # @param slug [String] A topic's unique identifier slug def sentiment_daily(slug, options={}) get "/topics/#{slug}/sentiment/daily", options end end end end
Version data entries
7 entries across 7 versions & 1 rubygems