Skip to content

Commit

Permalink
fix(CLI): trigger new release (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed-dev authored Dec 21, 2023
1 parent 8307c89 commit 162eae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi-generator/templates/cli/api.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func init{{{nickname}}}() {
{{/required~}}
{{/allParams~}}

// trigger API request using phrase-go client
data, api_response, err := client.{{classname}}.{{{nickname}}}(auth{{#hasParams}}, {{/hasParams}}{{#allParams}}{{#required}}{{paramName}}{{#unless @last}}, {{/unless}}{{/required}}{{/allParams}}{{#hasOptionalParams}}&localVarOptionals{{/hasOptionalParams}})

if err != nil {
Expand Down

0 comments on commit 162eae3

Please sign in to comment.