The Pagar.Me SDK for .NET projects.
Build status | Last commit | Tests | Coverage | Code Smells | LOC |
---|---|---|---|---|---|
Download the latest zip file from the Release page.
Package | Version | Downloads |
---|---|---|
PagarMeSDK |
Implements all features of Pagar.Me API available at Pagar.Me
- Feature #1
- Feature #2
- Feature #3
- Feature #N
//sample CSharp code showing how to use the lib
var client = new PagarMeSDKClient();
client.CallSomeMethod();