Skip to content

v2.0.7

Compare
Choose a tag to compare
@jlevers jlevers released this 13 Apr 14:36
· 864 commits to main since this release

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.