diff options
author | franck cuny <franck@lumberjaph.net> | 2011-05-05 17:35:01 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2011-05-05 17:35:01 +0200 |
commit | 65b66dfd6f3c2ebd450bf04a4f31c72ea530f60d (patch) | |
tree | efad711d9f22988a33dde98a0c903fd6c4affdab | |
parent | add amazon3s (diff) | |
download | api-description-65b66dfd6f3c2ebd450bf04a4f31c72ea530f60d.tar.gz |
add opencalais spec
-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" + } + } +} |