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

nim-client.lib.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{>header}}
# Models
{{#models}}{{#model}}import {{packageName}}/models/{{classFilename}}
{{/model}}{{/models}}{{#models}}
{{#model}}export {{classFilename}}{{/model}}{{/models}}

# APIs
{{#apiInfo}}{{#apis}}import {{packageName}}/apis/{{classFilename}}
{{/apis}}{{/apiInfo}}{{#apiInfo}}
{{#apis}}export {{classFilename}}
{{/apis}}{{/apiInfo}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy