summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2016-06-02 08:30:53 +0200
committerjcass <john.cass77@gmail.com>2016-06-06 18:20:38 +0200
commit6a921439b373ab6b6722d0e1b0e0a28f3b438aff (patch)
treeb5692c63a550ba288e4b2b53c033421f8ca8904e /json
parent5c5b08864c251c3f070398b5ff9644545701aebb (diff)
downloadpandora-apidoc-6a921439b373ab6b6722d0e1b0e0a28f3b438aff.tar.gz
pandora-apidoc-6a921439b373ab6b6722d0e1b0e0a28f3b438aff.tar.bz2
pandora-apidoc-6a921439b373ab6b6722d0e1b0e0a28f3b438aff.zip
Add details of 'genreStations' search results.
Diffstat (limited to 'json')
-rw-r--r--json/stations.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/json/stations.rst b/json/stations.rst
index 366821c..ad05cf7 100644
--- a/json/stations.rst
+++ b/json/stations.rst
@@ -153,13 +153,14 @@ This is a free text search that matches artist and track names.
"syncTime": 1335869287
}
-Matching songs and artists are returned in two separate list.
+Matching songs, artists, and genre stations are returned in three separate lists.
.. csv-table::
:header: Name ,Type ,Description
- songs.musicToken ,string , Starts with 'S' followed by one or more digits (e.g. 'S1234567')
- artists.musicToken ,string , Results can be either for artists (starts with 'R') or composers (starts with 'C').
+ songs.musicToken ,string , Token starts with 'S' followed by one or more digits (e.g. 'S1234567').
+ artists.musicToken ,string , Results can be either for artists (token starts with 'R') or composers (token starts with 'C').
+ genreStations.musicToken, string, Token starts with 'G' followed by one or more digits (e.g. 'G123').
.. code:: json
@@ -179,6 +180,11 @@ Matching songs and artists are returned in two separate list.
"musicToken": "R175304",
"likelyMatch": false,
"score": 100
+ }],
+ "genreStations": [{
+ "musicToken": "G123",
+ "score": 100,
+ "stationName": u"Today's Encore"}
}]
}
}