mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3311] [feature]: allow saving websocket messages (commands) into collections #1098
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1098
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SamJakob on GitHub (Sep 3, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3311
Is there an existing issue for this?
Summary
Similarly to how HTTP/REST requests may be saved to collections, it would be beneficial if WebSocket messages could get the same treatment.
I think this could be handled in one of two ways:
endpoint(URL) and the body of the message into a collection entry.Why should this be worked on?
When developing (and particularly iterating) WebSocket-based APIs, it is often necessary to re-input the same commands (which may be fairly long and non-trivial). This would improve the UX of doing so (as presently one must resort to having a list in a text document).
It would also lend itself to being able to better document and demonstrate WebSocket APIs.
@0bvim commented on GitHub (Dec 27, 2024):
@SamJakob Can I work on it?
@SamJakob commented on GitHub (Dec 27, 2024):
@0bvim - sure!
@0bvim commented on GitHub (Dec 29, 2024):
@SamJakob I looked at the PR and basically all that's left is to review what was done, or am I wrong?
@SamJakob commented on GitHub (Dec 29, 2024):
From memory, yes. I never got any feedback on it so I'm not sure if merging it was ever considered.
Also there's a handful of merge conflicts now that will need to be resolved (hopefully nothing major?).
@0bvim commented on GitHub (Dec 29, 2024):
Idk the tools used in the front-end and I am 'new' in the area and I work with back-end for now. I am doing a project that has websocket calls, but I need to save them in the collection to be able to make them available to the public. Could you resolve these conflicts or could you give me some direction on what I can do?
@nosovk commented on GitHub (Mar 18, 2025):
It would be nice to land that, and also to improve real-time tooling.