GoogleSignIn-iOS
GoogleSignIn-iOS copied to clipboard
Add HttpFetcher component
Add class HttpFetcher fetches data from URL endpoint. Add the FakeHttpFetcher. Use HttpFetcher on GIDSignIn for revoking the grant scope.
Hey @henryhl22321 it looks like you have some linting failiures:
- ERROR | xcodebuild: /Users/runner/work/GoogleSignIn-iOS/GoogleSignIn-iOS/GoogleSignIn/Tests/Unit/GIDHTTPFetcherTest.m:48:3: error: declaration of 'GTMSessionFetcherTestBlock' must be imported from module 'GTMSessionFetcher.GTMSessionFetcher' before it is required
You may be able to diagnose these failures more quickly by running pod lib lint GoogleSignIn.podspec locally before sending up your PR for review.