Skip to content

Commit

Permalink
Set GitHub repos upto 100 #20
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jun 1, 2018
1 parent daff163 commit dcba042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/github_statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function errorCallback(result) {

function getGithubData() {
const request = new XMLHttpRequest();
const uri = 'https://api.github.com/orgs/yasslab/repos';
const uri = 'https://api.github.com/orgs/yasslab/repos?per_page=100';

request.open('GET', uri);
request.setRequestHeader('Accept', 'application/vnd.github.preview')
Expand Down

0 comments on commit dcba042

Please sign in to comment.