pub fn get_version_commit_sha<S>( client: &Client, version: S, ) -> Result<String, Error>where S: AsRef<str>,
Fetches and returns the git commit SHA using the given FXServer version.