class FcEnrich::CompanyEnrichRequest

Public Instance Methods

perform(http_client: FcEnrich.http_client) click to toggle source
# File lib/fc_enrich/company_enrich_request.rb, line 13
def perform(http_client: FcEnrich.http_client)
  Response.new(
    http_client.post("/v3/company.enrich", to_hash)
  )
end