-
Notifications
You must be signed in to change notification settings - Fork 8
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
Output - Merge persona params w/ response data #32
Comments
Hey @jwils0n, Thanks :). |
@akshat-g-07 Check out this line of code where the output is built: When contributing always make sure it's not a breaking change for existing users, unless absolutely necessary, and then it would need appropriate versioning. |
Hey @JeremyCroff , As per my understanding, the steps I need to follow are: Please let me know if I am coming in the right direction. Thanks :) |
The resource param should be the persona data! You should be able to confirm by running it locally |
Sometimes, params passed into an API don't get returned (passwords). They still might be useful in the output, though. So instead of simply adding the response to the output, let's merge it on top of the persona params.
The text was updated successfully, but these errors were encountered: