module BWAPI::Client::Projects::Data::Headlines

Headlines module for projects/data/headlines endpoints

Public Instance Methods

data_headlines(project_id, opts = {}) click to toggle source

Get mention headlines that fall within the submitted filters

@param project_id [Integer] Id of project @param opts [Hash] options hash of parameters @option opts [Hash] filter The filters to apply @return [Hash] All Mention headlines

# File lib/bwapi/client/projects/data/headlines.rb, line 13
def data_headlines(project_id, opts = {})
  get "projects/#{project_id}/data/headlines", opts
end