Module: Client
- Defined in:
- lib/nehm/client.rb
Overview
Just a Soundcloud API client.
Constant Summary collapse
- CLIENT_ID =
SoundCloud API client ID
'11a37feb6ccc034d5975f3f803928a32'
Class Method Summary collapse
Class Method Details
.get(*args) ⇒ Object
11 12 13 |
# File 'lib/nehm/client.rb', line 11 def self.get(*args) sc_client.get(*args) end |
.sc_client ⇒ Object
17 18 19 |
# File 'lib/nehm/client.rb', line 17 def sc_client @client ||= Soundcloud.new(client_id: CLIENT_ID) end |