apidash
apidash copied to clipboard
Importing Requests from HAR file
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.
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.). Please do have a look into the PR: #158
Thanks !