0.38.0 • Published 2 years ago

@codat/common v0.38.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

0.37.0

2 years ago

0.2.0

2 years ago

0.36.0

2 years ago

0.35.1

2 years ago

0.32.1

2 years ago

0.26.1

2 years ago

0.24.2

2 years ago

0.22.1

2 years ago

0.19.1

2 years ago

0.14.3

2 years ago

0.18.0

2 years ago

0.12.2

2 years ago

0.12.1

2 years ago

0.12.0

2 years ago

0.11.0

2 years ago