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.11.1.tar.gz
(31.8 kB
view details)
Built Distribution
File details
Details for the file codat-common-0.11.1.tar.gz
.
File metadata
- Download URL: codat-common-0.11.1.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 | 0bd7df5ad12b96010f281d327e8a58a11346ae8e813af81eac62118c3efd2717 |
|
MD5 | 6f63db5ff2450b967e296413aac54308 |
|
BLAKE2b-256 | 408854eed171575314fe1f14f9627df066a73901962c38b11951d9e2abecd146 |
File details
Details for the file codat_common-0.11.1-py3-none-any.whl
.
File metadata
- Download URL: codat_common-0.11.1-py3-none-any.whl
- Upload date:
- Size: 87.3 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 | 3b31284c6c3b202e15e184a4d3d33172c8ae20c83997a8e5367ae048c5879dc1 |
|
MD5 | 1ece4f811a27ed94cacc9a5510f0cdc1 |
|
BLAKE2b-256 | 64eaf36d36317b4c230f881064bdb8cc199ddaec6f2478dc9a3ea439ec929632 |