Skip to content

Commit 0abef3a

Browse files
fix alchemy endpoints
1 parent aad8b04 commit 0abef3a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

lib/alchemy_endpoints.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313

1414
"concepts": {
15-
"url" : "/url/URLGetRankedKeywords",
16-
"text" : "/text/TextGetRankedKeywords",
17-
"html" : "/html/HTMLGetRankedKeywords"
15+
"url" : "/url/URLGetRankedConcepts",
16+
"text" : "/text/TextGetRankedConcepts",
17+
"html" : "/html/HTMLGetRankedConcepts"
1818
},
1919

2020
"sentiment": {
@@ -29,12 +29,6 @@
2929
"html" : "/html/HTMLGetTargetedSentiment"
3030
},
3131

32-
"category": {
33-
"url" : "/url/URLGetRankedConcepts",
34-
"text" : "/text/TextGetRankedConcepts",
35-
"html" : "/html/HTMLGetRankedConcepts"
36-
},
37-
3832
"relations": {
3933
"url" : "/url/URLGetRelations",
4034
"text" : "/text/TextGetRelations",

0 commit comments

Comments
 (0)