mirror of
https://github.com/foss42/apidash.git
synced 2025-06-06 11:28:07 +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 requestBody = "{{body}}";\n
|
||||||
''';
|
''';
|
||||||
|
|
||||||
|
final String kTemplateRequestCreation = '''
|
||||||
|
HttpResponse<JsonNode> response = Unirest
|
||||||
|
.{{method}}(requestURL)\n
|
||||||
|
''';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user