class ContactData::Deprecated

Public Class Methods

find_contacts_in(text) click to toggle source
# File lib/contact-data/deprecated.rb, line 12
def find_contacts_in(text)
  Fetcher.post('text/find_contacts', payload: { text: text }, timeout: 600)
end