mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
added uri template
This commit is contained in:
@ -11,6 +11,12 @@ class PHPcURLCodeGen {
|
||||
<?php
|
||||
|
||||
""";
|
||||
|
||||
final String kTemplateUri = """
|
||||
\$uri = "{{uri}}";
|
||||
|
||||
""";
|
||||
|
||||
//initialising the request
|
||||
String kTemplateRequestInit = """
|
||||
|
||||
|
Reference in New Issue
Block a user