lib/datarank/reach.rb in datarank-1.0.0 vs lib/datarank/reach.rb in datarank-1.1.0

- old
+ new

@@ -5,11 +5,11 @@ module Reach # Fetch reach counts for topic by day # # @param slug [String] A topic's unique identifier slug - def reach_daily slug - get "/topics/#{slug}/reach/daily" + def reach_daily(slug, options={}) + get "/topics/#{slug}/reach/daily", options end end end \ No newline at end of file