acron0 / AsanaNet

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

Can this be updated to use HttpClient and real async? #19

Closed bytenik closed 8 years ago

niieani commented 10 years ago

What's the reason behind it? I might do it if I know the benefit. Preliminary research on how to do it:

http://stackoverflow.com/questions/5952597/httpwebrequest-vs-httpclient http://msdn.microsoft.com/en-us/library/system.net.http.httpclient(v=vs.110).aspx

Cheers

niieani commented 10 years ago

Done here: https://github.com/acron0/AsanaNet/pull/20