Module: BWAPI::Client::Brandwatch::Clients::CommandCenter::Themes
- Included in:
- BWAPI::Client::Brandwatch::Clients::CommandCenter
- Defined in:
- lib/bwapi/client/brandwatch/clients/command_center/themes.rb
Overview
Themes module for brandwatch/client/client_id/commandcenter/themes endpoints
Instance Method Summary collapse
-
#brandwatch_themes(client_id) ⇒ Object
Get Vizia themes enabled for client.
-
#brandwatch_update_themes(client_id, opts = {}) ⇒ Object
Alter Vizia themes enabled for client.
Instance Method Details
#brandwatch_themes(client_id) ⇒ Object
Get Vizia themes enabled for client
TODO: Add parameters documentation
11 12 13 |
# File 'lib/bwapi/client/brandwatch/clients/command_center/themes.rb', line 11 def brandwatch_themes(client_id) get "brandwatch/client/#{client_id}/commandcenter/themes" end |
#brandwatch_update_themes(client_id, opts = {}) ⇒ Object
Alter Vizia themes enabled for client
TODO: Add parameters documentation
18 19 20 |
# File 'lib/bwapi/client/brandwatch/clients/command_center/themes.rb', line 18 def brandwatch_update_themes(client_id, opts = {}) get "brandwatch/client/#{client_id}/commandcenter/themes", opts end |