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_linked.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ var api = new Api(args.key, args.url);
14
14
varendpoint="entities";
15
15
16
16
api.parameters.content="Last month director Paul Feig announced the movie will have an all-star female cast including Kristen Wiig, Melissa McCarthy, Leslie Jones and Kate McKinnon.";
console.log("entities/linked endpoint is deprecated and has been combined with entities. no need to specify param linked.");
46
-
util.deprecate(parameters.loadFile(parameters.loadParams().documentFile,parameters,userKey,serviceURL,"entities/linked",callback),"entities/linked endpoint is deprecated and combined with /entities");
43
+
console.log("entities/linked endpoint has been combined with /entities. Do not specify the linked parameter.");
0 commit comments