mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update consts.dart
This commit is contained in:
@ -272,7 +272,7 @@ const kDefaultContentType = ContentType.json;
|
||||
enum CodegenLanguage {
|
||||
curl("cURL", "bash", "curl"),
|
||||
har("HAR", "json", "har"),
|
||||
cSharpRestSharp("C# (Rest Sharp)", "cs", "cs");
|
||||
cSharpRestSharp("C# (Rest Sharp)", "cs", "cs"),
|
||||
dartHttp("Dart (http)", "dart", "dart"),
|
||||
dartDio("Dart (dio)", "dart", "dart"),
|
||||
goHttp("Go (http)", "go", "go"),
|
||||
|
Reference in New Issue
Block a user