diff options
author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-25 18:58:00 +0200 |
---|---|---|
committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-25 18:58:00 +0200 |
commit | d2d6b95fbaf6d374078ded4ebbd95831e461b4cb (patch) | |
tree | 8a137025bd4967c19ee409841da649d6825ef028 | |
parent | add a target png for picture generation (diff) | |
download | api-description-d2d6b95fbaf6d374078ded4ebbd95831e461b4cb.tar.gz |
add a meta module (needed by spore2dot)
-rw-r--r-- | services/github/repository.json | 3 | ||||
-rw-r--r-- | services/github/user.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/services/github/repository.json b/services/github/repository.json index b5b20e3..6cd1f5c 100644 --- a/services/github/repository.json +++ b/services/github/repository.json @@ -274,6 +274,7 @@ "name" : "GitHub", "authority" : "http://github.com/SPORE", "meta" : { - "documentation" : "http://develop.github.com/" + "documentation" : "http://develop.github.com/", + "module" : "repository" } } diff --git a/services/github/user.json b/services/github/user.json index 3f5a8dc..b1d33b2 100644 --- a/services/github/user.json +++ b/services/github/user.json @@ -162,6 +162,7 @@ "name" : "GitHub", "authority" : "http://github.com/SPORE", "meta" : { - "documentation" : "http://develop.github.com/" + "documentation" : "http://develop.github.com/", + "module" : "user" } } |