all_projects() returns only the first page of results.
The GitLab API documentation says to use the next/pref links in there, and that at most 100 results are returned per page.
Is pagination to obtain all results supported - otherwise, methods like 'all_projects' would be useless.