Module: BWAPI::Client::Brandwatch::Users

Included in:
BWAPI::Client::Brandwatch
Defined in:
lib/bwapi/client/brandwatch/users.rb

Overview

users_details module for brandwatch/users/details endpoint

Instance Method Summary collapse

Instance Method Details

#brandwatch_users_details(opts = {}) ⇒ Hash

Returns the specified users details

Parameters:

  • opts (Hash) (defaults to: {})

    options hash of parameters

Options Hash (opts):

  • username (String)

    of the user

Returns:

  • (Hash)

    Returns the user DTO



11
12
13
# File 'lib/bwapi/client/brandwatch/users.rb', line 11

def brandwatch_users_details(opts = {})
  get 'brandwatch/users/details', opts
end