class Multiwoven::Integrations::Source::Firecrawl::Client

def read(sync_config)

def read(sync_config)
  connection_config = sync_config.source.connection_specification
  connection_config = connection_config.with_indifferent_access
  url = create_connection(connection_config)
  query(url, nil, nil)
rescue StandardError => e
  handle_exception(e, {
                     context: "FIRECRAWL:READ:EXCEPTION",
                     type: "error",
                     sync_id: sync_config.sync_id,
                     sync_run_id: sync_config.sync_run_id
                   })
end