summaryrefslogtreecommitdiff
path: root/services/github/gist.json
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-10-28 14:36:17 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2010-10-28 14:36:17 +0200
commit176f5ac67277e6ef190d09979fbb902193c8cfeb (patch)
tree9ab9fe48f3a498d2b743c9d49f56e9269f508d3c /services/github/gist.json
parentGithub/network: missing params (diff)
downloadapi-description-176f5ac67277e6ef190d09979fbb902193c8cfeb.tar.gz
Github: rename some methods
s/^get_/list_/;
Diffstat (limited to '')
-rw-r--r--services/github/gist.json4
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" : [