Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.05 KB

AsyncParse.Net is a library to enable access to Parse.com through the asynchronously-capable Microsoft .NET Framework 4 HTTP Client Libraries.

Installing

  • Using NuGet: Install-Package AsyncParse.Net
  • See: Package Home

Using the test project

  1. Rename keys.secret.sample to keys.secret
  2. Replace MY_APPLICATION_ID and MY_MASTER_KEY with your own your Application Id and Master Key

IMPORTANT:
The values are delimited by a single tab character.

Versions

  • 0.8.11 fixed a problem with one AsyncParseService constructor
  • 0.8.10 Refactored some API namespaces for consistency
  • 0.8.9 Initial package creation

Thanks