summaryrefslogtreecommitdiff
path: root/services/topsy.json
diff options
context:
space:
mode:
authorcmaussan <cmaussan@linkfluence.net>2012-06-27 12:49:37 +0200
committercmaussan <cmaussan@linkfluence.net>2012-06-27 12:49:37 +0200
commit3c1eba8b8f72b86d43c84de6bd7325c45c363fd3 (patch)
tree023c68de4ac14e2522481ad064efcd428d0a9e6f /services/topsy.json
parentadd data-publica (diff)
downloadapi-description-3c1eba8b8f72b86d43c84de6bd7325c45c363fd3.tar.gz
added a bunch of specs written by linkfluence
Diffstat (limited to '')
-rw-r--r--services/topsy.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/services/topsy.json b/services/topsy.json
new file mode 100644
index 0000000..f185c09
--- /dev/null
+++ b/services/topsy.json
@@ -0,0 +1,21 @@
+{
+ "name" : "Topsy",
+ "version" : "0.1",
+ "base_url" : "http://otter.topsy.com/",
+ "methods" : {
+ "stats": {
+ "optional_params" : [],
+ "required_params" : ["url","format"],
+ "expected_status" : ["200"],
+ "path" : "/stats.:format",
+ "method" : "GET"
+ },
+ "credit": {
+ "optional_params" : [],
+ "required_params" : [],
+ "expected_status" : ["200"],
+ "path" : "/credit.:format",
+ "method" : "GET"
+ }
+ }
+}