-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass Additional Api Parameters? #7
Comments
I don't think that's currently possible in the implementation. The API I would suggest would be.. fullcontact.person.email('required email value', { optional options }, function () {
}); But I don't know if I have the time to implement this, so i'm accepting pull requests for this feature request. |
Ok, yeah I didn't see a way in the code, i'll see if I have time to implement this and submit a pull request. |
We could have 1 argument that's an options object and validate it has no invalid options for that route, would be more flexible than the current implementation of the |
👍 it would be great to add in things like |
What does that param do? |
Latests proposal from @3rd-Eden is fullcontact.person.email('[email protected]', {
macromeasures: true,
webhookId:'id here'
}, fn); PR's very welcome! |
How do I add extra parameters to api calls.
For example for Person
But i can't pass any extra arguments, like
style
orcss
, etc. Maybe just moving to aThe text was updated successfully, but these errors were encountered: