Skip to main content

Python Client SDK Generated by Speakeasy

Project description

Fabra Python SDK

Use the Fabra API to build customer-facing data warehouse integrations to let your customers start sending data to your application. Unblock your sales pipeline in days, not months.

SDK Installation

pip install fabra

SDK Example Usage

import fabra
from fabra.models import operations, shared

s = fabra.Fabra()
s.config_security(
    security=shared.Security(
        api_key_auth=shared.SchemeAPIKeyAuth(
            api_key="YOUR_API_KEY_HERE",
        ),
    )
)
   
req = operations.GetNamespacesRequest(
    query_params=operations.GetNamespacesQueryParams(
        connection_id=548814,
    ),
)
    
res = s.connection.get_namespaces(req)

if res.get_namespaces_200_application_json_object is not None:
    # handle response

SDK Available Operations

connection

  • get_namespaces - Get all namespaces
  • get_schema - Get schema for table
  • get_tables - Get all tables

destination

  • create_destination - Create a new destination
  • get_destinations - Get all destinations

link_token

  • create_link_token - Create a new link token

object

  • create_object - Create a new object
  • get_objects - Get all objects

source

  • create_source - Create a new source
  • get_sources - Get all sources

sync

  • create_sync - Create a new sync
  • get_syncs - Get all syncs

SDK 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

fabra-0.5.2.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

fabra-0.5.2-py3-none-any.whl (34.2 kB view details)

Uploaded Python 3

File details

Details for the file fabra-0.5.2.tar.gz.

File metadata

  • Download URL: fabra-0.5.2.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for fabra-0.5.2.tar.gz
Algorithm Hash digest
SHA256 e14e192d1afee3574aa5dfb19dbeac8d44d277949227840844c35e91d417fd24
MD5 cd02c6c1ba376eb6543855136fdd9815
BLAKE2b-256 38964d0347c48324d25dbeb55633bd1fd23af41b5c1247de084c5b996530d8ec

See more details on using hashes here.

File details

Details for the file fabra-0.5.2-py3-none-any.whl.

File metadata

  • Download URL: fabra-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 34.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for fabra-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b98988388c6d86939d12f63429900eec7f08252a7f2938fa253d706487fd8802
MD5 322315c1e3c945d33ff0813d54d5bff6
BLAKE2b-256 15d34d2d89c94d4c329186d55830f289a117fab9c541045de908f6436d7e4004

See more details on using hashes here.

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