Python Client SDK Generated by Speakeasy
Project description
codat-common
SDK Installation
pip install codat-common
SDK Example Usage
import codat
from codat.models import operations, shared
s = codat.Codat(
security=shared.Security(
auth_header="YOUR_API_KEY_HERE",
),
)
req = operations.CreateCompanyRequestBody(
description="unde",
name="deserunt",
)
res = s.companies.create_company(req)
if res.create_company_200_application_json_object is not None:
# handle response
SDK Available Operations
companies
create_company
- Create companydelete_company
- Delete a companyget_company
- Get companylist_companies
- List companiesupdate_company
- Update company
connections
create_data_connection
- Create a data connectiondelete_company_connection
- Delete connectionget_company_authorization
- Update authorizationget_company_connection
- Get connectionlist_company_connections
- List connectionsunlink_company_connection
- Unlink connection
data_status
get_companies_company_id_data_status
- Get data statusget_company_data_history
- Get pull operationsget_pull_operation
- Get pull operation
integrations
get_integrations_platform_key
- Get integrationget_integrations_platform_key_branding
- Get brandinglist_integrations
- List integrations
push_data
get_companies_company_id_connections_connection_id_push
- List push optionsget_companies_company_id_push
- List push operationsget_companies_company_id_push_push_operation_key
- Get push operation
refresh_data
create_many_pull_operations
- Queue pull operationscreate_pull_operation
- Queue pull operation
settings
get_profile_sync_settings
- Get sync settingsget_settings_profile
- Get profilepost_profile_sync_settings
- Update all sync settingsput_profile
- Update profile
webhooks
create_rule
- Create webhookget_webhook
- Get webhooklist_rules
- List 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.5.1.tar.gz
(31.1 kB
view details)
Built Distribution
File details
Details for the file codat-common-0.5.1.tar.gz
.
File metadata
- Download URL: codat-common-0.5.1.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4506794e6dcfe25ad53bb3dab5dced73ec39562cf18dc1935eb5cfdce03b9bb |
|
MD5 | 290e089e9c4aaf76c1b9fe96b62aead1 |
|
BLAKE2b-256 | 4bfa0741cda40bd1dd6ee74a68fc60cf50d34c00abeb81c10c940c1088810d23 |
File details
Details for the file codat_common-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: codat_common-0.5.1-py3-none-any.whl
- Upload date:
- Size: 63.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 | f4a3341faca8df90e39e95b3a15b8d3435bc12a05a89cc1465082e518ee96f5f |
|
MD5 | 40fa7a30d00abeb2420b74116d4f752b |
|
BLAKE2b-256 | 185a0030cd4049254cfe7a8025bce6e460bcd74494c7f3b54d650eba1a16b266 |