pub async fn create_http_triggers(
configuration: &Configuration,
workspace: &str,
new_http_trigger: Vec<NewHttpTrigger>,
) -> Result<String, Error<CreateHttpTriggersError>>
pub async fn create_http_triggers(
configuration: &Configuration,
workspace: &str,
new_http_trigger: Vec<NewHttpTrigger>,
) -> Result<String, Error<CreateHttpTriggersError>>