You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was slipped in as part of #28 but wouldn't have worked as indicated because those two options end up one level deeper than is intended. They would have to get handled at the queryStatements level so I backed it out as part of #41.
It would be helpful to be able to pass options to
sendRequest
viaqueryStatements
, for example headers such asAccept-language
.The code might look something like (although $options should really be optional):
The text was updated successfully, but these errors were encountered: