Files
apidash/packages/apidash_core/lib/models/models.dart
Udhay-Adithya 171a118d38 feat: add authentication support with APIAuthType and APIAuthModel
- Introduced APIAuthType enum for various authentication methods.
- Created APIAuthModel with basic authentication fields.
- Updated RequestModel to include authType and authData.
- Implemented EditAuthType widget for selecting and managing authentication.
- Enhanced CollectionStateNotifier to handle authentication updates.

:wq
2025-07-01 00:57:10 +05:30

4 lines
131 B
Dart

export 'environment_model.dart';
export 'http_request_model.dart';
export 'http_response_model.dart';
export 'api_auth_model.dart';