@dstm
unfortunately the API doesn't play well with the rest of the HTTP crowd. I tried three different libraries, including one specifically for JSON-RPC, and none was able to read the values. They all throw various HTTP connection errors.
The problem is that it's returning the JSON string in the head of the reply, not in the body, which is confusing the libraries I tried.
If you could add a separate path specifically to read the values, and send them in the body it would be awesome.
Thank you.