Module: Adtraction::Api::Affiliate::Channels

Included in:
Client
Defined in:
lib/adtraction/api/affiliate/channels.rb

Instance Method Summary collapse

Instance Method Details

#approved_channels(path: "/affiliate/approvedchannels", options: {}) ⇒ Object



6
7
8
# 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