diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-28 14:36:17 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-28 14:36:17 +0200 |
| commit | 176f5ac67277e6ef190d09979fbb902193c8cfeb (patch) | |
| tree | 9ab9fe48f3a498d2b743c9d49f56e9269f508d3c /services/github/user.json | |
| parent | Github/network: missing params (diff) | |
| download | api-description-176f5ac67277e6ef190d09979fbb902193c8cfeb.tar.gz | |
Github: rename some methods
s/^get_/list_/;
Diffstat (limited to '')
| -rw-r--r-- | services/github/user.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/services/github/user.json b/services/github/user.json index 60a1875..5f5399e 100644 --- a/services/github/user.json +++ b/services/github/user.json @@ -1,6 +1,6 @@ { "base_url" : "http://github.com/api/v2/", - "version" : "0.3", + "version" : "0.4", "methods" : { "user_search" : { "path" : "/:format/user/search/:search", @@ -49,7 +49,7 @@ ], "authentication" : true }, - "get_following" : { + "list_following" : { "path" : "/:format/user/show/:user/following", "method" : "GET", "required_params" : [ @@ -57,7 +57,7 @@ "user" ] }, - "get_followers" : { + "list_followers" : { "path" : "/:format/user/show/:user/followers", "method" : "GET", "required_params" : [ @@ -83,7 +83,7 @@ ], "authentication" : true }, - "get_watched_repos" : { + "list_watched_repos" : { "path" : "/:format/repos/watched/:user", "method" : "GET", "required_params" : [ @@ -91,7 +91,7 @@ "user" ] }, - "get_keys" : { + "list_keys" : { "path" : "/:format/user/keys", "method" : "GET", "required_params" : [ @@ -125,7 +125,7 @@ ], "authentication" : true }, - "get_emails" : { + "list_emails" : { "path" : "/:format/user/emails", "method" : "GET", "required_params" : [ |
