added necessary insomnia enums and exports

This commit is contained in:
StormGear
2025-01-06 15:03:56 +00:00
parent d1e591675b
commit be7954ddd9
6 changed files with 41 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
export 'curl_io.dart';
export 'postman_io.dart';
export 'insomia_io.dart';

View File

@@ -19,6 +19,8 @@ dependencies:
http_parser: ^4.0.2
postman:
path: ../postman
insomnia:
path: ../insomnia
seed: ^0.0.2
xml: ^6.3.0