From e4b7f701c24cf91b5354e7fc4db6b6620f80601a Mon Sep 17 00:00:00 2001 From: stefanonepa Date: Wed, 15 Mar 2017 15:02:39 +0100 Subject: [PATCH] Get 1000 repositories --- src/components/About.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/About.vue b/src/components/About.vue index 3901dc55..eda3e8ed 100644 --- a/src/components/About.vue +++ b/src/components/About.vue @@ -75,7 +75,7 @@ export default { }, created () { // Getting the list of epfl-dojo repositories - this.$http.get('https://api.github.com/orgs/epfl-dojo/repos') + this.$http.get('https://api.github.com/orgs/epfl-dojo/repos?per_page=1000') .then((response) => { // TODO: oops, only 30 repos are retrived. this.dojoRepos = response.data.sort((a, b) => {