mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
HttpService abstraction with CustomAndroidClientHandler to handle xamarin android bug with error response body
This commit is contained in:
7
src/App/Abstractions/Services/IHttpService.cs
Normal file
7
src/App/Abstractions/Services/IHttpService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IHttpService
|
||||
{
|
||||
ApiHttpClient Client { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user