# Functions
Client generates an API client based on the given app metadata.
Detect attempts to detect the language from the given filename.
No description provided by the author
GetLang returns the language specified by the given string, allowing for case insensitivity and common aliases.
# Constants
GoExperimental can be used to lock experimental or uncompleted features in the generated code It should always be the last item in the enum.
GoInitial is the originally released Go client generator.
No description provided by the author
No description provided by the author
JsExperimental can be used to lock experimental or uncompleted features in the generated code It should always be the last item in the enum.
JsInitial is the originally released javascript generator.
These constants represent supported languages.
These constants represent supported languages.
These constants represent supported languages.
These constants represent supported languages.
These constants represent supported languages.
No description provided by the author
TsExperimental can be used to lock experimental or uncompleted features in the generated code It should always be the last item in the enum.
TsInitial is the originally released typescript generator.
# Variables
ErrUnknownLang is reported by Generate when the language is not known.
# Interfaces
FileStatement is an interface implemented by both jen.File and jen.Statement.
# Type aliases
Lang represents a programming language or dialect that we support generating code for.