pub fn create_api_client() -> Result<Client>
Backwards compatibility: returns a clone of the API client
This function returns Ok(Client) for full backwards compatibility. The client is cheap to clone (internally Arc-based).
Ok(Client)