Skip to main content

Waylay Broker Types

Project description

Waylay Data Service

Data is ingested into the platform by the Waylay Broker.

This Python package is automatically generated based on the Waylay Data OpenAPI specification (API version: 2.14.0)

It is considered an extension of the waylay-sdk-data package, and it consists of the typed model classes for all path params, query params, body params and responses for each of the api methods in waylay-sdk-data.

Requirements.

This package requires Python 3.9+.

Installation

Typically this package is installed when installing the waylay-sdk package to enable the service's functionality. When the service api methods are required, waylay-sdk-data is included in:

  • pip install waylay-sdk[data] to install waylay-sdk along with only this service, or
  • pip install waylay-sdk[services] to install waylay-sdk along with all services. When the typed models are required, both waylay-sdk-data and waylay-sdk-data-types are included in:
  • pip install waylay-sdk[data,data-types] to install waylay-sdk along with only this service including the typed models, or
  • pip install waylay-sdk[services,services-types] to install waylay-sdk along with all services along with the typed models.

Usage

from pprint import pprint

# Import the waylay-client from the waylay-sdk package
from waylay.sdk.client import WaylayClient
from waylay.sdk.api.api_exceptions import ApiError

# Intialize a waylay client instance
waylay_client = WaylayClient.from_profile()

# Note that the typed model classes for responses/parameters/... are only available when `waylay-sdk-data-types` is installed
from ..models.timestamped_resource_event import TimestampedResourceEvent
try:
    # Stream Events For Resource
    # calls `GET /data/v1/events/{resourceId}`
    api_response = await waylay_client.data.events.stream_events(
        'resource_id_example', # resource_id | path param "resourceId"
    )
    print("The response of data.events.stream_events:\n")
    pprint(api_response)
except ApiError as e:
    print("Exception when calling data.events.stream_events: %s\n" % e)

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

waylay-sdk-data-types-2.14.0.20240327.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

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

waylay_sdk_data_types-2.14.0.20240327-py3-none-any.whl (41.8 kB view details)

Uploaded Python 3

File details

Details for the file waylay-sdk-data-types-2.14.0.20240327.tar.gz.

File metadata

File hashes

Hashes for waylay-sdk-data-types-2.14.0.20240327.tar.gz
Algorithm Hash digest
SHA256 b89e35e9db1d67018d893e019e0f80e1a2e285f03a1b633437d5d9889d50698a
MD5 1c1f3b37ddd2bb099263ca44ffbd67c5
BLAKE2b-256 d8560ef74dbd176d2068785f7cd1a4c28f9cc863966ca27e4090dd8a61cdaeb2

See more details on using hashes here.

File details

Details for the file waylay_sdk_data_types-2.14.0.20240327-py3-none-any.whl.

File metadata

File hashes

Hashes for waylay_sdk_data_types-2.14.0.20240327-py3-none-any.whl
Algorithm Hash digest
SHA256 70168b3ae16d7f865db106b9729ce44a2daaf5148d5fbd2ea6c51969f2d03e11
MD5 0fd3e1fb9bc72a2e665d1b3ab3181228
BLAKE2b-256 eab0e7d295ea487ecfc16c3763f0e4f38c7f3f2847dfa754de0bf7f992fdbbb3

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