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 HttpFetcher component #328

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Add HttpFetcher component #328

wants to merge 2 commits into from

Commits on Jul 17, 2023

  1. Add HttpFetcher component

    Add class HttpFetcher fetches data from URL endpoint.
    Add the FakeHttpFetcher.
    Use HttpFetcher on GIDSignIn for revoking the grant scope.
    henryhl22321 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3a396b6 View commit details
    Browse the repository at this point in the history
  2. Remove the outdated import path

    Remove the outdated import path.
    henryhl22321 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c68ff83 View commit details
    Browse the repository at this point in the history