-
-
Notifications
You must be signed in to change notification settings - Fork 658
feat: Add cURL Import Option In Dropdown Menu #293
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
base: main
Are you sure you want to change the base?
Conversation
|
@gschier is this feature needed? What's your opinion here? |
6be73b1 to
8164a61
Compare
This comment was marked as spam.
This comment was marked as spam.
|
Good idea! It's not easy the way to import a curl command 😉 I miss this options |
|
I haven't had time to get to this one yet. It doesn't fit in the create menu (you're not creating a Curl request) like this PR has it, but I'm not sure of a better place for it yet. |
|
hmm, maybe you're right, there should be something like "Import" I think |
how about this one @gschier |



Problem
Users had to discover the cURL import feature by accident (pasting into URL bar or via Import Data dialog, atleast I discovered it by accident). This made it hard to find and use.
Solution
Added a dedicated "cURL" option to the Create dropdown (Cmd+N) that opens a professional dialog for importing cURL commands.
feel free to close/ignore if unwanted