Index
Module to interact with EMS Apps.
This module serves as entry point to all high-level functionality within EMS Apps.
Apps ¶
Apps class to interact with apps endpoints.
Parameters:
-
client
(
Client
) –Client used to call apps endpoints.
get_space ¶
Gets space with given id.
Parameters:
-
id_
(
str
) –Id of space.
Returns:
-
PublishedSpace
–A Space object for space with given id.