summaryrefslogtreecommitdiff
path: root/services/topsy.json
diff options
context:
space:
mode:
Diffstat (limited to 'services/topsy.json')
-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..fa8024d
--- /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"
+ }
+ }
+}