Skip to content

Excessive API calls to GitHub / GitLab #5

@jroddev

Description

@jroddev

Hitting rate limiting issues during development. Users may experience the same while tracking many apps.
Every time the Apps page loads all information is re-fetched. This involves multiple calls:

  • call to determine android root
  • call to fetch build.gradle file
  • optional call to readme if packageName detection failed in build.gradle
  • call to fetch icon

At the moment only the repo url is saved. Change this to be a json array that also contains the package name and icon url.
I could also make these values configurable by the user in cases where my packageName detection logic fails.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions