wip for todoist -> habitica syncing process

This commit is contained in:
2020-03-22 15:18:43 -04:00
parent 20bf4fe93f
commit d994d92d34
11 changed files with 131 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ namespace Habitica.Todoist.Integration.Services
this.apiKey = apiKey;
}
public async Task<SyncResponse> GetChangedItems(string syncToken = null)
public async Task<SyncResponse> GetItemChanges(string syncToken = null)
{
if (string.IsNullOrEmpty(syncToken))
syncToken = "*";