class Lutaml::Hal::Client
def get_by_url(url, params = {})
def get_by_url(url, params = {}) # Strip API endpoint if it's included path = strip_api_url(url) get(path, params) end
def get_by_url(url, params = {}) # Strip API endpoint if it's included path = strip_api_url(url) get(path, params) end