v0.10.0
Updates
*functions.call(functionName, queryParams, init)
now takes a third optionalinit
argument which can be used to specify any custom settings that you want to apply to the request. It's identical tofetch
'sinit
argument.
For more information see issue #95.