Module: BWAPI::Client::Projects::Data::Headlines

Included in:
BWAPI::Client::Projects::Data
Defined in:
lib/bwapi/client/projects/data/headlines.rb

Overview

Headlines module for projects/data/headlines endpoints

Instance Method Summary collapse

Instance Method Details

#data_headlines(project_id, opts = {}) ⇒ Hash

Get mention headlines that fall within the submitted filters

Options Hash (opts):

  • filter (Hash)

    The filters to apply



13
14
15
# File 'lib/bwapi/client/projects/data/headlines.rb', line 13

def data_headlines(project_id, opts = {})
  get "projects/#{project_id}/data/headlines", opts
end