Integrating a "Copy as cURL" Option in the App for Easier Request Testing #89
casparjones
started this conversation in
Ideas
Replies: 1 comment
-
I like the idea in general, should not be a complex task to convert a JSON of collected request details into cURL syntax 🤔 @casparjones if you have any JavaScript library in mind that can generate cURL expressions, please share. Otherwise I'll try to look into it when I have time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Will the app include a more detailed "Copy as cURL" option for requests, enabling users to easily import the cURL string into Postman and adjust the host for local testing?
The "Copy as cURL" feature is useful for simplifying request testing and adjusting requests in the console. Both Firefox and Chrome browsers have built-in support for copying requests as cURL strings from their network tools. This feature would be beneficial if integrated into the app, as it would allow users to import the cURL string into Postman or other API testing tools, making it easier to test and adjust requests locally by modifying the host.
Please consider adding this "Copy as cURL" functionality to the app, as it would greatly improve the user experience and streamline the testing process.
Beta Was this translation helpful? Give feedback.
All reactions