mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 09:17:04 +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 = '''
|
||||
.contentType("{{contentType}}")\n
|
||||
''';
|
||||
|
||||
final String kTemplateUrlQueryParam = '''
|
||||
.queryString("{{name}}", "{{value}}")\n
|
||||
''';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user