mirror of
https://github.com/foss42/apidash.git
synced 2025-09-22 21:23:22 +08:00
added template for importing Unirest
This commit is contained in:
@ -6,4 +6,8 @@ import 'package:apidash/models/models.dart' show RequestModel;
|
||||
import 'package:apidash/consts.dart';
|
||||
|
||||
class JavaUnirestGen {
|
||||
final String kTemplateUnirestImports = '''
|
||||
import kong.unirest.core.*;\n
|
||||
''';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user