Skip to content

Instantly share code, notes, and snippets.

@lothrop
Created June 1, 2017 16:22
Show Gist options
  • Save lothrop/0fb2a70e42cc51b7d7d39a7b4fa1a72a to your computer and use it in GitHub Desktop.
Save lothrop/0fb2a70e42cc51b7d7d39a7b4fa1a72a to your computer and use it in GitHub Desktop.
Parse API usage example
public AppDelegate ()
{
// Initialize the Parse client with your Application ID and .NET Key found on
// your Parse dashboard
ParseClient.Initialize("YOUR APPLICATION ID", "YOUR .NET KEY");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment