module Adtraction::Api::Affiliate::Channels

Public Instance Methods

approved_channels(path: "/affiliate/approvedchannels", options: {}) click to toggle source
# File lib/adtraction/api/affiliate/channels.rb, line 6
def approved_channels(path: "/affiliate/approvedchannels", options: {})
  ::Adtraction::Api::Models::Channel.parse(get(path, options: options)&.body)
end