-
Notifications
You must be signed in to change notification settings - Fork 29
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
Possible to get output to print out deep nested objects? #8
Comments
@Guitarkalle There isn't right now. It's just meant to test if the request was successful or not. Are you using it to debug your output? |
@jayair Not often but it would be really helpful if it was possible to supply an option to do it :) |
@Guitarkalle I see. Can I see a sample of the full output you are seeing right now? |
@jayair
|
@Guitarkalle That makes sense. This should be easy to fix. In these two instances:
We need to pass in a second argument of Do you want to try it and submit a PR? |
@jayair |
I fixed and created a PR for it |
@bveenvliet That's awesome! Thanks! |
i found this issue too haha. Any chance of releasing a new version with the PR applied please? |
Is there anyway for the CLI to output the entire response including deeply nested objects?
Now the output becomes, for example: requestContext: [Object]
The text was updated successfully, but these errors were encountered: