Module: NBS

Defined in:
lib/next-big-sound-lite.rb

Overview

for version 2.0 of the NBS API

Defined Under Namespace

Classes: Artist, Genre, Metric, Profile, Service, Track, Youtube

Constant Summary collapse

BASE =
RestClient::Resource.new("http://#{NBS.const_defined? :KEY ? KEY : 'key'}.api2.nextbigsound.com")