seperated todoist and habitica api calls into services
This commit is contained in:
@@ -15,5 +15,7 @@ namespace Habitica.Todoist.Integration.Model.Habitica
|
||||
public string Date { get; set; }
|
||||
[JsonProperty("priority")]
|
||||
public string Priority { get; set; }
|
||||
[JsonProperty("id")]
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user