We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d2c3a commit 5507c08Copy full SHA for 5507c08
hunch/hunch.recommendations.ql
@@ -0,0 +1,8 @@
1
+--SAMPLE: select * from hunch.recommendations where user_id="tw_jcleblanc" and topics="list_twitter-user,list_tech-website"
2
+--DOCUMENTATION: http://hunch.com/developers/v1/
3
+--TOPICS: http://hunch.com/developers/v1/resources/topics/
4
+
5
+create table hunch.recommendations
6
+ on select get from "http://api.hunch.com/api/v1/get-recommendations/?user_id={user_id}&topic_ids={topics}&limit={limit}"
7
+ using defaults topics="list_magazine",
8
+ limit="3";
0 commit comments