the _rest_to_result_data_and_next in unwrap.py expects multiple results, and so this function does not work (valueerror) when only one entry/result is returned. This is because the "results" (and "__next") key is omitted in such a case. Would it be possible to modify this function so it can also handle request with only one result? Many thanks in advance!
the _rest_to_result_data_and_next in unwrap.py expects multiple results, and so this function does not work (valueerror) when only one entry/result is returned. This is because the "results" (and "__next") key is omitted in such a case. Would it be possible to modify this function so it can also handle request with only one result? Many thanks in advance!