mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +08:00
- 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
4 lines
131 B
Dart
4 lines
131 B
Dart
export 'environment_model.dart';
|
|
export 'http_request_model.dart';
|
|
export 'http_response_model.dart';
|
|
export 'api_auth_model.dart'; |