.NET wrapper around the Asana Api (http://developers.asana.com/documentation/).
- use NuGet to download all the required packages (MVC4 dependancies + mbunit)
- Open Webiste\Web.config - replace the "AsanaApiKey" value with your Api key.
- If you want to run the unit tests, open AsanaApi.Tests\App.config - replace all the values with your Api key and your account values.
- Go