Config class.
Config constructor.
Optional
Constructor options.
options.baseUrl = "https://api.candorstudios.net/api" Copy
options.baseUrl = "https://api.candorstudios.net/api"
options.enableCache = false Copy
options.enableCache = false
This property enables the cache.
false Copy
false
This method returns the current base url.
This method sets the current base url.
New base url.
Config class.