We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/v2/modules?limit=100&page=12
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.
404 Not Found
How can I get a list of all module names?
The text was updated successfully, but these errors were encountered:
Hm, i will investigate. as a workaround for that, you should use the old API server for now: https://api.deno.land/modules
Sorry, something went wrong.
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
moreResults
NOT_FINISHED
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?
https://api.deno.land/modules
{"message":"Not Found"}
For reference, we are trying to analyze Deno's module dependencies.
No branches or pull requests
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 returns404 Not Found
.How can I get a list of all module names?
The text was updated successfully, but these errors were encountered: