diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-11-17 11:51:18 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-11-17 11:51:18 +0100 |
| commit | e03f48683b982f8b9efd4ca0dae0bd6bca7411b5 (patch) | |
| tree | 552b892fb679ccd18f929e8a901b7f375c7a1ad5 /services/github/commit.json | |
| parent | add format (diff) | |
| parent | spore2dot: split note & doc (diff) | |
| download | api-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/commit.json | 6 |
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" : [ |
