diff options
author | Winston Weinert <winston@ml1.net> | 2014-07-09 04:02:42 -0500 |
---|---|---|
committer | Winston Weinert <winston@ml1.net> | 2014-07-09 04:02:42 -0500 |
commit | 5ec5c43e32cf812474d541d9a7831e06317bc9b5 (patch) | |
tree | 4981c6a070ad27144990ae3a428da01efb2ceb45 | |
parent | 943c1b50abf1585744963b0eb3478b5e18141656 (diff) | |
download | pandora-apidoc-5ec5c43e32cf812474d541d9a7831e06317bc9b5.tar.gz pandora-apidoc-5ec5c43e32cf812474d541d9a7831e06317bc9b5.tar.bz2 pandora-apidoc-5ec5c43e32cf812474d541d9a7831e06317bc9b5.zip |
Add a list of Pandora JSON API implementations
-rw-r--r-- | json/implementations.rst | 26 | ||||
-rw-r--r-- | json/index.rst | 1 |
2 files changed, 27 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 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: |