class GdsApi::Base

def get_list(url)

def get_list(url)
  get_json(url) do |r|
    GdsApi::ListResponse.new(r, self)
  end
end