[Ada][REQ] Allow to customize the support library used in generated Ada client and server code
Created by: stcarrez
Describe the solution you'd like
The Ada code generator can be customized to use a user provided Ada package name.
- the
openApiNameoption can be used to choose the Ada package name of the support library. The default isSwaggerand I want to change it toOpenAPIfor example. - the
httpSupportoption can be used to choose between theCurlorAWS(Ada Web Server) support for the client
Describe alternatives you've considered
An alternative could be to write another code generator (similar to some other languages which provide a code generator for each different runtime library). The option approach is easier and brings the required flexibility.
Additional context
Pull request will be submitted soon.