summaryrefslogtreecommitdiff
path: root/rest/listener.rst
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2017-12-04 14:23:03 -0500
committerLars-Dominik Braun <lars@6xq.net>2018-10-01 15:54:23 +0200
commitdad2065044314cf8eb048882aa7b1d0aded0c2aa (patch)
tree474d608b21fdbceaa0678ecc16b4936499f44a17 /rest/listener.rst
parentcfc6f8e839fda1a23a26d2b6bec4cfbe1ba48901 (diff)
downloadpandora-apidoc-dad2065044314cf8eb048882aa7b1d0aded0c2aa.tar.gz
pandora-apidoc-dad2065044314cf8eb048882aa7b1d0aded0c2aa.tar.bz2
pandora-apidoc-dad2065044314cf8eb048882aa7b1d0aded0c2aa.zip
Document more of the REST API
Diffstat (limited to 'rest/listener.rst')
-rw-r--r--rest/listener.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/rest/listener.rst b/rest/listener.rst
new file mode 100644
index 0000000..3dfba76
--- /dev/null
+++ b/rest/listener.rst
@@ -0,0 +1,28 @@
+.. _rest-listener:
+
+========
+Listener
+========
+
+.. _rest-v1-listener-addTiredSong:
+
+Add Tired Song
+==============
+
+:Endpoint: /v1/listener/addTiredSong
+
+Request
+-------
+.. code:: json
+
+ {
+ "trackToken": "POV87XDIa0WzVs1yFGsa4D5UPmVsZ9z-F1Oa1wNdpYk2_Q0RDUKG3_VJ2AOSwjBUYZMJcJ8gd5mWlqpcZAHWPbQ"
+ }
+
+Response
+--------
+.. code:: json
+
+ {}
+
+ \ No newline at end of file