A .NET Library for interfacing with the Place API
To manually install place-csharp
, you can download the source.
// set your api key
PlaceClient.api_key = "private_key_6fsMi3GDxXg1XXSluNx1sLEd";
// create an account
PlaceAccount accnt = PlaceAccount.create(new {
email="[email protected]",
full_name="Joe Schmoe",
user_type="payer"
});
Read the docs