I want to get the list of all repositories in GitHub with pagination and I want to set items per page to for example 50.
for that, I use this
https://api.github.com/repositories?page=1&per_page=50
but it doesn't work and always I get 369 items per page
what I'm missing?