Skip to content

Commit c82bc4b

Browse files
authored
Merge branch 'main' into library-update
2 parents 16cb9f7 + 6978b14 commit c82bc4b

File tree

301 files changed

+2281
-1185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+2281
-1185
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ To get your authorization header from the [Codat Portal](https://app.codat.io):
5252

5353
| Library | Description | PyPI |
5454
| :- | :- | :- |
55-
| **[Platform](https://github.com/codatio/client-sdk-python/tree/main/platform)** | Manage the building blocks of Codat, including companies, connections, and more. | [codat-platform](https://pypi.org/project/codat-platform) |
56-
| **[Bank Feeds](https://github.com/codatio/client-sdk-python/tree/main/bank-feeds)** | Set up bank feeds from accounts in your application to supported accounting platforms. | [codat-bankfeeds](https://pypi.org/project/codat-bankfeeds) |
57-
| **[Sync for Commerce](https://github.com/codatio/client-sdk-python/tree/main/sync-for-commerce)** | Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform. | [codat-sync-for-commerce](https://pypi.org/project/codat-sync-for-commerce) |
58-
| **[Sync for Expenses](https://github.com/codatio/client-sdk-python/tree/main/sync-for-expenses)** | Push expenses to accounting platforms. | [codat-sync-for-expenses](https://pypi.org/project/codat-sync-for-expenses) |
59-
| **[Lending](https://github.com/codatio/client-sdk-python/tree/main/lending)** | Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features. | [codat-lending](https://pypi.org/project/codat-lending) |
60-
| **[Sync for Payroll](https://github.com/codatio/client-sdk-python/tree/main/sync-for-payroll)** | Push payroll to accounting platforms. | [codat-sync-for-payroll](https://pypi.org/project/codat-sync-for-payroll) |
61-
| **[Sync for Payables](https://github.com/codatio/client-sdk-python/tree/main/sync-for-payables)** | Streamline your customers' accounts payable workflow. | [codat-sync-for-payables](https://pypi.org/project/codat-sync-for-payables) |
62-
<!-- End Codat Client Libraries -->
55+
| **[Common](https://github.com/codatio/client-sdk-python/tree/main/previous-versions/common)** | Manage the building blocks of Codat, including companies, connections, and more. | [codat-common](https://pypi.org/project/codat-common) |
56+
| **[Accounting](https://github.com/codatio/client-sdk-python/tree/main/previous-versions/accounting)** | Access standardized accounting data from our accounting integrations. | [codat-accounting](https://pypi.org/project/codat-accounting) |
57+
| **[Banking](https://github.com/codatio/client-sdk-python/tree/main/previous-versions/banking)** | Access standardized banking data from our banking integrations. | [codat-banking](https://pypi.org/project/codat-banking) |
58+
| **[Commerce](https://github.com/codatio/client-sdk-python/tree/main/previous-versions/commerce)** | Access standardized commerce data from our commerce integrations. | [codat-commerce](https://pypi.org/project/codat-commerce) |
59+
| **[Assess](https://github.com/codatio/client-sdk-python/tree/main/previous-versions/assess)** | Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features. | [codat-assess](https://pypi.org/project/codat-assess) |
60+
| **[Sync for Commerce version 1](https://github.com/codatio/client-sdk-python/tree/main/previous-versions/sync-for-commerce-version-1)** | Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform. | [codat-sync-for-commerce-version-1](https://pypi.org/project/codat-sync-for-commerce-version-1) |
61+
| **[Sync for Expenses version 1](https://github.com/codatio/client-sdk-python/tree/main/previous-versions/sync-for-expenses-version-1)** | Push expenses to accounting platforms. | [codat-sync-for-expenses-version-1](https://pypi.org/project/codat-sync-for-expenses-version-1) |
62+
| **[Files](https://github.com/codatio/client-sdk-python/tree/main/previous-versions/files)** | Use Codat's Files API to upload your SMB customers' files. | [codat-files](https://pypi.org/project/codat-files) |
63+
<!-- End Codat Client Libraries -->

bank-feeds/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Bank Feeds
2-
3-
Bank Feeds API enables your SMB users to set up bank feeds from accounts in your application to supported accounting platforms.
2+
3+
<!-- Start Codat Library Description -->
4+
<!-- End Codat Library Description -->
5+
Bank Feeds API enables your SMB users to set up bank feeds from accounts in your application to supported accounting platforms.
46

57
<!-- Start SDK Installation -->
68
replace me

lending/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Lending
2-
2+
3+
<!-- Start Codat Library Description -->
4+
<!-- End Codat Library Description -->
35
Lending helps you make smarter credit decisions on small businesses by enabling you to pull your customers' latest data from the operating systems they are already using. You can use that data for automating decisioning and surfacing new insights on the customer, all via one API.
46

57
<!-- Start SDK Installation -->

platform/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Platform
2-
32

3+
<!-- Start Codat Library Description -->
4+
<!-- End Codat Library Description -->
45

56
<!-- Start SDK Installation -->
67
replace me

previous-versions/accounting/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Accounting
2-
3-
Codat's Accounting API is a flexible API for pulling and pushing up-to-date accounting data to your customer's accounting software.
2+
3+
<!-- Start Codat Library Description -->
4+
<!-- End Codat Library Description -->
5+
Codat's Accounting API is a flexible API for pulling and pushing up-to-date accounting data to your customer's accounting software.
46
It gives you a simple way to view, create, update adn delete data without having to worry about each platform's specific complexities.
57

68

previous-versions/assess/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Assess
2-
3-
Assess helps you make smarter credit decisions on small businesses by enabling you to pull your customers' latest data from the operating systems they are already using.
2+
3+
<!-- Start Codat Library Description -->
4+
<!-- End Codat Library Description -->
5+
Assess helps you make smarter credit decisions on small businesses by enabling you to pull your customers' latest data from the operating systems they are already using.
46
You can use that data for automating decisioning and surfacing new insights on the customer, all via one API.
57

68
<!-- Start SDK Installation -->

previous-versions/banking/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Banking
2-
3-
Use Codat's API to connect to your SMB customer's banks and pull up-to-date standardized account and transaction data from their bank accounts via our partner providers.
2+
3+
<!-- Start Codat Library Description -->
4+
<!-- End Codat Library Description -->
5+
Use Codat's API to connect to your SMB customer's banks and pull up-to-date standardized account and transaction data from their bank accounts via our partner providers.
46

57
<!-- Start SDK Installation -->
68
replace me

previous-versions/commerce/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Commerce
2-
3-
Codat's Commerce API enables you to pull up-date-date commerce data from several leading payments, point-of-sale, and eCommerce systems.
4-
You can view your SMB customers' products, orders, payments, payouts, disputes, and more - all standardized to our Commerce data model.
52

3+
<!-- Start Codat Library Description -->
4+
Codat's Commerce API enables you to pull up-date-date commerce data from several leading payments, point-of-sale, and eCommerce systems.
5+
You can view your SMB customers' products, orders, payments, payouts, disputes, and more - all standardized to our Commerce data model.
6+
<!-- End Codat Library Description -->
67

78
<!-- Start SDK Installation -->
89
replace me

previous-versions/common/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Common
2-
32

3+
<!-- Start Codat Library Description -->
4+
<!-- End Codat Library Description -->
45

56
<!-- Start SDK Installation -->
67
replace me

previous-versions/files/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Files
2-
3-
Use Codat's Files API to upload your SMB customers' files.
2+
3+
<!-- Start Codat Library Description -->
4+
<!-- End Codat Library Description -->
5+
Use Codat's Files API to upload your SMB customers' files.
46

57
<!-- Start SDK Installation -->
68
replace me

0 commit comments

Comments
 (0)