From cc9fe5f1d1e9721d6de6b95ee03e46f9f95de565 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 13 Sep 2010 13:32:26 +0200 Subject: remove specs --- eg/github.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 eg/github.json (limited to 'eg/github.json') diff --git a/eg/github.json b/eg/github.json deleted file mode 100644 index 4e3a051..0000000 --- a/eg/github.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "declare" : { - "api_base_url" : "http://github.com/api/v2/", - "api_format_mode" : "content-type", - "api_format" : "json" - }, - "methods" : { - "user_information" : { - "params" : [ - "username", - "format" - ], - "required" : [ - "format", - "username" - ], - "path" : "/:format/user/show/:username", - "method" : "GET", - "expected" : [ - "200" - ] - }, - "user_following" : { - "params" : [ - "user", - "format" - ], - "required" : [ - "user", - "format" - ], - "path" : "/:format/user/show/:user/followers", - "method" : "GET" - } - } -} -- cgit v1.2.3