-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Fast URL entry #62
Comments
I'm happy to implement this myself, but I wanted to open a discussion on the matter. |
This fact might surprise you: other than seeing some screenshots on internet, I haven't used Postman or seen its UI (this is just because, my 7 year old pc can't afford to run another Electron app). Afterall, I didn't intend to create an alternative to Postman, in my opinion this project should outperform any other such tools, since its lightweight, faster & opensource. If there's any feature we'd like to add, all are free to discuss here. Everything is better when there's freedom and customisation in it. |
I'm actually only drawing the parallel to Postman's interface from experience, rather than because the names are similar, and this is the UI I'm used to - but this, as I said is something I would find useful. I already very much prefer Postwoman because it's so much lighter. Even on my pretty decent systems Postman takes upwards of 7 seconds to start up, and then usually has several annoying pop ups to deal with. |
#93 needs similar kinda approach |
@liyasthomas and @NBTX i'd like to take this one for hacktoberfest 😄 |
@terranblake you are free to contribute to this 🔥👌 assigning to you. |
@liyasthomas for this feature to be implemented, i do have a couple questions about a proposed design.
|
@terranblake yes you can. currently there are bindings for |
@terranblake I imagine you would just use the JavaScript URL object: In which case you can just get So to answer your question, you can remove the |
Hopping on this one tonight. Will keep this issue updated. |
@terranblake you tested? Any bugs? |
Query params are imported directly into the parameters section. I am having an issue with the |
Lemme take a look at it and possibly help you 🙂 |
Alrighty. I'll fork. One sec |
Should be available on this branch |
This seems to have been implemented. Can this be /closed? Or this still open for discussion? :) @NBTX @liyasthomas |
I afraid this feature was incomplete and branch went stale. Lemme run some tests. |
Heyo! Just made a PR for this #603 |
* fix: cast prisma user object to user object * chore: improved consistency * chore: cast function renamed --------- Co-authored-by: Mir Arif Hasan <arif.ishan05@gmail.com>
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Similar to Postman's interface, I think we should make the URL entry a single bar at the top, with the method on the left. Then we should just parse the URL and fill in the relevant information.
We could keep the extra sections but this would make Postwoman a lot more intuitive and faster to use.
Describe alternatives you've considered
n/a
Additional context
As shown, Postman parses the URL as it is entered and automatically fills in the relevant sections.
The text was updated successfully, but these errors were encountered: