Module: BWAPI::Client::Projects::Query::MentionFind

Included in:
BWAPI::Client::Projects
Defined in:
lib/bwapi/client/projects/query/mentionfind.rb

Overview

mentionfind module for projects/project_id/query/query_id/mentionfind endpoint

Instance Method Summary collapse

Instance Method Details

#mention_find(project_id, query_id, opts = {}) ⇒ Hash

Returns the mention for a specific URL

Options Hash (opts):

  • URL (string)

    of the mention



14
15
16
# File 'lib/bwapi/client/projects/query/mentionfind.rb', line 14

def mention_find(project_id, query_id, opts = {})
  get "projects/#{project_id}/query/#{query_id}/mentionfind", opts
end