observing / fullcontact

FullContact API bindings for Node.js
MIT License
42 stars 18 forks source link

New api #27

Closed AdriVanHoudt closed 7 years ago

AdriVanHoudt commented 7 years ago

Since the options of some methods are getting quite large there was a proposal to change this into options objects like

fullcontact.person.email('email@adr.ess', { 
  macromeasures: true,
   webhookId:'id here' 
}, fn);
AdriVanHoudt commented 7 years ago

Seems to already be discussed over at https://github.com/observing/fullcontact/issues/7