You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.
I am using the api to access data in two ways( webhook and normal request
so
result = FullContact.person(email: email, webhookBody: 'json', webhookUrl: webhook_url) returns the results in json format
but
FullContact.person(email: email, format: 'json') returns the results in Hashie format
How can i get the same format(json) in both requests?
Thank you for the help
The text was updated successfully, but these errors were encountered:
Hi
I am using the api to access data in two ways( webhook and normal request
so
result = FullContact.person(email: email, webhookBody: 'json', webhookUrl: webhook_url) returns the results in json format
but
FullContact.person(email: email, format: 'json') returns the results in Hashie format
How can i get the same format(json) in both requests?
Thank you for the help
The text was updated successfully, but these errors were encountered: