class Lutaml::Hal::Client

def strip_api_url(url)

Strip any trailing slash from the API URL
def strip_api_url(url)
  url.sub(%r{/\Z}, '')
end