about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-10-28 14:12:14 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2010-10-28 14:12:14 +0200
commit66ccfc6f2da73699e74ce0f1220f673b17fea8ac (patch)
tree817626d49c41f22f0b8745fea1335db2fb2c3b30
parentGithub: some methods return raw data (diff)
downloadapi-description-66ccfc6f2da73699e74ce0f1220f673b17fea8ac.tar.gz
Github/network: missing params
-rw-r--r--services/github.json4
-rw-r--r--services/github/network.json4
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"
          ]
       }
    },