mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 05:03:39 +00:00
HttpService abstraction with CustomAndroidClientHandler to handle xamarin android bug with error response body
This commit is contained in:
11
src/iOS.Core/Services/HttpService.cs
Normal file
11
src/iOS.Core/Services/HttpService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Bit.App;
|
||||
using Bit.App.Abstractions;
|
||||
|
||||
namespace Bit.iOS.Core.Services
|
||||
{
|
||||
public class HttpService : IHttpService
|
||||
{
|
||||
public ApiHttpClient Client => new ApiHttpClient();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user