-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
feat: save api response #4382
feat: save api response #4382
Conversation
9171027
to
c626f7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- While creating a response example with the same name as a pre-existing entry, let's add a new entry rather than overwriting the former. This needs to be extended such that editing the name for a given entry to an existing one is permitted.
Discussed separately, we'll keep this flow as is for now and iterate down the line.
response-eg-duplicate-overwrites.mov
-
Any actions (
edit
,delete
&duplicate
) other than creation aren't persisted for a response eg under a given request when opened under a tab. While actions performed when the tab is closed persist. -
The
New request
modal doesn't permit request creation when the currently active tab has a response example open. -
Response examples open under tabs are dissociated during parent request/collection move/reorder operations (relatively lower priority, can be revisited separately).
response-eg-issues.mov
Done ✅ |
13a9bff
to
33b5c39
Compare
Response examples
31d0164
to
a8e8ab6
Compare
Closes HFE-534 #1875
This feature adds the ability to save responses as example for a saved request.
Screen.Recording.2024-09-27.at.10.50.03.PM.1.mov
TODO