symphony.bdk.core.service.stream.stream_util#

This module contains a set of util functions providing stream id conversion. It is possible to make conversion from the original stream id to the URLSafe encoded stream id and viceversa.

Functions

from_url_safe_stream_id(stream_id)

Convert the URLSafe encoded stream id to the corresponding original stream id

to_url_safe_stream_id(stream_id)

Convert the stream id to the corresponding URLSafe encoded stream id