pub fn get_default_bedbase_api() -> StringExpand description
Returns the default BEDbase API endpoint URL.
The API endpoint is determined in the following priority order:
BEDBASE_APIenvironment variable if sethttps://api.bedbase.orgas the default
§Returns
A String containing the BEDbase API endpoint URL.
§Examples
use gtars_bbcache::utils::get_default_bedbase_api;
let api_url = get_default_bedbase_api();
println!("Using BEDbase API at: {}", api_url);§Environment Variables
BEDBASE_API: Custom BEDbase API endpoint