Function hornbill_apilib::get_url_from_name

source ·
pub fn get_url_from_name(key: &str) -> Option<String>
Expand description

You can use this to get the https endpoint for your instance. You should only ever have to call this once per program and then can reuse the url for any Xmlmc objects you create.

let url = get_url_from_name("demo");