v2.0.7
Changed
- Wait until an API method is called before retrieving an access token, to enable making grantless requests with no defined access token. Before this, creating an instance of an API class would retrieve an access token, which mean that you needed to have
LWA_ACCESS_TOKEN
defined in.env
even though you might not need it.