-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support example responses in generator #77
Comments
I also note that when I look at already existing and validated postman collections, they seem to be repeating information about the request as part of the response, which allows to show the actual request as part of the response. This isn't the case for ours at the moment This is how the response looks like in this case :
|
Current creation process generates this for CheckoutService v71 : https://adyendev.postman.co/workspace/New-Team-Workspace~6c06bed3-d57a-4e9a-a3b1-8f4f9fc34ab1/collection/25716836-32417912-96bb-4e86-a1c0-310f7d02e0a7?action=share&creator=25716836 |
|
Postman supports example responses to illustrate the result of queries without having to hit an actual server.
#63 adds support for those examples.
What still needs to be supported :
Support for example responses for GET requests(will be done as part of Support example responses for GET requests #78)When no response is present for POST requests, a response array is still addedNo support for multiple example responses at the moment.Better unit testing is necessaryResponses contain the original request information (see comment below)(works now, but generated headers and auth info are missing. Asked postman team for more info).The text was updated successfully, but these errors were encountered: