Skip to content

Commit

Permalink
fix: use camel case for path template names (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Dec 24, 2019
1 parent 2fd670e commit 034d991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ export class {{ service.name }}Client {
{%- endfor %}
* @returns {string} Resource name string.
*/
{{ template.name.toLowerCase() }}Path(
{{ template.name.toCamelCase() }}Path(
{%- set paramJoiner = joiner() %}
{%- for param in template.params %}
{{-paramJoiner()-}}{{ param }}:string
Expand Down

0 comments on commit 034d991

Please sign in to comment.