diff options
Diffstat (limited to '')
| -rw-r--r-- | services/opencalais.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/services/opencalais.json b/services/opencalais.json new file mode 100644 index 0000000..f9dda46 --- /dev/null +++ b/services/opencalais.json @@ -0,0 +1,11 @@ +{ + "name" : "OpenCalais", + "version" : "0.1", + "base_url" : "http://api.opencalais.com/tag/rs/", + "methods" : { + "enrich" : { + "path" : "/enrich", + "method" : "POST" + } + } +} |
