diff --git a/README.md b/README.md index e90b6e6ce..61434051f 100644 --- a/README.md +++ b/README.md @@ -39,20 +39,26 @@ To get your authorization header from the [Codat Portal](https://app.codat.io): | Library | Description | NuGet | -| :- | :- | :- | +| :- |:- |:- | | **[Platform](https://github.com/codatio/client-sdk-csharp/tree/main/platform)** | Manage the building blocks of Codat, including companies, connections, and more. | [![Nuget](https://img.shields.io/nuget/v/Codat.Platform)](https://www.nuget.org/packages/Codat.Platform) | -| **[Bank Feeds](https://github.com/codatio/client-sdk-csharp/tree/main/bank-feeds)** | Set up bank feeds from accounts in your application to supported accounting platforms. | [![Nuget](https://img.shields.io/nuget/v/Codat.BankFeeds)](https://www.nuget.org/packages/Codat.BankFeeds) | -| **[Sync for Commerce](https://github.com/codatio/client-sdk-csharp/tree/main/sync-for-commerce)** | Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform. | [![Nuget](https://img.shields.io/nuget/v/Codat.Sync.Commerce)](https://www.nuget.org/packages/Codat.Sync.Commerce) | -| **[Sync for Expenses](https://github.com/codatio/client-sdk-csharp/tree/main/sync-for-expenses)** | Push expenses to accounting platforms. | [![Nuget](https://img.shields.io/nuget/v/Codat.Sync.Expenses)](https://www.nuget.org/packages/Codat.Sync.Expenses) | +| **[Bank Feeds](https://github.com/codatio/client-sdk-csharp/tree/main/bank-feeds)** | Set up bank feeds from accounts in your application to supported accounting software. | [![Nuget](https://img.shields.io/nuget/v/Codat.BankFeeds)](https://www.nuget.org/packages/Codat.BankFeeds) | +| **[Sync for Commerce](https://github.com/codatio/client-sdk-csharp/tree/main/sync-for-commerce)** | Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting software. | [![Nuget](https://img.shields.io/nuget/v/Codat.Sync.Commerce)](https://www.nuget.org/packages/Codat.Sync.Commerce) | +| **[Sync for Expenses](https://github.com/codatio/client-sdk-csharp/tree/main/sync-for-expenses)** | Push expenses to accounting software. | [![Nuget](https://img.shields.io/nuget/v/Codat.Sync.Expenses)](https://www.nuget.org/packages/Codat.Sync.Expenses) | | **[Lending](https://github.com/codatio/client-sdk-csharp/tree/main/lending)** | Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features. | [![Nuget](https://img.shields.io/nuget/v/Codat.Lending)](https://www.nuget.org/packages/Codat.Lending) | -| **[Sync for Payroll](https://github.com/codatio/client-sdk-csharp/tree/main/sync-for-payroll)** | Push payroll to accounting platforms. | [![Nuget](https://img.shields.io/nuget/v/Codat.Sync.Payroll)](https://www.nuget.org/packages/Codat.Sync.Payroll) | +| **[Sync for Payroll](https://github.com/codatio/client-sdk-csharp/tree/main/sync-for-payroll)** | Push payroll to accounting software. | [![Nuget](https://img.shields.io/nuget/v/Codat.Sync.Payroll)](https://www.nuget.org/packages/Codat.Sync.Payroll) | | **[Sync for Payables](https://github.com/codatio/client-sdk-csharp/tree/main/sync-for-payables)** | Streamline your customers' accounts payable workflow. | [![Nuget](https://img.shields.io/nuget/v/Codat.Sync.Payables)](https://www.nuget.org/packages/Codat.Sync.Payables) | + +### Alternative products and versions + +| Library | Description | NuGet | +| :- |:- |:- | +| **[Sync for Payables version 1](https://github.com/codatio/client-sdk-csharp/tree/main/previous-versions/sync-for-payables-version-1)** | Push expenses to accounting software. | [![Nuget](https://img.shields.io/nuget/v/Codat.Sync.Payables.V1)](https://www.nuget.org/packages/Codat.Sync.Payables.V1) | -### Support +## Support If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io). We're here to help ensure a smooth experience for you. - + \ No newline at end of file diff --git a/bank-feeds/README.md b/bank-feeds/README.md index 43fbdfeae..9bc22b909 100644 --- a/bank-feeds/README.md +++ b/bank-feeds/README.md @@ -1,7 +1,7 @@ # Bank Feeds -Bank Feeds API enables your SMB users to set up bank feeds from accounts in your application to supported accounting platforms. +Bank Feeds solution enables your SMB users to set up bank feeds from accounts in your application to supported accounting software. @@ -510,7 +510,7 @@ The SDK also provides built-in hook support through the `SDKConfiguration.Hooks` -### Support +## Support If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io). diff --git a/lending/README.md b/lending/README.md index a228d5455..64cfd85ee 100644 --- a/lending/README.md +++ b/lending/README.md @@ -791,7 +791,7 @@ The SDK also provides built-in hook support through the `SDKConfiguration.Hooks` -### Support +## Support If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io). diff --git a/platform/README.md b/platform/README.md index d348dcba0..bcea5c8b0 100644 --- a/platform/README.md +++ b/platform/README.md @@ -552,7 +552,7 @@ The SDK also provides built-in hook support through the `SDKConfiguration.Hooks` -### Support +## Support If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io). diff --git a/previous-versions/sync-for-payables-version-1/README.md b/previous-versions/sync-for-payables-version-1/README.md index d8b59d4f3..7615f4175 100644 --- a/previous-versions/sync-for-payables-version-1/README.md +++ b/previous-versions/sync-for-payables-version-1/README.md @@ -384,7 +384,7 @@ var res = await sdk.Companies.ListAsync(req); -### Support +## Support If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io). diff --git a/sync-for-commerce/README.md b/sync-for-commerce/README.md index 574becd16..dca5acd8b 100644 --- a/sync-for-commerce/README.md +++ b/sync-for-commerce/README.md @@ -1,7 +1,7 @@ # Sync for Commerce -Embedded accounting integrations for POS and eCommerce platforms. +Embedded accounting integrations for POS and eCommerce software. @@ -316,7 +316,7 @@ catch (Exception ex) -### Support +## Support If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io). diff --git a/sync-for-expenses/README.md b/sync-for-expenses/README.md index f3c10c9c4..b25552a3e 100644 --- a/sync-for-expenses/README.md +++ b/sync-for-expenses/README.md @@ -573,7 +573,7 @@ The SDK also provides built-in hook support through the `SDKConfiguration.Hooks` -### Support +## Support If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io). diff --git a/sync-for-payables/README.md b/sync-for-payables/README.md index 88dcd9cd5..187937c84 100644 --- a/sync-for-payables/README.md +++ b/sync-for-payables/README.md @@ -519,9 +519,9 @@ The SDK also provides built-in hook support through the `SDKConfiguration.Hooks` -### Support +## Support -If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. +If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io). We're here to help ensure a smooth experience for you. diff --git a/sync-for-payroll/README.md b/sync-for-payroll/README.md index f0fde7f5f..7154e18bf 100644 --- a/sync-for-payroll/README.md +++ b/sync-for-payroll/README.md @@ -1,7 +1,7 @@ # Sync for Payroll -Push payroll to accounting platforms. +Push payroll to accounting software. @@ -324,7 +324,7 @@ catch (Exception ex) -### Support +## Support If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. You can raise any issues by contacting your dedicated Codat representative or reaching out to our [support team](mailto:support@codat.io).