But there are 67 pages of dependents for that particular mod.
Now all this is way over my head, but Documents.iteratePages() seemingly iterates over multiple CurseForge pages to get results, yet it's only returning 1 page of relations. Is this intended? Is it a bug? Or am I just missing the syntax that will return all of a project's dependents?
Calling dependants() seems to only retrieve the first page/first 20 entries of dependants for any given project. For example:
Logging.getLogger().info(CurseProject.fromSlug("minecraft", "omlib").dependents());
Prints:
But there are 67 pages of dependents for that particular mod.
Now all this is way over my head, but Documents.iteratePages() seemingly iterates over multiple CurseForge pages to get results, yet it's only returning 1 page of relations. Is this intended? Is it a bug? Or am I just missing the syntax that will return all of a project's dependents?