mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 14:23:45 +08:00
added getCode function
This commit is contained in:
@ -70,4 +70,14 @@ public class Main {
|
|||||||
}\n
|
}\n
|
||||||
""";
|
""";
|
||||||
|
|
||||||
|
String? getCode(RequestModel requestModel, String? boundary) {
|
||||||
|
try {
|
||||||
|
String result = '';
|
||||||
|
bool hasBody = false;
|
||||||
|
|
||||||
|
return result;
|
||||||
|
} catch (e) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user