class Lutaml::Hal::Client

def get_by_url(url, params = {})

Get a resource by its full URL
def get_by_url(url, params = {})
  # Strip API endpoint if it's included
  path = strip_api_url(url)
  get(path, params)
end