Skip to main content

C# client libraries now available

· 2 min read
David Coplowe

We are excited to announce the release of C# client libraries for our new product suite.

Our suite of C# client libraries simplifies integration, saves time, and provides well-documented code bases for easy use across multiple services. Each library includes robust error handling, stays updated with the latest features, and enhances the reliability, productivity, and flexibility of your development projects.

For example, creating a company:

using Codat.Lending;

var company = await codatClient.Companies.CreateAsync(new(){
Name = "Bank of Dave"
});

logger.LogInformation("{Id}: {Name}, company.Id, company.Name);

Available libraries

All available languages

Codat offers official SDK client libraries for different programming languages, which are regularly updated for breaking and non-breaking API changes. These client libraries are generated from our OpenAPI specification.


Click here for more information on client libraries and other supported languages.