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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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