Closed brysgo closed 9 years ago
Is this something you cannot solve outside of Transmit? You need to know what type of information is resolved anyways, so for example by returning a small wrapper object { type: "querystring", data }
vs. { type: "queryresult", data }
instead of just the data.
yeah, I'll do it that way to keep things simple.
Can we have
getQuery
pass a query param so we have the option to return the query string instead of the query response?