Skip to content
New issue

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's response returns 404 Not Found. #73

Open
ayame113 opened this issue Dec 1, 2022 · 4 comments
Open

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

ayame113 opened this issue Dec 1, 2022 · 4 comments

Comments

@ayame113
Copy link

ayame113 commented Dec 1, 2022

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?

@crowlKats
Copy link
Member

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

@ayame113
Copy link
Author

ayame113 commented Dec 2, 2022

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

@crowlKats
Copy link
Member

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

@ayame113
Copy link
Author

ayame113 commented Apr 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants