diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-23 10:38:36 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-23 10:38:36 +0200 |
| commit | 110fc250c2835338f06563793df3f22099cd084e (patch) | |
| tree | 2c6fb119289e70a1ad6403c20abc8564ae859781 /services/github.json | |
| parent | modularized version of github API (diff) | |
| download | api-description-110fc250c2835338f06563793df3f22099cd084e.tar.gz | |
my_information doesn't need username
Diffstat (limited to 'services/github.json')
| -rw-r--r-- | services/github.json | 3 |
1 files changed, 1 insertions, 2 deletions
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 }, |
