diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-09-13 13:32:26 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-09-13 13:32:26 +0200 |
| commit | cc9fe5f1d1e9721d6de6b95ee03e46f9f95de565 (patch) | |
| tree | d4d483f48cbdf70d683c46dfbcd05daff59bb613 /eg/github.json | |
| parent | initial import (diff) | |
| download | net-http-spore-cc9fe5f1d1e9721d6de6b95ee03e46f9f95de565.tar.gz | |
remove specs
Diffstat (limited to 'eg/github.json')
| -rw-r--r-- | eg/github.json | 36 |
1 files changed, 0 insertions, 36 deletions
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" - } - } -} |
