/PastecSharp

http://pastec.io/doc/oss

Primary LanguageC#MIT LicenseMIT

PastecSharp

What's this?

This is a Pastec Web Api Wrapper

How to use:

Pastec p = new Pastec("http://localhost:4212");
p.Add();
p.Search();
p.Delete();
p.Save();
p.Load();