Method: Ayadn::Endpoints#channel
- Defined in:
- lib/ayadn/endpoints.rb
#channel(channel_id, options = {}) ⇒ Object
256 257 258 |
# File 'lib/ayadn/endpoints.rb', line 256 def channel(channel_id, = {}) "#{@channels_url}?ids=#{channel_id.join(',')}&access_token=#{Settings.user_token}#{API.build_query(options)}&include_marker=1" end |