class GdsApi::GovUkDelivery

def initialize(endpoint_url, options={})

def initialize(endpoint_url, options={})
  super(endpoint_url, options.merge({timeout: 10}))
end