Module: BWAPI::Client::Brandwatch
- Included in:
- BWAPI::Client
- Defined in:
- lib/bwapi/client/brandwatch.rb,
lib/bwapi/client/brandwatch/become.rb,
lib/bwapi/client/brandwatch/clients.rb,
lib/bwapi/client/brandwatch/clients/users.rb,
lib/bwapi/client/brandwatch/clients/modules.rb
Overview
Brandwatch module for brandwatch endpoints
Defined Under Namespace
Instance Method Summary collapse
-
#brandwatch_data_download(project_id, opts = {}) ⇒ Hash
Create a new data download in project.
Methods included from Clients
#brandwatch_clients, #brandwatch_create_client, #brandwatch_get_client, #brandwatch_update_client
Methods included from Clients::Modules
#brandwatch_client_modules, #update_brandwatch_client_modules
Methods included from Clients::Users
#brandwatch_create_client_user
Methods included from Become
Instance Method Details
#brandwatch_data_download(project_id, opts = {}) ⇒ Hash
Create a new data download in project
23 24 25 |
# File 'lib/bwapi/client/brandwatch.rb', line 23 def brandwatch_data_download(project_id, opts = {}) post "brandwatch/#{project_id}/datadownload", opts end |