Skip to content

Commit 5507c08

Browse files
committed
added new hunch recommendations table
1 parent a1d2c3a commit 5507c08

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hunch/hunch.recommendations.ql

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)