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="YOUR_API_KEY_HERE",
),
)
req = shared.CompanyRequestBody(
description="corrupti",
name="Kelvin Sporer",
)
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
data_status
- get - Get data status
- get_pull_operation - Get pull operation
- list_pull_operations - Get pull operations
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 - Queue pull operations
- by_data_type - Queue pull operation
settings
- get_profile - Get profile
- get_sync_settings - Update all sync settings
- update_profile - Update profile
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.10.0.tar.gz
(31.8 kB
view details)
Built Distribution
File details
Details for the file codat-common-0.10.0.tar.gz
.
File metadata
- Download URL: codat-common-0.10.0.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df1541b2de9f4b60f4eae029b43092bf1881b11eda406befe3b1c9dacf58a9bd |
|
MD5 | 476915c8a1348a7b6ab35bfc66f614ba |
|
BLAKE2b-256 | 23facb991b45fdb01af1d819947fb71aabecf6159e8ee9bfa0b2065079a63bda |
File details
Details for the file codat_common-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: codat_common-0.10.0-py3-none-any.whl
- Upload date:
- Size: 87.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e60b2715d4952b09e7de4fc1fa958f6e5b629ccbbe6f0cd208959855a500e8f5 |
|
MD5 | ff6a67ad30215c5095055b4bdc4523c8 |
|
BLAKE2b-256 | 4dd5c4dcf30607a4d33093eed53be1596d9e6de72b9aa62de840ede52ebd7cbd |