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

fix: cache GitHub API requests by full URL #65

Merged
merged 1 commit into from
Aug 27, 2021

Commits on Aug 25, 2021

  1. fix: cache GitHub API requests by full URL

    Cache GitHub API requests based on the URL fetched and not the passed
    in target.
    
    Also extends tests to cover caching for the non-GitHub API. Update
    test URLs to use domains reserved for testing [1]. Clear the cache
    after every test.
    
    [1] https://www.rfc-editor.org/rfc/rfc2606.html
    richardlau committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    39cd02e View commit details
    Browse the repository at this point in the history