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

Too Many API Requests #81

Open
jagreenwood opened this issue Oct 12, 2023 · 0 comments
Open

Too Many API Requests #81

jagreenwood opened this issue Oct 12, 2023 · 0 comments

Comments

@jagreenwood
Copy link

Currently the code in this package performs 1 API request per item in the feature list to get its vote count.
I understand why, because that is how countapi works/ed. Since this project seems to be actively seeking a replacement API, it would be a good time to do better.

A couple of naive thoughts/options:

  1. Decouple API calls from this package. Give consumer full control.
  2. Refactor to support an endpoint that fetches a feature list with counts in addition to 1 request per item.
  3. Implement a server app. Maybe RoadmapBackend could be updated to maintain features and support fetching a list.
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

1 participant