From 5ec5c43e32cf812474d541d9a7831e06317bc9b5 Mon Sep 17 00:00:00 2001 From: Winston Weinert Date: Wed, 9 Jul 2014 04:02:42 -0500 Subject: Add a list of Pandora JSON API implementations --- json/implementations.rst | 26 ++++++++++++++++++++++++++ json/index.rst | 1 + 2 files changed, 27 insertions(+) create mode 100644 json/implementations.rst diff --git a/json/implementations.rst b/json/implementations.rst new file mode 100644 index 0000000..99b07a0 --- /dev/null +++ b/json/implementations.rst @@ -0,0 +1,26 @@ +=============== +Implementations +=============== + +A list of open source Pandora JSON API implementations. + +========================== ========================== ===================== +Name Used in client Language +========================== ========================== ===================== +libpiano_ pianobar_ C +Pandora_ Hermes_ Objective-C +`pithos.pandora`_ Pithos_ Python +PandoraSharp_ Elpis_ C# +libpandora_ `xbmc-pandora`_ Python +========================== ========================== ===================== + +.. _libpiano: https://github.com/PromyLOPh/pianobar/tree/master/src/libpiano +.. _pianobar: http://6xq.net/projects/pianobar/ +.. _PandoraSharp: http://www.justin-credible.net/Projects/PandoraSharp +.. _Elpis: http://www.adamhaile.net/projects/elpis/ +.. _Pandora: https://github.com/HermesApp/Hermes/tree/master/Sources/Pandora +.. _Hermes: http://hermesapp.org/ +.. _pithos.pandora: https://github.com/pithos/pithos/tree/master/pithos/pandora +.. _Pithos: https://pithos.github.io/ +.. _libpandora: https://gitorious.org/xbmc-pandora/xbmc-pandora/source/HEAD:libpandora +.. _xbmc-pandora: https://gitorious.org/xbmc-pandora diff --git a/json/index.rst b/json/index.rst index 48edc1e..1de7d13 100644 --- a/json/index.rst +++ b/json/index.rst @@ -71,6 +71,7 @@ message whereas successful requests carry actual response data in the key bookmarks methods errorcodes + implementations .. toctree:: :hidden: -- cgit v1.2.3