All Downloads are FREE. Search and download functionalities are using the official Maven repository.

r.NAMESPACE.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
# Generated by openapi-generator: https://openapi-generator.tech
# Do not edit by hand

import(R6)
import(jsonlite)
{{^isHttr2}}
import(httr)
{{/isHttr2}}
{{#isHttr2}}
import(httr2)
{{/isHttr2}}
import(base64enc)
import(stringr)

{{#generateWrapper}}
# Wrapper
export({{#lambda.lowercase}}{{{packageName}}}{{/lambda.lowercase}}_api)
{{/generateWrapper}}

# 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}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy