Categorygithub.com/codatio/client-sdk-go

# README

Codat Go

The universal API for small business data

Codat solves the connectivity challenge for developers building the next generation of financial products for small businesses. We're experts in how your application interacts with the other software your customer use, so you can focus on what makes you superior.

Beta Release

Exciting news! Our first Go library beta release is here, simplifying your development workflow with an effortless build process.

Authentication

Codat uses API keys to control access to the API.

You must keep the API key secret, so make sure it isn't available in publicly accessible areas, such as GitHub and client-side code. Codat 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.

Codat expects the API key to be included in all API requests to the server, Base64 encoded within an 'Authorization' header.

Authorization: Basic YOUR_ENCODED_API_KEY

Getting your Authorization Header

To get your authorization header from the Codat Portal:

  1. In the navigation bar, click Developers > API keys.
  2. In the API Keys section, copy your authorization header rather than the API key itself.

Client Libraries

LibraryDescriptiongo get
PlatformManage the building blocks of Codat, including companies, connections, and more.github.com/codatio/client-sdk-go/platform
Bank FeedsSet up bank feeds from accounts in your application to supported accounting platforms.github.com/codatio/client-sdk-go/bank-feeds
Sync for CommercePush merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform.github.com/codatio/client-sdk-go/sync-for-commerce
Sync for ExpensesPush expenses to accounting platforms.github.com/codatio/client-sdk-go/sync-for-expenses
LendingMake credit decisions backed by enhanced financials, metrics, reports, and data integrity features.github.com/codatio/client-sdk-go/lending
Sync for PayrollPush payroll to accounting platforms.github.com/codatio/client-sdk-go/sync-for-payroll
Sync for PayablesStreamline your customers' accounts payable workflow.github.com/codatio/client-sdk-go/sync-for-payables

Previous products and versions

LibraryDescriptiongo get
CommonManage the building blocks of Codat, including companies, connections, and more.github.com/codatio/client-sdk-go/previous-versions/common
AccountingAccess standardized accounting data from our accounting integrations.github.com/codatio/client-sdk-go/previous-versions/accounting
BankingAccess standardized banking data from our banking integrations.github.com/codatio/client-sdk-go/previous-versions/banking
CommerceAccess standardized commerce data from our commerce integrations.github.com/codatio/client-sdk-go/previous-versions/commerce
AssessMake credit decisions backed by enhanced financials, metrics, reports, and data integrity features.github.com/codatio/client-sdk-go/previous-versions/assess
Sync for Commerce version 1Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform.github.com/codatio/client-sdk-go/previous-versions/sync-for-commerce-version-1
Sync for Expenses version 1Push expenses to accounting platforms.github.com/codatio/client-sdk-go/previous-versions/sync-for-expenses-version-1
FilesUse Codat's Files API to upload your SMB customers' files.github.com/codatio/client-sdk-go/previous-versions/files

# Packages

No description provided by the author