From 3c1eba8b8f72b86d43c84de6bd7325c45c363fd3 Mon Sep 17 00:00:00 2001 From: cmaussan Date: Wed, 27 Jun 2012 12:49:37 +0200 Subject: added a bunch of specs written by linkfluence --- services/topsy.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 services/topsy.json (limited to 'services/topsy.json') 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" + } + } +} -- cgit v1.2.3