Skip to content

malixsys/AsyncParse.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages