AsyncParse.Net is a library to enable access to Parse.com through the asynchronously-capable Microsoft .NET Framework 4 HTTP Client Libraries.
- Using NuGet:
Install-Package AsyncParse.Net - See: Package Home
- Rename
keys.secret.sampletokeys.secret - Replace
MY_APPLICATION_IDandMY_MASTER_KEYwith your own your Application Id and Master Key
IMPORTANT:
The values are delimited by a single tab character.
0.8.11fixed a problem with one AsyncParseService constructor0.8.10Refactored some API namespaces for consistency0.8.9Initial package creation