lib/rhapsody.rb in rhapsody-0.0.0 vs lib/rhapsody.rb in rhapsody-0.0.1

- old
+ new

@@ -1,5 +1,36 @@ -class Rhapsody - def self.initial_release - puts "This is an initial release" +require 'json' + +module Rhapsody + class Artist + end + + class Album + end + + class Track + end + + class Genre + end + + class Authentication + end + + class History + end + + class Library + end + + class Playlist + end + + class Feature + end + + class Popularity + end + + class Search end end \ No newline at end of file