niieani / AsanaSharp

Implementation of Asana API in C# for .NET and Mono
MIT License
2 stars 0 forks source link

Status #1

Open coxito opened 9 years ago

coxito commented 9 years ago

Hi,

I saw this project referenced on the AsanaNet project pages: https://github.com/acron0/AsanaNet/issues/21. Is this a project in progress or is it abandoned?

Best, Stein J. Gran

niieani commented 9 years ago

Hi @coxito. Definitely not abandoned, I've got a lot done locally, but still more work to be done, right now I'm focusing on something different and this isn't a priority. I would say go with AsanaNet for now if you have to, my updated ETA for this is December.

Cheers Bazyli

coxito commented 9 years ago

Hi Bazyli,

Ok, I understand. As I will only use a subset of the Asana API, I might just use RestSharp :-)

Best, Stein J. Gran

kennethac commented 5 years ago

Hey, just followed the same trail as coxcito. Same status?

niieani commented 5 years ago

Hi @webMan1. Sadly, I have abandoned my Asana-related startup and in turn this library :( I think the effort to pick this up is pretty high, because there are no tests and the code is messy/undocumented. There are some good high-level concepts in here (I think) and I've borrowed the idea of code-gen from AsanaNet, but even so, I think it would be easier to just start from scratch. I would probably do the same, since I haven't touched this code in almost 4 years.