Skip to main content

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

Project description

Common

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

SDK Installation

pip install codat-common

Example Usage

import codatcommon
from codatcommon.models import shared

s = codatcommon.CodatCommon(
    auth_header="",
)

req = shared.CompanyRequestBody(
    description='Requested early access to the new financing scheme.',
    name='Bank of Dave',
)

res = s.companies.create(req)

if res.company is not None:
    # handle response
    pass

Available Resources and Operations

companies

connections

integrations

push_data

refresh_data

settings

supplemental_data

webhooks

Library generated by Speakeasy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codat-common-0.34.0.tar.gz (41.5 kB view hashes)

Uploaded Source

Built Distribution

codat_common-0.34.0-py3-none-any.whl (115.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page