On Sunday, December 7, 2014 4:49 PM, jamil egdemir <uncleja...@gmail.com> wrote:
 >Mark,
>
>> Based on a quick glance at the json code, I suspect you want this:
>>
>>   (hash-get-handle queryResults "documents")
>>
>> i.e. change 'hashq-get-handle' to 'hash-get-handle', and pass a string
>> as the key, not a symbol.
>
>BOOM!


As an aside, guile 2+ has native functions for fetching via plain HTTP.
You shouldn't have to utilize guile-curl unless your query requires
special handling: https for example.

-Mike

Reply via email to