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
Copy file name to clipboardExpand all lines: examples/entities.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ var api = new Api(args.key, args.url);
15
15
varendpoint="entities";
16
16
17
17
api.parameters.content="Bill Murray will appear in new Ghostbusters film: Dr. Peter Venkman was spotted filming a cameo in Boston this… http://dlvr.it/BnsFfS";
18
-
18
+
api.parameters.genre="social-media";
19
+
// to improve performance, and if you don't need the QID, set this option
0 commit comments