GitHub Themes/Plugins list limit 30 -> 100
This commit is contained in:
parent
ddc434cc36
commit
66142aca75
1 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@
|
||||||
redirect: 'follow'
|
redirect: 'follow'
|
||||||
};
|
};
|
||||||
|
|
||||||
fetch("https://api.github.com/search/repositories?q=topic:cidermusictheme fork:true", requestOptions)
|
fetch("https://api.github.com/search/repositories?q=topic:cidermusictheme fork:true&per_page=100", requestOptions)
|
||||||
.then(response => response.text())
|
.then(response => response.text())
|
||||||
.then(result => {
|
.then(result => {
|
||||||
let items = JSON.parse(result).items
|
let items = JSON.parse(result).items
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue