summaryrefslogtreecommitdiff
path: root/eg/github.json
diff options
context:
space:
mode:
Diffstat (limited to 'eg/github.json')
-rw-r--r--eg/github.json36
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"
- }
- }
-}