module BWAPI::Client::CommandCenter::Projects::Data
Data
module for commandcenter/projects/{project_id}/data endpoints
Public Instance Methods
command_center_data(project_id, aggregate, dimension_one, dimension_two, opts = {})
click to toggle source
Retrieve aggregate data and sample mentions broken down by specified dimensions
@param project_id [Integer] Id of project @param aggregate [String] Aggregate value @param dimension_one [String] Dimension 1 value @param dimension_two [String] Dimension 2 value TODO: Add parameters documentation
# File lib/bwapi/client/command_center/projects/data.rb, line 14 def command_center_data(project_id, aggregate, dimension_one, dimension_two, opts = {}) get "commandcenter/projects/#{project_id}/data/#{aggregate}/#{dimension_one}/#{dimension_two}", opts end