pub fn get_packages_endpoint() -> Result<String, RegistryError>
Get the package endpoint of the Brane API.
The endpoint (as a String).
This function may error if we could not find, read or parse the config file with the login data. If not found, this likely indicates the user hasn’t logged-in yet.