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

julia-client.client.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{>partial_header}}
module {{packageName}}

using Dates, TimeZones
using OpenAPI
using OpenAPI.Clients

const API_VERSION = "{{appVersion}}"

include("modelincludes.jl")
{{#apiInfo}}{{#apis}}
include("apis/api_{{classname}}.jl"){{/apis}}{{/apiInfo}}

{{#exportModels}}
# export models
{{#models}}{{#model}}export {{classname}}
{{/model}}{{/models}}
{{/exportModels}}
{{#exportOperations}}
# export operations
{{#apiInfo}}{{#apis}}export {{classname}}
{{/apis}}{{/apiInfo}}
{{/exportOperations}}
end # module {{packageName}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy