diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-04-16 17:52:32 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-04-16 17:52:32 +0200 |
commit | aa39278d93c6a3f803db968a86e8a9ef499acd48 (patch) | |
tree | 964544e8a82d5e3251be023ce325747cad57b6b3 | |
parent | c96af3488740af1a3d94fa1f2a66e84c500dc5ff (diff) | |
download | pandora-apidoc-aa39278d93c6a3f803db968a86e8a9ef499acd48.tar.gz pandora-apidoc-aa39278d93c6a3f803db968a86e8a9ef499acd48.tar.bz2 pandora-apidoc-aa39278d93c6a3f803db968a86e8a9ef499acd48.zip |
Pandora accepts lowercase hex only
Fixes issue #9.
-rw-r--r-- | json/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/index.rst b/json/index.rst index a7b0fea..ccee4bc 100644 --- a/json/index.rst +++ b/json/index.rst @@ -21,7 +21,7 @@ The current JSON API version is 5. Two different endpoints are available: Unless noted otherwise JSON-encoded requests sent by the client within the HTTP POST body are encrypted using Blowfish ECB and converted to hexadecimal -notation. +notation with lowercase letters. These URL parameters must be appended to the endpoint above if available: |