Skip to content

placepay/place-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Place .NET Library [BETA]

A .NET Library for interfacing with the Place API

Installation

To manually install place-csharp, you can download the source.

Requirements

Basic usage

// set your api key
PlaceClient.api_key = "private_key_6fsMi3GDxXg1XXSluNx1sLEd";

// create an account
PlaceAccount accnt = PlaceAccount.create(new {
	email="joe.schmoe@example.com",
	full_name="Joe Schmoe",
	user_type="payer"
});

Documentation

Read the docs

Releases

No releases published

Packages

No packages published

Languages