From 110fc250c2835338f06563793df3f22099cd084e Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sat, 23 Oct 2010 10:38:36 +0200 Subject: my_information doesn't need username --- services/github.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'services/github.json') diff --git a/services/github.json b/services/github.json index fc84f07..e480639 100644 --- a/services/github.json +++ b/services/github.json @@ -83,10 +83,9 @@ }, "my_information" : { "required_params" : [ - "username", "format" ], - "path" : "/:format/user/show/:username", + "path" : "/:format/user/show", "method" : "GET", "authentication" : true }, -- cgit v1.2.3