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.23.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dopt_blocks_python_client-1.0.23-py3-none-any.whl (36.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for dopt_blocks_python_client-1.0.23.tar.gz
Algorithm Hash digest
SHA256 1b8ad1e4099134f55a173ec1420edeb33591912dc879b1db1c3c288b8a8f317c
MD5 1249b21e6c640507136edf4ea6753d6a
BLAKE2b-256 d1b021d664968d16307ae030b4e385c717b17f81993986ad53a2ff438bef5f0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dopt_blocks_python_client-1.0.23-py3-none-any.whl
Algorithm Hash digest
SHA256 47379de960c14bf0678a694b7e908ea9f2d91ebffe5cbcad43335680f27565f4
MD5 ff9922558b949f30b93fa06849b0f882
BLAKE2b-256 d21d106c64c541733d71d3309545ea2f0bc1d109003e00810e09c1dbe6eb6d75

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page