summaryrefslogtreecommitdiff
path: root/services/github/issue.json
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-11-17 11:51:18 +0100
committerfranck cuny <franck@lumberjaph.net>2010-11-17 11:51:18 +0100
commite03f48683b982f8b9efd4ca0dae0bd6bca7411b5 (patch)
tree552b892fb679ccd18f929e8a901b7f375c7a1ad5 /services/github/issue.json
parentadd format (diff)
parentspore2dot: split note & doc (diff)
downloadapi-description-e03f48683b982f8b9efd4ca0dae0bd6bca7411b5.tar.gz
Merge branch 'master' of github.com:SPORE/api-description
* 'master' of github.com:SPORE/api-description: spore2dot: split note & doc add modularized CouchDB spore2dot: add note Ohloh: typo add the Ohloh API, http://www.ohloh.net CouchDB: an alternate description (still incomplete) spore2dot: add a detailed generation Github: rename some methods s/^get_/list_/; Github/network: missing params
Diffstat (limited to '')
-rw-r--r--services/github/issue.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/services/github/issue.json b/services/github/issue.json
index f574c01..e269a24 100644
--- a/services/github/issue.json
+++ b/services/github/issue.json
@@ -1,6 +1,6 @@
{
"base_url" : "http://github.com/api/v2/",
- "version" : "0.3",
+ "version" : "0.4",
"methods" : {
"issue_search" : {
"path" : "/:format/issues/search/:user/:repo/:state/:search_term",
@@ -13,7 +13,7 @@
"search_term"
]
},
- "get_issues" : {
+ "list_issues" : {
"path" : "/:format/issues/list/:user/:repo/:state",
"method" : "GET",
"required_params" : [
@@ -23,7 +23,7 @@
"state"
]
},
- "get_issues_by_label" : {
+ "list_issues_by_label" : {
"path" : "/:format/issues/list/:user/:repo/label/:label",
"method" : "GET",
"required_params" : [
@@ -43,7 +43,7 @@
"number"
]
},
- "get_comments" : {
+ "list_comments" : {
"path" : "/:format/issues/comments/:user/:repo/:number",
"method" : "GET",
"required_params" : [
@@ -112,7 +112,7 @@
],
"authentication" : true
},
- "get_labels" : {
+ "list_labels" : {
"path" : "/:format/issues/labels/:user/:repo",
"method" : "GET",
"required_params" : [