We are excited to announce the release of Java client libraries for our product suite.
Our Java libraries simplify integration, save time, and provide 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, this is how easy it is to create a company:
CompanyRequestBody req = CompanyRequestBody.builder()
.name("Bank of Dave")
.description("Requested early access to the new financing scheme.")
.build();
CreateCompanyResponse res = sdk.companies().create()
.request(req)
.call();
Available libraries
- Bank Feeds API
- Lending API
- Sync for Commerce
- Sync for Expenses
- Sync for Payables
- Sync for Payroll
- Platform
Other 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.
Read our documentation for more information on client libraries and other supported languages.
TypeScript
Python
Java