acron0 / AsanaNet

.NET API for Asana (www.asana.com)
MIT License
38 stars 29 forks source link

asana changed their API and uses "gid" now #31

Closed 3dpros closed 5 years ago

3dpros commented 5 years ago

this was causing tasks to return an empty ID after calling task.save(), which caused addProject to fail

3dpros commented 5 years ago

fixing issue with incorrect name for "id" (it is now "gid")

acron0 commented 5 years ago

@3dpros Thanks!