diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2016-03-15 17:21:53 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2016-03-15 17:21:53 +0100 |
commit | 8d83c1f98df3d7cc4aea54398c469cfe118e2ff8 (patch) | |
tree | 71b022c48e09d35090c7523c7067cb9ea147913c | |
parent | d1a77d4386a8a72e48bab12d4e756e620e66d5c9 (diff) | |
download | pandora-apidoc-8d83c1f98df3d7cc4aea54398c469cfe118e2ff8.tar.gz pandora-apidoc-8d83c1f98df3d7cc4aea54398c469cfe118e2ff8.tar.bz2 pandora-apidoc-8d83c1f98df3d7cc4aea54398c469cfe118e2ff8.zip |
Include Perl WebService::Pandora implementation
Fixes #14.
-rw-r--r-- | json/implementations.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/json/implementations.rst b/json/implementations.rst index f9bb7ac..72d3794 100644 --- a/json/implementations.rst +++ b/json/implementations.rst @@ -18,6 +18,7 @@ A list of open source Pandora JSON API implementations. PandoraSharp_, Elpis_, C#, Not to be confused with the `original PandoraSharp`_ (uses XMLRPC) libpanda_, Mousiki_, Vala,"" gopiano_, , Go, "" + `WebService::Pandora`_, , Perl, "Perl 5.6+ compatible" .. _libpiano: https://github.com/PromyLOPh/pianobar/tree/master/src/libpiano .. _pianobar: http://6xq.net/projects/pianobar/ @@ -36,4 +37,5 @@ A list of open source Pandora JSON API implementations. .. _`pydora player`: https://github.com/mcrute/pydora/tree/master/pydora .. _pancake: https://github.com/osum4est/pancake .. _`mopidy-pandora`: https://github.com/rectalogic/mopidy-pandora +.. _`WebService::Pandora`: https://github.com/defc0n/WebService-Pandora __ http://pypi.python.org/pypi/pydora |