pub async fn get_script_by_path(
configuration: &Configuration,
workspace: &str,
path: &str,
with_starred_info: Option<bool>,
) -> Result<Script, Error<GetScriptByPathError>>
pub async fn get_script_by_path(
configuration: &Configuration,
workspace: &str,
path: &str,
with_starred_info: Option<bool>,
) -> Result<Script, Error<GetScriptByPathError>>