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.sample
tokeys.secret
- Replace
MY_APPLICATION_ID
andMY_MASTER_KEY
with your own your Application Id and Master Key
IMPORTANT:
The values are delimited by a single tab
character.
0.8.11
fixed a problem with one AsyncParseService constructor0.8.10
Refactored some API namespaces for consistency0.8.9
Initial package creation