Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Cannot get response in json same as webhook #40

Description

@faethonm

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions