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
|
<?php
|
||||||
|
|
||||||
""";
|
""";
|
||||||
|
|
||||||
|
final String kTemplateUri = """
|
||||||
|
\$uri = "{{uri}}";
|
||||||
|
|
||||||
|
""";
|
||||||
|
|
||||||
//initialising the request
|
//initialising the request
|
||||||
String kTemplateRequestInit = """
|
String kTemplateRequestInit = """
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user