-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature: Tool to convert cURL to Escambo #33
Comments
Hello @CleoMenezesJr, I will like to contribute with this feature. I already have a half working prototype. I still learning about the project's code and python in general (no previous experience working with it). I came across this project because I needed to test some APIs. not being able to import the cURL was a drawback. |
Hi @CleoMenezesJr , nice changes! I may have some conflict then. I guess the redesign will potentially change the window.py class implementation. I'm using the population functionality there to write the imported data into the config files and the UI fields as well. making it all reusable for the init and the change detection. |
All right. Let's merge with patience. Once I'm done, I'll help you to merge it. |
Hello @CleoMenezesJr, I just wanted to let you know I have some progress regarding this feature. so far I can import URL, method, authorization and headers. if you like to checkout the progress, yo can take a look here https://github.com/lindolo25/escambo/tree/feature/curl-import Also I will like to ask you about your setup for this project. I'm new to building native apps for linux, flatpack and meson. What tools and editor will you recommend? my issue now is that I will like to install a package, but so far, I had no luck figuring it out. Thanks! |
Hi @CleoMenezesJr, I just notice a new branch that completely redesigns the UI for Escambo. I guess it will take you some time to implement it. Is up to you if you will like to merge this feature for the current version while escambo-next is in progress. I will be available to update this feature once you are ready to publish escambo-next on regards to escambo-next, let me know if you will like some help building it. King regards, |
Basically, pasting a cURL command into a text area will automatically autofill corresponding fields.
The text was updated successfully, but these errors were encountered: