From 65b66dfd6f3c2ebd450bf04a4f31c72ea530f60d Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 5 May 2011 17:35:01 +0200 Subject: add opencalais spec --- services/opencalais.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 services/opencalais.json (limited to 'services') 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" + } + } +} -- cgit v1.2.3