mirror of
https://github.com/foss42/apidash.git
synced 2025-06-07 03:48:11 +08:00
added template for add query parameters to the request
This commit is contained in:
@ -41,4 +41,9 @@ public class Main {
|
|||||||
final String kTemplateContentType = '''
|
final String kTemplateContentType = '''
|
||||||
.contentType("{{contentType}}")\n
|
.contentType("{{contentType}}")\n
|
||||||
''';
|
''';
|
||||||
|
|
||||||
|
final String kTemplateUrlQueryParam = '''
|
||||||
|
.queryString("{{name}}", "{{value}}")\n
|
||||||
|
''';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user