Use HttpClient instead of RestClient
Open
enhancement
good first issue
- Dominant language
- C#
- Stars
- 8
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Currently `XpoWebApiProvider` is tight to `RestClient.Net`.
To use HttpClientFactory and the performance gains made in `HttpClient` there should be an implementation that uses `HttpClient`.
This also will open up the `BlazorWasm` scenario, cause they use the browser API's and will also allow GRPCWeb transport
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.