Skip to main content

client.availability

AvailabilityClient Objects

class AvailabilityClient()

Represents a client for interacting with the Bloock Availability service.

__init__

def __init__(config_data=None) -> None

Creates a new instance of the AvailabilityClient with the provided configuration.

publish

def publish(record: Record, publisher: Publisher) -> str

Publishes a Bloock record to the Availability service using the specified publisher.

retrieve

def retrieve(loader: Loader) -> Record

Gets a Bloock record from the Availability service using the specified loader.