`/v2/modules?limit=100&page=12`'s response returns 404 Not Found.
When I request to https://apiland.deno.dev/v2/modules?limit=100&page=11 it says next page is /v2/modules?limit=100&page=12 but https://apiland.deno.dev/v2/modules?limit=100&page=12 returns 404 Not Found.
How can I get a list of all module names?
Hm, i will investigate. as a workaround for that, you should use the old API server for now: https://api.deno.land/modules
That workaround works for me. thank you for your reply!
The problem is that datastore returns a batch with moreResults set to NOT_FINISHED; this needs to be handled
https://api.deno.land/modules now seems to return {"message":"Not Found"}.
Sorry to ask again, but what if I want to get a list of all modules?
For reference, we are trying to analyze Deno's module dependencies.