Method: Access::Api#search_channels

Defined in:
lib/access/api.rb

#search_channels(options = {}) ⇒ Object

Channel



111
112
113
114
115
# File 'lib/access/api.rb', line 111

def search_channels(options = {})
  request.get("/channels", "campaign", options) do |response|
    ChannelResponse.new(response)
  end
end