Constructors
constructor
- new ApiXConfig(configFile?): ApiXConfig
Parameters
- configFile: string = 'apix.config.json'
Methods
setValueForKey
- setValueForKey<T>(value, key): void
Returns void
valueForKey
- valueForKey<T>(key): undefined | T
Returns undefined | T
value for provided key.
An object that represents the configuration of the API. By default, configuration files are expected to be named
apix.config.json
.A typical config file will look like this: