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
Recently i am aware of ql io... and i am working on sqoot api which i want to run in ql io console.. but some how the the console body returns empty result [] and in trace it give the result output in xml which is correct......... when i install node js module ql.io-engine its happen same no result in body... How can i get the json output with my result set in console and as well as in node js app;
Recently i am aware of ql io... and i am working on sqoot api which i want to run in ql io console.. but some how the the console body returns empty result [] and in trace it give the result output in xml which is correct......... when i install node js module ql.io-engine its happen same no result in body... How can i get the json output with my result set in console and as well as in node js app;
sample query :
"create table myoffers on select get from 'https://api.sqoot.com/v1/offers?affiliate_token=3fvbuh&location={loc }&order=score&page=1&per_page=5' resultset 'result.offers.offer' select * from myoffers where loc = 'sanfrancisco';"
if i am missing anything in the query... please let me know ASAP....
The text was updated successfully, but these errors were encountered: