gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

SpaceFrontService

Service to get the URL of Space app.

Attributes
space_base_url: str
Functions
__init__

Initialize the SpaceFrontService with an optional base URL.

space_base_url : str
The base URL of the Space app. If not provided, it will use the default from settings.
get_app_url

Get the base URL of the Space front service.

Return type : str
get_current_lab_url

Get the URL of the current lab of the Space app.

tab : Literal
Return type : str
get_document_url

Get the URL of a specific document of the Space app.

document_id : str
Return type : str
get_folder_chat_url

Get the URL of the chat for a specific folder of the Space app.

folder_id : str
Return type : str
get_folder_url

Get the URL of a specific folder of the Space app.

folder_id : str
Return type : str
get_home_url

Get the URL of the home of the Space app.

Return type : str
get_lab_note_url

Get the URL of the lab note in a specific folder of the Space app.

lab_note_id : str
Return type : str
get_lab_url

Get the URL of a specific lab of the Space app.

lab_id : str
tab : Literal
Return type : str
get_note_url

Get the URL of the notes in a specific folder of the Space app.

note_id : str
Return type : str
get_resource_url

Get the URL of a specific resource of the Space app.

resource_id : str
Return type : str
get_scenario_url

Get the URL of a specific scenario of the Space app.

scenario_id : str
Return type : str
get_team_url

Get the URL of a specific team of the Space app.

team_id : str
Return type : str
get_url

Get the URL of the Space front service.

Return type : str