rhapsody 0.0.0 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/rhapsody.rb +34 -3
- metadata +4 -4
data/lib/rhapsody.rb
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
require 'json'
|
|
2
|
+
|
|
3
|
+
module Rhapsody
|
|
4
|
+
class Artist
|
|
5
|
+
end
|
|
6
|
+
|
|
7
|
+
class Album
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
class Track
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
class Genre
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
class Authentication
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
class History
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
class Library
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
class Playlist
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
class Feature
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class Popularity
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
class Search
|
|
4
35
|
end
|
|
5
36
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rhapsody
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,17 +9,17 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-04-
|
|
12
|
+
date: 2013-04-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Rhapsody REST API gem provides a Ruby object-oriented interface for fun
|
|
15
|
-
and profit
|
|
15
|
+
and profit*. This gem is still not ready.
|
|
16
16
|
email: jkim@rhapsody.com
|
|
17
17
|
executables: []
|
|
18
18
|
extensions: []
|
|
19
19
|
extra_rdoc_files: []
|
|
20
20
|
files:
|
|
21
21
|
- lib/rhapsody.rb
|
|
22
|
-
homepage:
|
|
22
|
+
homepage: https://github.com/serv/rhapsody
|
|
23
23
|
licenses: []
|
|
24
24
|
post_install_message:
|
|
25
25
|
rdoc_options: []
|