generators/clojure


id: generator-opts-client-clojure title: Config Options for clojuresidebar_label: clojure


OptionDescriptionValuesDefault
sortParamsByRequiredFlagSort method arguments to place required parameters before optional parameters.true
ensureUniqueParamsWhether to ensure parameter names are unique in an operation (rename parameters that are not).true
allowUnicodeIdentifiersboolean, toggles whether unicode identifiers are allowed in names or not, default is falsefalse
prependFormOrBodyParametersAdd form or body parameters to the beginning of the parameter list.false
projectNamename of the project (Default: generated from info.title or "openapi-clj-client")null
projectDescriptiondescription of the project (Default: using info.description or "Client library of <projectName>")null
projectVersionversion of the project (Default: using info.version or "1.0.0")null
projectUrlURL of the project (Default: using info.contact.url or not included in project.clj)null
projectLicenseNamename of the license the project uses (Default: using info.license.name or not included in project.clj)null
projectLicenseUrlURL of the license the project uses (Default: using info.license.url or not included in project.clj)null
baseNamespacethe base/top namespace (Default: generated from projectName)null