Index
Module to interact with EMS Studio.
This module serves as entry point to all high-level functionality within EMS Studio.
Studio ¶
Studio class to interact with studio endpoints.
Parameters:
-
client
(
Client
) –Client used to call studio endpoints.
create_space ¶
Creates new space with given name and icon reference.
Parameters:
-
name
(
str
) –Name of new space.
-
icon_reference
(
str
) –Name of icon used for space. Default 'earth'.
-
**kwargs
(
typing.Any
) –Additional parameters set for SpaceSaveTransport object.
Returns:
-
Space
–A Space object for newly created space.
Examples:
Create an empty space:
get_space ¶
Gets space with given id.
Parameters:
-
id_
(
str
) –Id of space.
Returns:
-
Space
–A Space object for space with given id.