{"id":18326890,"url":"https://github.com/codatio/client-sdk-java","last_synced_at":"2025-04-09T16:28:28.761Z","repository":{"id":220197351,"uuid":"740935003","full_name":"codatio/client-sdk-java","owner":"codatio","description":"Java Client SDK for Codat APIs","archived":false,"fork":false,"pushed_at":"2025-01-06T09:40:52.000Z","size":8729,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-04T10:07:43.858Z","etag":null,"topics":["codat","java","sdk"],"latest_commit_sha":null,"homepage":"https://docs.codat.io/using-the-api/overview","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codatio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-09T11:22:36.000Z","updated_at":"2025-01-06T09:40:03.000Z","dependencies_parsed_at":"2024-11-18T13:54:18.478Z","dependency_job_id":"45fe749f-2678-4b36-a9d9-e67ca357642a","html_url":"https://github.com/codatio/client-sdk-java","commit_stats":null,"previous_names":["codatio/client-sdk-java"],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codatio%2Fclient-sdk-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codatio%2Fclient-sdk-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codatio%2Fclient-sdk-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codatio%2Fclient-sdk-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codatio","download_url":"https://codeload.github.com/codatio/client-sdk-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248067254,"owners_count":21042261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codat","java","sdk"],"created_at":"2024-11-05T19:08:38.988Z","updated_at":"2025-04-09T16:28:28.745Z","avatar_url":"https://github.com/codatio.png","language":"Java","readme":"﻿\u003cdiv align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource srcset=\"https://user-images.githubusercontent.com/6267663/221800355-0995e4ad-a386-4943-a4c2-e620341a5155.svg\" media=\"(prefers-color-scheme: dark)\"\u003e\n        \u003cimg src=\"https://user-images.githubusercontent.com/6267663/221800359-b7f7776c-a44f-4384-8dd0-d9f7d5caef7d.svg\"\u003e\n    \u003c/picture\u003e\n    \u003ch1\u003eCodat Java\u003c/h1\u003e\n        \u003cp\u003e\u003cstrong\u003eThe API for lending and embedded accounting automation\u003c/strong\u003e\u003c/p\u003e\n        \u003cp\u003eCodat makes it quicker and easier to build fintech products, like corporate cards, business dashboards, or SMB lending applications, that are integrated with the other systems small businesses use.\u003c/p\u003e\n    \u003ca href=\"https://docs.codat.io/using-the-api/overview\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=Docs\u0026message=API Ref\u0026color=4c2cec\u0026style=for-the-badge\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003e **Beta Release**\n\u003e\n\u003e Exciting news! Our first Java library beta release is here, simplifying your development workflow with an effortless build process.\n\n## Authentication\n\nCodat uses API keys to control access to the API. \nLearn more about authentication and managing API keys [here](https://docs.codat.io/using-the-api/authentication).\n\nYou must keep the API key secret, so make sure it isn't available in publicly accessible areas, such as GitHub and client-side code.\nCodat recommends the API key is only inserted at release time, and the number of people at your organization with access to your API key is minimised.\n\nCodat expects the API key to be included in all API requests to the server, Base64 encoded within an 'Authorization' header.\n\n```bash\nAuthorization: Basic BASE_64_ENCODED(API_KEY)\n```\n\n### Getting your Authorization Header\n\nTo get your authorization header from the [Codat Portal](https://app.codat.io):\n\n1. In the navigation bar, click [**Developers \u003e API keys**](https://app.codat.io/developers/api-keys).\n2. In the **API Keys** section, copy your authorization header rather than the API key itself.\n\n## Client Libraries\n\n\u003c!-- Start Codat Client Libraries --\u003e\n| Library | Description | maven-central (java) |\n| :- | :- | :- |\n| **[Platform](https://github.com/codatio/client-sdk-java/tree/main/platform)** | Manage the building blocks of Codat, including companies, connections, and more. | [![Maven Central (Java)](https://img.shields.io/maven-central/v/io.codat/platform?label=maven-central%20(java))](https://search.maven.org/artifact/io.codat/platform) |\n| **[Bank Feeds](https://github.com/codatio/client-sdk-java/tree/main/bank-feeds)** | Set up bank feeds from accounts in your application to supported accounting platforms. | [![Maven Central (Java)](https://img.shields.io/maven-central/v/io.codat/bank-feeds?label=maven-central%20(java))](https://search.maven.org/artifact/io.codat/bank-feeds) |\n| **[Sync for Commerce](https://github.com/codatio/client-sdk-java/tree/main/sync-for-commerce)** | Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform. | [![Maven Central (Java)](https://img.shields.io/maven-central/v/io.codat/sync.commerce?label=maven-central%20(java))](https://search.maven.org/artifact/io.codat/sync.commerce) |\n| **[Sync for Expenses](https://github.com/codatio/client-sdk-java/tree/main/sync-for-expenses)** | Push expenses to accounting platforms. | [![Maven Central (Java)](https://img.shields.io/maven-central/v/io.codat/sync.expenses?label=maven-central%20(java))](https://search.maven.org/artifact/io.codat/sync.expenses) |\n| **[Lending](https://github.com/codatio/client-sdk-java/tree/main/lending)** | Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features. | [![Maven Central (Java)](https://img.shields.io/maven-central/v/io.codat/lending?label=maven-central%20(java))](https://search.maven.org/artifact/io.codat/lending) |\n| **[Sync for Payroll](https://github.com/codatio/client-sdk-java/tree/main/sync-for-payroll)** | Push payroll to accounting platforms. | [![Maven Central (Java)](https://img.shields.io/maven-central/v/io.codat/sync.payroll?label=maven-central%20(java))](https://search.maven.org/artifact/io.codat/sync.payroll) |\n| **[Sync for Payables](https://github.com/codatio/client-sdk-java/tree/main/sync-for-payables)** | Streamline your customers' accounts payable workflow. | [![Maven Central (Java)](https://img.shields.io/maven-central/v/io.codat/sync.payables?label=maven-central%20(java))](https://search.maven.org/artifact/io.codat/sync.payables) |\n\n### Alternative products and versions\n\n| Library | Description | maven-central (java) |\n| :- | :- | :- |\n| **[Accounting](https://github.com/codatio/client-sdk-java/tree/main/previous-versions/accounting)** | Access standardized accounting data from our accounting integrations. | [![Maven Central (Java)](https://img.shields.io/maven-central/v/io.codat/accounting?label=maven-central%20(java))](https://search.maven.org/artifact/io.codat/accounting) |\n| **[Banking](https://github.com/codatio/client-sdk-java/tree/main/previous-versions/banking)** | Access standardized banking data from our banking integrations. | [![Maven Central (Java)](https://img.shields.io/maven-central/v/io.codat/banking?label=maven-central%20(java))](https://search.maven.org/artifact/io.codat/banking) |\n\u003c!-- End Codat Client Libraries --\u003e\n\n\u003c!-- Start Codat Support Notes --\u003e\n### Support\n\nIf you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. \nYou can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io).\nWe're here to help ensure a smooth experience for you.\n\u003c!-- End Codat Support Notes --\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodatio%2Fclient-sdk-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodatio%2Fclient-sdk-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodatio%2Fclient-sdk-java/lists"}