diff options
Diffstat (limited to 'json/implementations.rst')
-rw-r--r-- | json/implementations.rst | 26 |
1 files changed, 26 insertions, 0 deletions
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 |