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/gist.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 'services/github/gist.json')
| -rw-r--r-- | services/github/gist.json | 4 |
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" : [ |
