Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 347 Bytes

USAGE.md

File metadata and controls

15 lines (12 loc) · 347 Bytes
using formance;
using formance.Models.Components;

var sdk = new Formance(security: new Security() {
    ClientID = "<YOUR_CLIENT_ID_HERE>",
    ClientSecret = "<YOUR_CLIENT_SECRET_HERE>",
});

var res = await sdk.GetVersionsAsync();

// handle response