class GdsApi::JsonClient

def get_raw(url)

def get_raw(url)
  ignoring GdsApi::HTTPNotFound do
    get_raw!(url)
  end
end