diff options
author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-28 14:12:14 +0200 |
---|---|---|
committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-28 14:12:14 +0200 |
commit | 66ccfc6f2da73699e74ce0f1220f673b17fea8ac (patch) | |
tree | 817626d49c41f22f0b8745fea1335db2fb2c3b30 | |
parent | Github: some methods return raw data (diff) | |
download | api-description-66ccfc6f2da73699e74ce0f1220f673b17fea8ac.tar.gz |
Github/network: missing params
-rw-r--r-- | services/github.json | 4 | ||||
-rw-r--r-- | services/github/network.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/services/github.json b/services/github.json index 66c1369..e5afd53 100644 --- a/services/github.json +++ b/services/github.json @@ -360,6 +360,10 @@ "user", "repo", "nethash" + ], + "optional_params" : [ + "start", + "end" ] }, diff --git a/services/github/network.json b/services/github/network.json index 2833783..fc765d7 100644 --- a/services/github/network.json +++ b/services/github/network.json @@ -17,6 +17,10 @@ "user", "repo", "nethash" + ], + "optional_params" : [ + "start", + "end" ] } }, |