acron0 / AsanaNet

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

Sample Project #1

Closed socialtopher closed 12 years ago

socialtopher commented 12 years ago

Hi,

First of all, thanks for putting this together! I was searching GitHub to see if someone had beat me to it.

Would you mind adding the sample project to the solution that is referenced in the solution? It would help me get up to speed a bit quicker.

Thanks again,

Chris

acron0 commented 12 years ago

Hi Chris,

I've actually removed the reference to the sample project from the solution because it never should have crept in. In fact. it was less of a 'sample project' and more just a rough unit test I was using to validate the code.

If you take a glace at the README you can see some examples of how to create an Asana object and retrieve data.

Hope this helps

socialtopher commented 12 years ago

Hi Antony,

Ok. I was able to build my own test project yesterday anyway; I

appreciate your work on bringing Asana's API to .Net! Planning on using it with Xamarin's tools to build iOS, Android, and Windows Phone apps with a common core.

Thanks,

Chris

Sent from my iPhone 4s

On May 28, 2012, at 3:52 AM, Antony reply@reply.github.com wrote:

Hi Chris,

I've actually removed the reference to the sample project from the solution because it never should have crept in. In fact. it was less of a 'sample project' and more just a rough unit test I was using to validate the code.

If you take a glace at the README you can see some examples of how to create an Asana object and retrieve data.

Hope this helps


Reply to this email directly or view it on GitHub: https://github.com/acron0/AsanaNet/issues/1#issuecomment-5961382

acron0 commented 12 years ago

Chris,

That sounds fabulous. In fact, I would fully-support Mono-isation of the code if that's something you'd consider contributing.

Cheers

Antony

On 28 May 2012 16:58, Chris Stewart < reply@reply.github.com

wrote:

Hi Antony,

Ok. I was able to build my own test project yesterday anyway; I appreciate your work on bringing Asana's API to .Net! Planning on using it with Xamarin's tools to build iOS, Android, and Windows Phone apps with a common core.

Thanks,

Chris

Sent from my iPhone 4s

On May 28, 2012, at 3:52 AM, Antony reply@reply.github.com wrote:

Hi Chris,

I've actually removed the reference to the sample project from the solution because it never should have crept in. In fact. it was less of a 'sample project' and more just a rough unit test I was using to validate the code.

If you take a glace at the README you can see some examples of how to create an Asana object and retrieve data.

Hope this helps


Reply to this email directly or view it on GitHub: https://github.com/acron0/AsanaNet/issues/1#issuecomment-5961382


Reply to this email directly or view it on GitHub: https://github.com/acron0/AsanaNet/issues/1#issuecomment-5967718

socialtopher commented 12 years ago

I will definitely keep that in mind as I work on my project!