r.NAMESPACE.mustache Maven / Gradle / Ivy
# Generated by openapi-generator: https://openapi-generator.tech
# Do not edit by hand
# Core
export(ApiClient)
export(ApiResponse)
{{#useRlangExceptionHandling}}
export(ApiException)
{{/useRlangExceptionHandling}}
# Models
{{#models}}
{{#model}}
export({{{classname}}})
{{/model}}
{{/models}}
# APIs
{{#apiInfo}}
{{#apis}}
{{#operations}}
{{#operation}}
{{#-first}}
export({{{classname}}})
{{/-first}}
{{/operation}}
{{/operations}}
{{/apis}}
{{/apiInfo}}