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

Add file caching utility function #20

Closed
wants to merge 1 commit into from

Commits on Oct 26, 2023

  1. Add file caching utility function

    One of the things that this tool will do is to hit the GitHub API and
    request all of the repositories under the MetaMask organization. We
    don't want to do this every time the tool is run, though, or else we
    might get rate limited. To prevent this, we can cache the response data
    from the API in a file.
    
    This `fetchOrPopulateFileCache` function being introduced here (which we
    will use in a later commit) makes that possible.
    mcmire committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9e5b19c View commit details
    Browse the repository at this point in the history