From 5262b4ab8112f2b14d41a5bd5f52fa1e6b58412a Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 7 Oct 2023 08:13:08 +0530 Subject: [PATCH] Update curl.dart --- lib/codegen/others/curl.dart | 1 + 1 file changed, 1 insertion(+) 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}}' """;