yera.dev.services.app_service
Service for managing apps.
Symbols
AppService
Service for managing apps.
AppService.get_app
get_app(
app_id: str,
) → AppFunctionWrapperGet an app by ID.
Parameters
app_id
type: str
The ID of the app to get.
Returns
type: AppFunctionWrapper
The app function wrapper.
Raises
ValueError
If the app is not found.
AppService.list_apps
list_apps() → list[AppFunctionWrapper]List all available apps.
Returns
type: list[AppFunctionWrapper]
List of available apps.