diff --git a/lib/codegen/others/curl.dart b/lib/codegen/others/curl.dart index a4b445cf..5405ee1a 100644 --- a/lib/codegen/others/curl.dart +++ b/lib/codegen/others/curl.dart @@ -2,6 +2,7 @@ import 'package:jinja/jinja.dart' as jj; import 'package:apidash/utils/utils.dart' show requestModelToHARJsonRequest; import 'package:apidash/models/models.dart' show RequestModel; +// ignore: camel_case_types class cURLCodeGen { String kTemplateStart = """curl{{method}} --url '{{url}}' """;