pub fn write_runtime_client(
root_dir: &Path,
_spec_name: Option<&str>,
apis_config: Option<&ApisConfig>,
) -> Result<Vec<PathBuf>>Expand description
Write runtime client files (types, http-client, index) to the runtime directory at root_dir.