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/gist.json | |
| parent | Github/network: missing params (diff) | |
| download | api-description-176f5ac67277e6ef190d09979fbb902193c8cfeb.tar.gz | |
Github: rename some methods
s/^get_/list_/;
Diffstat (limited to 'services/github/gist.json')
| -rw-r--r-- | services/github/gist.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/github/gist.json b/services/github/gist.json index c10949f..3cc7614 100644 --- a/services/github/gist.json +++ b/services/github/gist.json @@ -1,6 +1,6 @@ { "base_url" : "http://gist.github.com/api/v1/", - "version" : "0.3", + "version" : "0.4", "methods" : { "get_gist_info" : { "path" : "/:format/:gist_id", @@ -19,7 +19,7 @@ "filename" ] }, - "get_gists" : { + "list_gists" : { "path" : "/:format/gists/:login", "method" : "GET", "required_params" : [ |
