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