log10
log10 copied to clipboard
Check credentials on load(), not on library import
A user may have to do some initialization i.e. set up environment variables programatically. Currently, we try to get a session id on library initialization, so that fails if everything isn't ready (URL, token etc) by then.