mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 14:40:20 +08:00
added template for generating request
This commit is contained in:
@@ -29,4 +29,9 @@ public class Main {
|
||||
final String requestBody = "{{body}}";\n
|
||||
''';
|
||||
|
||||
final String kTemplateRequestCreation = '''
|
||||
HttpResponse<JsonNode> response = Unirest
|
||||
.{{method}}(requestURL)\n
|
||||
''';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user