Sha256: 34421e438b6daf37772b5450db896139ae380b9a573a37e72889c6c95d917111

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

module Datarank
  class Client

    # Module containing methods for interacting with a topic's reach data
    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"
      end

    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datarank-1.0.0 lib/datarank/reach.rb