# Functions
Update updates the resource, if supported uses cache.
DownloadToFile downloads a file and saves it to a given path.
FileExists returns wether a file exists or not.
GetEnvBool get key environment variable if exist otherwise return defalutValue.
GetEnvInt get key environment variable if exist otherwise return defalutValue.
GetEnvString get key environment variable if exist otherwise return defalutValue.
GetEnvStringList get key environment variable as string list if exist otherwise return defalutValue.
WriteFile writes bytes to a file.
WriteFileAsJSON writes JSON to a file.
WriteFileAsString writes a string to a file.