I'm using the Usage of /questions URI request to fetch a list of questions from stackoverflow.
https://api.stackexchange.com/2.2/questions?&order=desc&sort=activity&site=stackoverflow
This works, however it only returns 30 results. How do I specify to the API to give me other results like 10 or 100?
I'm looking for a property like 'maxResults
' but found none. Help anyone?