mirror of
https://github.com/foss42/apidash.git
synced 2025-06-17 03:38:11 +08:00
added template for adding fields for FormData of type Text
This commit is contained in:
@ -46,4 +46,8 @@ public class Main {
|
|||||||
.queryString("{{name}}", "{{value}}")\n
|
.queryString("{{name}}", "{{value}}")\n
|
||||||
''';
|
''';
|
||||||
|
|
||||||
|
final String kTemplateRequestTextFormData = '''
|
||||||
|
.field("{{name}}", "{{value}}")\n
|
||||||
|
''';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user