Currently ag.init() can be called without setting an API key.
This results in a lot of bugs.
There is no case where ag.init() can work when the API key is not set.
ag.init() should print an error/warning when that is not the case (and not raise an exception since it should not break user code in any case)
Currently ag.init() can be called without setting an API key.
This results in a lot of bugs.
There is no case where ag.init() can work when the API key is not set.
ag.init() should print an error/warning when that is not the case (and not raise an exception since it should not break user code in any case)