something like
##RELATIVITYDEV GET REPOS URL
##Didn't need client_ids since getting public repo and this was limiting to 30 results, changed to 1000 but should figure out a way to get reasonable amount and then go from there.
##$uri = $githubUrl+'orgs/'+$org+'/repos?client_id='+$client_id+'&client_secret='+$client_secret
$uri = $githubUrl+'orgs/'+$org+'/repos?per_page=1000'
something like
##RELATIVITYDEV GET REPOS URL
##Didn't need client_ids since getting public repo and this was limiting to 30 results, changed to 1000 but should figure out a way to get reasonable amount and then go from there.
##$uri = $githubUrl+'orgs/'+$org+'/repos?client_id='+$client_id+'&client_secret='+$client_secret
$uri = $githubUrl+'orgs/'+$org+'/repos?per_page=1000'