Closed fayaza closed 12 years ago
This repository is for the Ruby client that communicates with the Sqoot API.
ql.io looks like it's a Node.js based tool. If there is something that needs to be changed on the API for Sqoot then you can contact them at help@sqoot.com.
OK..10x
Does Sqoot has support for ql.io .. i want to know since its working fine with YQL but not with ql. io can you give me sample example to run sqoot api (For say Offers) for ql.io just like i coded here
create table myoffers on select get from 'https://api.sqoot.com/v1/offers?affiliate_token=3fvbuh&location=sanfrancisco&order=score&page=1&per_page=5' resultset 'result.offers.offer' select * from myoffers;
but its not working.... in ql io console. its response with empty data :
http://ql.io/console?s=create%20table%20myoffers%20on%20select%20get%20from%20%27https%3A%2F%2Fapi.sqoot.com%2Fv1%2Foffers%3Faffiliate_token%3D3fvbuh%26location%3Dsanfrancisco%26order%3Dscore%26page%3D1%26per_page%3D5%27%0Aresultset%20%27result.offers.offer%27%20select%20*%20from%20myoffers%3B#