You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
I'm not sure if this is an issue or something that maybe wrong with my raml file, when running the raml-php-generator api.raml -o api-client-php command my generated index.php file has the following error.
I'm not sure if this is an issue or something that maybe wrong with my raml file, when running the raml-php-generator api.raml -o api-client-php command my generated index.php file has the following error.
$options['base_uri'] = template('https://server-{server}.myurl.com/{version}', ['server' => '1', 'version' => ''v2'']);
The v2 on the line above has 2 apostrophies around rather than one? This is within the class Client()
The text was updated successfully, but these errors were encountered: