apiland icon indicating copy to clipboard operation
apiland copied to clipboard

`/v2/modules?limit=100&page=12`'s response returns 404 Not Found.

Open ayame113 opened this issue 3 years ago • 4 comments

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?

ayame113 avatar Dec 01 '22 06:12 ayame113

Hm, i will investigate. as a workaround for that, you should use the old API server for now: https://api.deno.land/modules

crowlKats avatar Dec 01 '22 08:12 crowlKats

That workaround works for me. thank you for your reply!

ayame113 avatar Dec 02 '22 04:12 ayame113

The problem is that datastore returns a batch with moreResults set to NOT_FINISHED; this needs to be handled

crowlKats avatar Feb 02 '23 18:02 crowlKats

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.

ayame113 avatar Apr 07 '23 05:04 ayame113