Merge pull request #730 from ayaan-md-blr/har_importer

Har importer
This commit is contained in:
Ashita Prasad
2025-06-23 05:07:38 +05:30
committed by GitHub
24 changed files with 4519 additions and 3 deletions

View File

@@ -144,7 +144,8 @@ enum CodegenLanguage {
enum ImportFormat {
curl("cURL"),
postman("Postman Collection v2.1"),
insomnia("Insomnia v4");
insomnia("Insomnia v4"),
har("Har v1.2");
const ImportFormat(this.label);
final String label;