Waylay rules engine Types
Project description
Waylay Rules Service
The REST api to manage rule tasks and rule templates in the Waylay platform.
This Python package is automatically generated based on the Waylay Rules OpenAPI specification (API version: 6.5.0) For more information, please visit the openapi specification.
It is considered an extension of the waylay-sdk-rules 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-rules
.
Requirements.
This package requires Python 3.9+.
Installation
Typically this package is installed when installing the waylay-sdk-core package to enable the service's functionality. When the service api methods are required, waylay-sdk-rules is included in:
pip install waylay-sdk-core[rules]
to installwaylay-sdk-core
along with only this service, orpip install waylay-sdk-core[services]
to installwaylay-sdk-core
along with all services. When the typed models are required, both waylay-sdk-rules and waylay-sdk-rules-types are included in:pip install waylay-sdk-core[rules,rules-types]
to installwaylay-sdk-core
along with only this service including the typed models, orpip install waylay-sdk-core[services,services-types]
to installwaylay-sdk-core
along with all services along with the typed models.
Usage
from pprint import pprint
# Import the waylay-client from the waylay-sdk-core 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-rules-types` is installed
from waylay.services.rules.models.version_response import VersionResponse
try:
# Get Service Information
# calls `GET /rules/v1`
api_response = await waylay_client.rules.about.get(
)
print("The response of rules.about.get:\n")
pprint(api_response)
except ApiError as e:
print("Exception when calling rules.about.get: %s\n" % e)
For more information, please visit the Waylay API documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file waylay_sdk_rules_types-6.5.0.20240415.tar.gz
.
File metadata
- Download URL: waylay_sdk_rules_types-6.5.0.20240415.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 193d452bd572937d7a9f2e20af2dc7c310b998b33d155ca64e55503f7153880b |
|
MD5 | 9e3e0e5f34f196607e2d27e6d81b0296 |
|
BLAKE2b-256 | 110f57709559ae24a675e88ae763e64ca6c2585d3d0761e64ba207896a96a6ec |
File details
Details for the file waylay_sdk_rules_types-6.5.0.20240415-py3-none-any.whl
.
File metadata
- Download URL: waylay_sdk_rules_types-6.5.0.20240415-py3-none-any.whl
- Upload date:
- Size: 92.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 770d0e1320b46e5da9f8f53392cb32fb3b528a2fedcf5e412eab68815a681821 |
|
MD5 | 35c4ef783f5e9ca66f788e99decfae79 |
|
BLAKE2b-256 | b628799bea1c4f406cbee529dd85615193b978bf2c60952fa470f4ba0d6c164d |