0.38.0 • Published 7 months ago

@codat/common v0.38.0

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

Common

Manage the building blocks of Codat, including companies, connections, and more.

SDK Installation

NPM

npm add @codat/common

Yarn

yarn add @codat/common

Example Usage

import { CodatCommon } from "@codat/common";

(async () => {
    const sdk = new CodatCommon({
        security: {
            authHeader: "",
        },
    });

    const res = await sdk.companies.create({
        description: "Requested early access to the new financing scheme.",
        name: "Bank of Dave",
    });

    if (res.statusCode == 200) {
        // handle response
    }
})();

Available Resources and Operations

companies

connections

integrations

pushData

refreshData

settings

supplementalData

webhooks

Library generated by Speakeasy

0.38.0

7 months ago

0.37.0

8 months ago

0.2.0

8 months ago

0.36.0

9 months ago

0.35.1

10 months ago

0.32.1

11 months ago

0.26.1

11 months ago

0.24.2

11 months ago

0.22.1

12 months ago

0.19.1

1 year ago

0.14.3

1 year ago

0.18.0

1 year ago

0.12.2

1 year ago

0.12.1

1 year ago

0.12.0

1 year ago

0.11.0

1 year ago