summaryrefslogtreecommitdiff
path: root/services/github/object.json
diff options
context:
space:
mode:
Diffstat (limited to 'services/github/object.json')
-rw-r--r--services/github/object.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/services/github/object.json b/services/github/object.json
index 8891242..08ece21 100644
--- a/services/github/object.json
+++ b/services/github/object.json
@@ -1,8 +1,8 @@
{
"base_url" : "http://github.com/api/v2/",
- "version" : "0.3",
+ "version" : "0.4",
"methods" : {
- "get_tree" : {
+ "list_tree" : {
"path" : "/:format/tree/show/:user/:repo/:tree_sha",
"method" : "GET",
"required_params" : [
@@ -26,7 +26,7 @@
"meta"
]
},
- "get_blobs" : {
+ "list_blobs" : {
"path" : "/:format/blob/all/:user/:repo/:tree_sha",
"method" : "GET",
"required_params" : [
@@ -36,7 +36,7 @@
"sha"
]
},
- "get_full_blobs" : {
+ "list_full_blobs" : {
"path" : "/:format/blob/full/:user/:repo/:tree_sha",
"method" : "GET",
"required_params" : [
@@ -46,7 +46,7 @@
"tree_sha"
]
},
- "get_full_tree" : {
+ "list_full_tree" : {
"path" : "/:format/tree/full/:user/:repo/:tree_sha",
"method" : "GET",
"required_params" : [