summary refs log tree commit diff
path: root/eg/github.json
diff options
context:
space:
mode:
Diffstat (limited to 'eg/github.json')
-rw-r--r--eg/github.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/eg/github.json b/eg/github.json
index 52513d1..44a295e 100644
--- a/eg/github.json
+++ b/eg/github.json
@@ -19,12 +19,14 @@
       },
       "user_following" : {
          "params" : [
-            "user"
+            "user",
+            "format"
          ],
          "required" : [
-            "user"
+            "user",
+            "format"
          ],
-         "path" : "/user/show/:user/followers",
+         "path" : "/:format/user/show/:user/followers",
          "method" : "GET"
       }
    }