payments-py

module utils


function snake_to_camel

snake_to_camel(name)

Convert snake_case to camelCase.

:param name: str :return: str


function generate_step_id

generate_step_id()

Generate a random ID.

:return: str


function is_id_valid

is_id_valid(id)

Check if the ID is valid.

:param id: str :return: bool


function get_query_protocol_endpoints

get_query_protocol_endpoints(server_host: str)

Get the query protocol endpoints.

:return: dict


function get_ai_hub_open_api_url

get_ai_hub_open_api_url(server_host: str)

Get the AI Hub Open API URL.

:return: str


This file was automatically generated via lazydocs.