diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-26 15:34:41 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-26 15:34:41 +0200 |
| commit | 70299c8d48ba01c4052554e4fa895e7e59d6fc08 (patch) | |
| tree | 4f0efeea3b244d89e464ad2507afa7032acbc9fa /services/github/network.json | |
| parent | spore2dot: refactor without read_from_json() (diff) | |
| download | api-description-70299c8d48ba01c4052554e4fa895e7e59d6fc08.tar.gz | |
Github: API completed
Diffstat (limited to 'services/github/network.json')
| -rw-r--r-- | services/github/network.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/services/github/network.json b/services/github/network.json new file mode 100644 index 0000000..2833783 --- /dev/null +++ b/services/github/network.json @@ -0,0 +1,30 @@ +{ + "base_url" : "http://github.com/api/v2/", + "version" : "0.3", + "methods" : { + "get_network_meta" : { + "path" : "/:user/:repo/network_meta", + "method" : "GET", + "required_params" : [ + "user", + "repo" + ] + }, + "get_network_data" : { + "path" : "/:user/:repo/network_data_chunk", + "method" : "GET", + "required_params" : [ + "user", + "repo", + "nethash" + ] + } + }, + "expected_status" : [ 200 ], + "name" : "GitHub", + "authority" : "http://github.com/SPORE", + "meta" : { + "documentation" : "http://develop.github.com/", + "module" : "network" + } +} |
