Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhelmk committed May 17, 2011
1 parent e8ad879 commit 856f22c
Show file tree
Hide file tree
Showing 35 changed files with 2,685 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/book.spotify.html
Expand Up @@ -45,7 +45,7 @@ <h1 class="title">Spotify</h1>



<ul class="chunklist chunklist_book"><li><a href="intro.spotify.html">Introduction</a></li><li><a href="spotify.setup.html">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="spotify.installation.html">Installation</a></li><li><a href="spotify.configuration.html">Runtime Configuration</a></li><li><a href="spotify.resources.html">Resource Types</a></li></ul></li><li><a href="spotify.constants.html">Predefined Constants</a></li><li><a href="spotify.examples.html">Examples</a></li><li><a href="spotify.core.html">Core Classes</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="spotifyplaylist.addtrack.html">SpotifyPlaylist::addTrack</a> — The addTrack purpose</li><li><a href="spotifyplaylist.construct.html">SpotifyPlaylist::__construct</a> — The __construct purpose</li><li><a href="spotifyplaylist.getname.html">SpotifyPlaylist::getName</a> — The getName purpose</li><li><a href="spotifyplaylist.getowner.html">SpotifyPlaylist::getOwner</a> — The getOwner purpose</li><li><a href="spotifyplaylist.gettracks.html">SpotifyPlaylist::getTracks</a> — The getTracks purpose</li><li><a href="spotifyplaylist.iscollaborative.html">SpotifyPlaylist::isCollaborative</a> — The isCollaborative purpose</li><li><a href="spotifyplaylist.rename.html">SpotifyPlaylist::rename</a> — The rename purpose</li><li><a href="spotifyplaylist.setcollaborative.html">SpotifyPlaylist::setCollaborative</a> — The setCollaborative purpose</li><li><a href="spotifyplaylist.tostring.html">SpotifyPlaylist::__toString</a> — The __toString purpose</li></ul></li></ul><hr /><div style="text-align: center;">
<ul class="chunklist chunklist_book"><li><a href="intro.spotify.html">Introduction</a></li><li><a href="spotify.setup.html">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="spotify.installation.html">Installation</a></li><li><a href="spotify.configuration.html">Runtime Configuration</a></li><li><a href="spotify.resources.html">Resource Types</a></li></ul></li><li><a href="spotify.constants.html">Predefined Constants</a></li><li><a href="spotify.examples.html">Examples</a></li><li><a href="spotify.classes.html">Classes</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="spotify.construct.html">Spotify::__construct</a> — The __construct purpose</li><li><a href="spotify.destruct.html">Spotify::__destruct</a> — The __destruct purpose</li><li><a href="spotify.getalbumbyuri.html">Spotify::getAlbumByURI</a> — The getAlbumByURI purpose</li><li><a href="spotify.getplaylistbyuri.html">Spotify::getPlaylistByURI</a> — The getPlaylistByURI purpose</li><li><a href="spotify.getplaylists.html">Spotify::getPlaylists</a> — The getPlaylists purpose</li><li><a href="spotify.getstarredplaylist.html">Spotify::getStarredPlaylist</a> — The getStarredPlaylist purpose</li><li><a href="spotify.gettrackbyuri.html">Spotify::getTrackByURI</a> — The getTrackByURI purpose</li><li><a href="spotifyalbum.construct.html">SpotifyAlbum::__construct</a> — The __construct purpose</li><li><a href="spotifyalbum.getartist.html">SpotifyAlbum::getArtist</a> — The getArtist purpose</li><li><a href="spotifyalbum.getname.html">SpotifyAlbum::getName</a> — The getName purpose</li><li><a href="spotifyalbum.getnumtracks.html">SpotifyAlbum::getNumTracks</a> — The getNumTracks purpose</li><li><a href="spotifyalbum.gettracks.html">SpotifyAlbum::getTracks</a> — The getTracks purpose</li><li><a href="spotifyalbum.gettype.html">SpotifyAlbum::getType</a> — The getType purpose</li><li><a href="spotifyalbum.getyear.html">SpotifyAlbum::getYear</a> — The getYear purpose</li><li><a href="spotifyalbum.tostring.html">SpotifyAlbum::__toString</a> — The __toString purpose</li><li><a href="spotifyartist.construct.html">SpotifyArtist::__construct</a> — The __construct purpose</li><li><a href="spotifyartist.getname.html">SpotifyArtist::getName</a> — The getName purpose</li><li><a href="spotifyartist.tostring.html">SpotifyArtist::__toString</a> — The __toString purpose</li><li><a href="spotifyplaylist.addtrack.html">SpotifyPlaylist::addTrack</a> — The addTrack purpose</li><li><a href="spotifyplaylist.construct.html">SpotifyPlaylist::__construct</a> — The __construct purpose</li><li><a href="spotifyplaylist.getname.html">SpotifyPlaylist::getName</a> — The getName purpose</li><li><a href="spotifyplaylist.getowner.html">SpotifyPlaylist::getOwner</a> — The getOwner purpose</li><li><a href="spotifyplaylist.gettracks.html">SpotifyPlaylist::getTracks</a> — The getTracks purpose</li><li><a href="spotifyplaylist.iscollaborative.html">SpotifyPlaylist::isCollaborative</a> — The isCollaborative purpose</li><li><a href="spotifyplaylist.rename.html">SpotifyPlaylist::rename</a> — The rename purpose</li><li><a href="spotifyplaylist.setcollaborative.html">SpotifyPlaylist::setCollaborative</a> — The setCollaborative purpose</li><li><a href="spotifyplaylist.tostring.html">SpotifyPlaylist::__toString</a> — The __toString purpose</li><li><a href="spotifytrack.construct.html">SpotifyTrack::__construct</a> — The __construct purpose</li><li><a href="spotifytrack.getalbum.html">SpotifyTrack::getAlbum</a> — The getAlbum purpose</li><li><a href="spotifytrack.getartist.html">SpotifyTrack::getArtist</a> — The getArtist purpose</li><li><a href="spotifytrack.getduration.html">SpotifyTrack::getDuration</a> — The getDuration purpose</li><li><a href="spotifytrack.getindex.html">SpotifyTrack::getIndex</a> — The getIndex purpose</li><li><a href="spotifytrack.getname.html">SpotifyTrack::getName</a> — The getName purpose</li><li><a href="spotifytrack.getpopularity.html">SpotifyTrack::getPopularity</a> — The getPopularity purpose</li><li><a href="spotifytrack.geturi.html">SpotifyTrack::getURI</a> — The getURI purpose</li><li><a href="spotifytrack.isstarred.html">SpotifyTrack::isStarred</a> — The isStarred purpose</li><li><a href="spotifytrack.setstarred.html">SpotifyTrack::setStarred</a> — The setStarred purpose</li><li><a href="spotifytrack.tostring.html">SpotifyTrack::__toString</a> — The __toString purpose</li><li><a href="spotifyuser.construct.html">SpotifyUser::__construct</a> — The __construct purpose</li><li><a href="spotifyuser.getname.html">SpotifyUser::getName</a> — The getName purpose</li><li><a href="spotifyuser.tostring.html">SpotifyUser::__toString</a> — The __toString purpose</li></ul></li></ul><hr /><div style="text-align: center;">
<div class="prev" style="float: left;"><a href="stomp.getdetails.html">StompException::getDetails</a></div>
<div class="next" style="float: right;"><a href="intro.spotify.html">Introduction</a></div>
<div class="up"><a href="refs.remote.other.html">Other Services</a></div>
Expand Down

0 comments on commit 856f22c

Please sign in to comment.