Check the number of objects processed for a given time period
Parameters:
Can be “day”, “hour”, or “current”
Returns:
API reponse object
117 118 119
# File 'lib/datasift.rb', line 117 def usage(period = :hour) DataSift.request(:POST, 'usage', @config, :period => period ) end