class GdsApi::FinderApi
def initialize(url, options = {})
def initialize(url, options = {}) @schema_factory = options.fetch(:schema_factory) { FinderSchema.method(:new) } super end
def initialize(url, options = {}) @schema_factory = options.fetch(:schema_factory) { FinderSchema.method(:new) } super end