-
Notifications
You must be signed in to change notification settings - Fork 451
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 hurl file #123
Comments
Update: The frontend is already implemented. |
There's no parser for hurl in dart. So I was thinking of writing it from scratch the only issue is that the original parser is written in rust and I have never used rust. But I'll give it a try. Was thinking of using https://pub.dev/packages/petitparser To copy the grammar given in the official repo of hurl and try it that way. |
@WrathOP sounds good :) You can definitely use petitparser. |
@WrathOP you can check out https://pub.dev/packages/flutter_rust_bridge |
Describe the bug/problem
Hurl project
Hurl File Format
Add support for importing requests from the Hurl file. The developed code should be able to parse the Hurl 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: