summaryrefslogtreecommitdiff
path: root/services/github/commit.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/commit.json
parentGithub/network: missing params (diff)
downloadapi-description-176f5ac67277e6ef190d09979fbb902193c8cfeb.tar.gz
Github: rename some methods
s/^get_/list_/;
Diffstat (limited to 'services/github/commit.json')
-rw-r--r--services/github/commit.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/services/github/commit.json b/services/github/commit.json
index 8fe4823..3abd9e8 100644
--- a/services/github/commit.json
+++ b/services/github/commit.json
@@ -1,8 +1,8 @@
{
"base_url" : "http://github.com/api/v2/",
- "version" : "0.3",
+ "version" : "0.4",
"methods" : {
- "get_commits" : {
+ "list_commits" : {
"path" : "/:format/commits/list/:user/:repo/:branch",
"method" : "GET",
"required_params" : [
@@ -12,7 +12,7 @@
"branch"
]
},
- "get_file_commits" : {
+ "list_file_commits" : {
"path" : "/:format/commits/list/:user/:repo/:branch/:path",
"method" : "GET",
"required_params" : [