Socket
Socket
Sign inDemoInstall

@codat/common

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codat/common

<!-- Start Codat Library Description --> Manage the building blocks of Codat, including companies, connections, and more. <!-- End Codat Library Description -->


Version published
Weekly downloads
1.4K
increased by1.02%
Maintainers
4
Weekly downloads
 
Created
Source

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

  • create - Create company
  • delete - Delete a company
  • get - Get company
  • list - List companies
  • update - Update company

connections

integrations

pushData

refreshData

settings

supplementalData

webhooks

Library generated by Speakeasy

FAQs

Package last updated on 17 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc