diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2014-07-03 18:52:48 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2014-07-03 18:52:48 +0200 |
commit | 943c1b50abf1585744963b0eb3478b5e18141656 (patch) | |
tree | e60704ece39773c8c53bdef2f16be4047617cb3e /json/methods.rst | |
download | pandora-apidoc-943c1b50abf1585744963b0eb3478b5e18141656.tar.gz pandora-apidoc-943c1b50abf1585744963b0eb3478b5e18141656.tar.bz2 pandora-apidoc-943c1b50abf1585744963b0eb3478b5e18141656.zip |
Initial import
Diffstat (limited to 'json/methods.rst')
-rw-r--r-- | json/methods.rst | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/json/methods.rst b/json/methods.rst new file mode 100644 index 0000000..f5b7cf5 --- /dev/null +++ b/json/methods.rst @@ -0,0 +1,42 @@ +.. _methods: + +List of methods +=============== + +- :ref:`auth.getAdMetadata <auth-getAdMetadata>` +- :ref:`auth.partnerLogin <auth-partnerLogin>` +- :ref:`auth.userLogin <auth-userLogin>` +- :ref:`bookmark.addArtistBookmark <bookmark-addArtistBookmark>` +- :ref:`bookmark.addSongBookmark <bookmark-addSongBookmark>` +- :ref:`bookmark.deleteArtistBookmark <bookmark-deleteArtistBookmark>` +- :ref:`bookmark.deleteSongBookmark <bookmark-deleteSongBookmark>` +- :ref:`music.search <music-search>` +- :ref:`music.shareMusic <music-shareMusic>` +- :ref:`station.addFeedback <station-addFeedback>` +- :ref:`station.addMusic <station-addMusic>` +- :ref:`station.createStation <station-createStation>` +- :ref:`station.deleteFeedback <station-deleteFeedback>` +- :ref:`station.deleteMusic <station-deleteMusic>` +- :ref:`station.deleteStation <station-deleteStation>` +- :ref:`station.getGenreStations <station-getGenreStations>` +- :ref:`station.getGenreStationsChecksum <station-getGenreStationsChecksum>` +- :ref:`station.getPlaylist <station-getPlaylist>` +- :ref:`station.getStation <station-getStation>` +- :ref:`station.shareStation <station-shareStation>` +- :ref:`station.renameStation <station-renameStation>` +- :ref:`station.transformSharedStation <station-transformSharedStation>` +- :ref:`test.echo <test-echo>` +- :ref:`track.explainTrack <track-explainTrack>` +- :ref:`user.acknowledgeSubscriptionExpiration <user-acknowledgeSubscriptionExpiration>` +- :ref:`user.associateDevice <user-associateDevice>` +- :ref:`user.canSubscribe <user-canSubscribe>` +- :ref:`user.createUser <user-createUser>` +- :ref:`user.emailPassword <user-emailPassword>` +- :ref:`user.getBookmarks <user-getBookmarks>` +- :ref:`user.getStationList <user-getStationList>` +- :ref:`user.getStationListChecksum <user-getStationListChecksum>` +- :ref:`user.purchaseItunesSubscription <user-purchaseItunesSubscription>` +- :ref:`user.setQuickMix <user-setQuickMix>` +- :ref:`user.sleepSong <user-sleepSong>` +- :ref:`user.startComplimentaryTrial <user-startComplimentaryTrial>` + |