feat:add dio code gen

This commit is contained in:
laiiihz
2023-12-20 17:31:42 +08:00
parent 1af24fad17
commit 73f415c667
6 changed files with 243 additions and 86 deletions

View File

@ -242,6 +242,7 @@ enum CodegenLanguage {
curl("cURL", "bash", "curl"),
har("HAR", "json", "har"),
dartHttp("Dart (http)", "dart", "dart"),
dartDio("Dart (dio)", "dart", "dart"),
jsAxios("JavaScript (axios)", "javascript", "js"),
jsFetch("JavaScript (fetch)", "javascript", "js"),
nodejsAxios("node.js (axios)", "javascript", "js"),