Python Client SDK Generated by Speakeasy
Project description
codat-common
SDK Installation
pip install codat-common
SDK Example Usage
import codatcommon
from codatcommon.models import shared
s = codatcommon.CodatCommon(
security=shared.Security(
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
Available Resources and Operations
companies
- create - Create company
- delete - Delete a company
- get - Get company
- list - List companies
- update - Update company
connections
- create - Create connection
- delete - Delete connection
- get - Get connection
- list - List connections
- unlink_connection - Unlink connection
- update_authorization - Update authorization
integrations
- get - Get integration
- get_branding - Get branding
- list - List integrations
push_data
- get_model_options - Get push options
- get_operation - Get push operation
- list_operations - List push operations
refresh_data
- all - Refresh all data
- by_data_type - Refresh data type
- get - Get data status
- get_pull_operation - Get pull operation
- list_pull_operations - List pull operations
settings
get_profile- Get profile :warning: Deprecated- get_sync_settings - Get sync settings
- update_profile - Update profile
- update_sync_settings - Update all sync settings
webhooks
SDK Generated by Speakeasy
Project details
Release history Release notifications | RSS feed
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.25.1.tar.gz
(32.6 kB
view details)
Built Distribution
File details
Details for the file codat-common-0.25.1.tar.gz
.
File metadata
- Download URL: codat-common-0.25.1.tar.gz
- Upload date:
- Size: 32.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2976fa1bfcea07caec695fd2da0d83bba12e10e364703686ba457276fea75c18 |
|
MD5 | 9e3780351fb3bd2a40d80db58c80c1e0 |
|
BLAKE2b-256 | cec0eacb1626366679a40cf965e4219172274a08522cef30e021e3b5bfdc6e9d |
File details
Details for the file codat_common-0.25.1-py3-none-any.whl
.
File metadata
- Download URL: codat_common-0.25.1-py3-none-any.whl
- Upload date:
- Size: 88.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 019932b65c8b0809228c3e91a70f2599c6284e0c08b50a169f5cae1f4aa3fe96 |
|
MD5 | 5b3e55171c4a10dee914c1c04f322b43 |
|
BLAKE2b-256 | e21e60c0e3c97f13ed5c5a313f72ebf6c04a9e9622787e6c4916343bd3764a40 |