-
Notifications
You must be signed in to change notification settings - Fork 356
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
[feat] Import HAR API Requests into Workspace #158
Conversation
Regarding the tests, I'm planning to create a dir |
Definitely a good start. I will review the PR and add my feedback. |
Update 2024-02-25.16-09-23.mp4 |
To fix tests, as they doesn't support File() implementation
Will have a look |
Any Updates? |
Sorry @animator I haven't been working lately as the semester end is approaching. I'll be on limited work force till April 23. I'm looking to work on my open issues during gsoc community bonding period. Feel free to ping me if anything arises! |
@opxdelwin no worries. Good luck for your exams! |
The architecture needs to be improved as there is currently no separation between presentation layer, services, utilities, etc. Also, there are already existing reported issues. |
This PR addresses the issue #122.
The developed code allows parsing of HAR files, enabling users to choose the requests they want to import via a dialog. Upon selection, the corresponding requests are created in the API Dash collection within the workspace.
Key Changes:
Video Demo
2024-02-23.12-36-32.mp4
This PR lays the foundation for seamlessly importing API requests from HAR files, enhancing the usability and flexibility of the application.
Tests will be added in subsequent commits to ensure the robustness and reliability of the newly introduced features.
Please review and provide feedback.