-
Notifications
You must be signed in to change notification settings - Fork 532
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
Importing Requests from HAR file #122
Comments
Hey @ashitaprasad I've been working on this implementation, for sure it'd be a starting point for multiple type of imports (such as POSTMAN, etc.). Thanks ! |
Update: The frontend is already implemented. |
hello maintainer and fellow contributors i would like to contribute to this project . |
You can go ahead and send a draft PR @luxmikant |
hey actually iam geting some error that uable to prase file_name.har how i can fix that |
How are you parsing the HAR file? |
@ashitaprasad I would like to contribute to this PR. Have also submitted an idea doc for the AI UI visualizations. |
Tell us about the task you want to perform and are unable to do so because the feature is not available
Add support for importing requests from the HAR file which can be exported from Chrome. The developed code should be able to parse the HAR files, after processing let user choose the requests he wants to add via a dialog and create the corresponding requests in the API Dash collection.
The text was updated successfully, but these errors were encountered: