Module: BWAPI::Client::Brandwatch::Clients::CommandCenter::Limits

Included in:
BWAPI::Client::Brandwatch::Clients::CommandCenter
Defined in:
lib/bwapi/client/brandwatch/clients/command_center/limits.rb

Overview

Limits module for brandwatch/client/client_id/commandcenter/limits endpoints

Instance Method Summary collapse

Instance Method Details

#brandwatch_create_vizia_limits(client_id, opts = {}) ⇒ Object

Create limits for a Vizia client

TODO: Add parameters documentation



18
19
20
# File 'lib/bwapi/client/brandwatch/clients/command_center/limits.rb', line 18

def brandwatch_create_vizia_limits(client_id, opts = {})
  post "/brandwatch/clients/#{client_id}/commandcenter/limits", opts
end

#brandwatch_update_vizia_limits(client_id, opts = {}) ⇒ Object

Update limits for a Vizia client

TODO: Add parameters documentation



25
26
27
# File 'lib/bwapi/client/brandwatch/clients/command_center/limits.rb', line 25

def brandwatch_update_vizia_limits(client_id, opts = {})
  put "/brandwatch/clients/#{client_id}/commandcenter/limits", opts
end

#brandwatch_vizia_limits(client_id) ⇒ Object

Fetch configured limits for a Vizia client

TODO: Add parameters documentation



11
12
13
# File 'lib/bwapi/client/brandwatch/clients/command_center/limits.rb', line 11

def brandwatch_vizia_limits(client_id)
  get "/brandwatch/clients/#{client_id}/commandcenter/limits"
end