class GdsApi::ContentApi

def initialize(endpoint_url, options = {})

def initialize(endpoint_url, options = {})
  # If the `web_urls_relative_to` option is given, the adapter will convert
  # any `web_url` values to relative URLs if they are from the same host.
  #
  # For example: "https://www.gov.uk"
  @web_urls_relative_to = options.delete(:web_urls_relative_to)
  super
end