1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 23:33:34 +00:00

sync service

This commit is contained in:
Kyle Spearrin
2019-04-17 12:12:43 -04:00
parent 808fcea655
commit 818414eb37
7 changed files with 262 additions and 7 deletions

View File

@@ -254,7 +254,7 @@ namespace Bit.Core.Services
#region Sync APIs
public Task<SyncResponse> GetSyncAsync(string id)
public Task<SyncResponse> GetSyncAsync()
{
return SendAsync<object, SyncResponse>(HttpMethod.Get, "/sync", null, true, true);
}