atc-net / atc-rest-api-generator

A REST API code generator from OpenAPI Specification in YAML or Json file format
https://atc-net.github.io/repository/atc-rest-api-generator
MIT License
19 stars 4 forks source link

Client generation httpclientname as input parameter in endpoints #188

Closed perkops closed 1 year ago

perkops commented 1 year ago

Instead of "hard-coding" the httpClientName inside each generated endpoint, its now provided as an optional parameter with a default value, so it can be set from the calling side.