Skip to main content

No project description provided

Project description

Dopt Blocks Python Library

pypi fern shield

Installation

Add this dependency to your project's build file:

pip install dopt-blocks-python-client
# or
poetry add dopt-blocks-python-client

Usage

from dopt.client import DoptApi

client = DoptApi(api_key="YOUR_API_KEY)

# Fetch a flow from dopt, including its blocks.  The first fetch of
# this (flow.sid, flow.version) tuple will initialize the flow for
# the `user_identifier`

flow = client.flows.get_flow(
    sid="example-flow",
    version=1,
    include="block",
    user_identifier="joe_mckenney",
    group_identifier=None,
)

print(flow)

# Fetch a block for some previously initialized flow
block = client.blocks.get_block(
    uid="9sKe7gx4HZj_VI7oxfVD3", version=1, user_identifier="joe_mckenney"
)

print(block)

Async Client

import asyncio
from dopt.client import AsyncDoptApi

async_client = AsyncDoptApi(api_key="YOUR_API_KEY)

async def get_flow() -> None:
    response = async_client.flows.get_flow(
      sid="example-flow",
      version=1,
      include="block",
      user_identifier="joe_mckenney",
      group_identifier=None,
    );
    print(response)

asyncio.run(get_flow())

Contributing

While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!

On the other hand, contributions to the README are always very welcome!

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

dopt_blocks_python_client-1.0.28.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file dopt_blocks_python_client-1.0.28.tar.gz.

File metadata

  • Download URL: dopt_blocks_python_client-1.0.28.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/5.15.0-1061-azure

File hashes

Hashes for dopt_blocks_python_client-1.0.28.tar.gz
Algorithm Hash digest
SHA256 024165424bdad05b0ba75de03f04550a20a220483b862ef895c12ec354d4446b
MD5 1a8c4c40614e908c087b8f8b8092fc21
BLAKE2b-256 f1beac785006b9004df1b74de485d766f05aca54f385aed677b985d71454b8ab

See more details on using hashes here.

File details

Details for the file dopt_blocks_python_client-1.0.28-py3-none-any.whl.

File metadata

File hashes

Hashes for dopt_blocks_python_client-1.0.28-py3-none-any.whl
Algorithm Hash digest
SHA256 0e90539d3f1381951b6aa8a01fd6b4cf7c438161cb59652d45055e51f6d11bd8
MD5 4d84cbe1dd0608f0cc36d62383849f61
BLAKE2b-256 45748265590c44a24509c850d66c3c7eb6c0ccf272bf7306617fa4df9d8c8faa

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