about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-05-05 17:35:01 +0200
committerfranck cuny <franck@lumberjaph.net>2011-05-05 17:35:01 +0200
commit65b66dfd6f3c2ebd450bf04a4f31c72ea530f60d (patch)
treeefad711d9f22988a33dde98a0c903fd6c4affdab
parentadd amazon3s (diff)
downloadapi-description-65b66dfd6f3c2ebd450bf04a4f31c72ea530f60d.tar.gz
add opencalais spec
-rw-r--r--services/opencalais.json11
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"
+      }
+    }
+}