mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 10:17:47 +08:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user