pub async fn retrieve_theme_with_id(
configuration: &Configuration,
theme_id: &str,
) -> Result<ThemeResponse, Error<RetrieveThemeWithIdError>>
Expand description
Retrieves the theme for the given Id.
pub async fn retrieve_theme_with_id(
configuration: &Configuration,
theme_id: &str,
) -> Result<ThemeResponse, Error<RetrieveThemeWithIdError>>
Retrieves the theme for the given Id.