The flowkit_service.py module#

Summary#

list_functions

List all available functions and their endpoints.

Description#

Module for the Allie Flowkit service.

Module detail#

async flowkit_service.list_functions(api_key: str = Header(...)) list[allie.flowkit.models.functions.EndpointInfo]#

List all available functions and their endpoints.

Parameters:
api_keystr

The API key for authentication.

Returns:
list[EndpointInfo]

A list of EndpointInfo objects representing the endpoints.

flowkit_service.flowkit_service#
flowkit_service.function_map#