A C# library to access Minus API.
The license for this project is Apache Software License 2.0.
It means you can pretty much do whatever you want with it IF you give back some credit.
Every operation has two possible outputs: completion or failure.
Thus, for each operation on the class MinusEngine (which in turn represents a call to the actual Minus site) you have to register a success and failure delegate to handle these events.
The asynchronous nature of the library makes it perfect to develop UI-based applications on top of it.
Please read the changelog.
If you have any questions, please email me at cardonfry@gmail.com
This project uses the Json.NET library, by James Newton-King.