-
Notifications
You must be signed in to change notification settings - Fork 15
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
refactor: replace http client with api service - WPB-14606 #2249
refactor: replace http client with api service - WPB-14606 #2249
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
WireAPI/Sources/WireAPI/APIs/FeatureConfigsAPI/FeatureConfigsAPIV1.swift
Outdated
Show resolved
Hide resolved
.../ConnectionsAPI/__Snapshots__/ConnectionsAPITests/testGetConnectionsRequest.request-0-v0.txt
Show resolved
Hide resolved
WireAPI/Tests/WireAPITests/APIs/FeatureConfigsAPI/FeatureConfigsAPITests.swift
Outdated
Show resolved
Hide resolved
WireAPI/Sources/WireAPI/APIs/FeatureConfigsAPI/FeatureConfigsAPIV1.swift
Outdated
Show resolved
Hide resolved
.../ConnectionsAPI/__Snapshots__/ConnectionsAPITests/testGetConnectionsRequest.request-0-v0.txt
Show resolved
Hide resolved
WireAPI/Tests/WireAPITests/APIs/FeatureConfigsAPI/FeatureConfigsAPITests.swift
Show resolved
Hide resolved
Test Results 8 files 9 suites 12m 24s ⏱️ Results for commit 22837c9. ♻️ This comment has been updated with latest results. |
Datadog ReportBranch report: ✅ 0 Failed, 6834 Passed, 28 Skipped, 5m 20.74s Total Time |
…e existing URLBuilder init
WPB-14606
Key points
This PR replaces usage of
httpClient
byAPIService
in our multiple API components (builders and versioned APIs) from WireAPI package.Testing
Checklist
[WPB-XXX]
.