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
The Ada code generator can be customized to use a user provided Ada package name.
the openApiName option can be used to choose the Ada package name of the support library. The default is Swagger and I want to change it to OpenAPI for example.
the httpSupport option can be used to choose between the Curl or AWS (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.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
The Ada code generator can be customized to use a user provided Ada package name.
openApiName
option can be used to choose the Ada package name of the support library. The default isSwagger
and I want to change it toOpenAPI
for example.httpSupport
option can be used to choose between theCurl
orAWS
(Ada Web Server) support for the clientDescribe 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.
The text was updated successfully, but these errors were encountered: